|
|
|
@ -5,8 +5,8 @@ import _ from "lodash"; |
|
|
|
|
import enamadlogo from "./enamad-pic.svg"; |
|
|
|
|
import callIcon from "../../assets/icons/vuesax-linear-call-calling.svg"; |
|
|
|
|
import samandehi from "./samandehi-pic.svg"; |
|
|
|
|
import iosIcon from "./IOS.svg"; |
|
|
|
|
import bazarIcon from "./Bazar.svg"; |
|
|
|
|
// import iosIcon from "./IOS.svg";
|
|
|
|
|
// import bazarIcon from "./Bazar.svg";
|
|
|
|
|
|
|
|
|
|
const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
const enamad = |
|
|
|
@ -14,7 +14,7 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
return ( |
|
|
|
|
<> |
|
|
|
|
{hasHeader ? ( |
|
|
|
|
<div className=" bg-gray-100 w-full z-20"> |
|
|
|
|
<div className="hidden lg:flex bg-gray-100 w-full z-20"> |
|
|
|
|
<div className="w-11/12 mx-auto flex items-center justify-between py-6 text-blue52"> |
|
|
|
|
<div className="flex items-center"> |
|
|
|
|
<div className="flex items-center ml-8 "> |
|
|
|
@ -53,7 +53,7 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
</div> |
|
|
|
|
) : null} |
|
|
|
|
<footer |
|
|
|
|
className={`flex flex-col bg-gray-200 py-16 md:justify-around items-start md:items-start relative shadow-md z-20 ${bg}`} |
|
|
|
|
className={`hidden lg:flex flex-col bg-gray-200 py-16 md:justify-around items-start md:items-start relative shadow-md z-20 ${bg}`} |
|
|
|
|
> |
|
|
|
|
<div className="w-11/12 flex justify-between mx-auto"> |
|
|
|
|
<div className="flex gap-10"> |