|
|
|
@ -1,12 +1,6 @@ |
|
|
|
|
import React from "react"; |
|
|
|
|
import { Link } from "react-router-dom"; |
|
|
|
|
|
|
|
|
|
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";
|
|
|
|
|
|
|
|
|
|
const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
const enamad = |
|
|
|
|
'<a referrerpolicy="origin" target="_blank" href="https://trustseal.enamad.ir/?id=224965&Code=x8oNSO7tTnqAniyPpPyN"><img referrerpolicy="origin" src="https://Trustseal.eNamad.ir/logo.aspx?id=224965&Code=x8oNSO7tTnqAniyPpPyN" alt="" style="cursor:pointer" id="x8oNSO7tTnqAniyPpPyN"></a>'; |
|
|
|
@ -17,7 +11,10 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
<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 "> |
|
|
|
|
<img src={callIcon} className="p-2" /> |
|
|
|
|
<img |
|
|
|
|
src={"/assets/icons/call-primary.svg"} |
|
|
|
|
className="p-2 w-20" |
|
|
|
|
/> |
|
|
|
|
<div> |
|
|
|
|
<h1 className="text-lg mb-4 font-bold"> |
|
|
|
|
<span className=" text-blueC0 font-black">7 </span> |
|
|
|
@ -34,7 +31,9 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
<a href="tel:654412 021" className="text-left mb-5"> |
|
|
|
|
654412 021 |
|
|
|
|
</a> |
|
|
|
|
<a href="mailto:Info@danovin.ir" className="text-tiny">Info@danovin.ir</a> |
|
|
|
|
<a href="mailto:Info@danovin.ir" className="text-tiny"> |
|
|
|
|
Info@danovin.ir |
|
|
|
|
</a> |
|
|
|
|
{/* <a href="https://info@danovin.ir">Info@danovin.ir</a> */} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -84,10 +83,14 @@ const FooterDesign1 = ({ color, bg, items, hasHeader }) => { |
|
|
|
|
className="w-28 p-2 rounded-md bg-gray-300 mx-6" |
|
|
|
|
></div> |
|
|
|
|
) : ( |
|
|
|
|
<img src={enamadlogo} alt="" className="w-32" /> |
|
|
|
|
<img |
|
|
|
|
src={"/assets/icons/enamad-pic.svg"} |
|
|
|
|
alt="" |
|
|
|
|
className="w-32" |
|
|
|
|
/> |
|
|
|
|
)} |
|
|
|
|
<img |
|
|
|
|
src={samandehi} |
|
|
|
|
src={"/assets/images/samandehi-pic.svg"} |
|
|
|
|
alt="" |
|
|
|
|
className="w-32 p-2 rounded-md bg-gray-300 mr-6" |
|
|
|
|
/> |
|
|
|
|