logo footer enamad
parent
5d072f7f47
commit
91fbacf359
|
@ -4,4 +4,4 @@ NEXT_PUBLIC_SERVER_URL=https://api.vesmeh.com
|
||||||
NEXT_PUBLIC_PUBLIC_URL=https://api.vesmeh.com
|
NEXT_PUBLIC_PUBLIC_URL=https://api.vesmeh.com
|
||||||
NEXT_PUBLIC_API_URL=https://api.vesmeh.com/api
|
NEXT_PUBLIC_API_URL=https://api.vesmeh.com/api
|
||||||
NEXT_PUBLIC_STORAGE_URL=http://storage.vesmeh.com
|
NEXT_PUBLIC_STORAGE_URL=http://storage.vesmeh.com
|
||||||
NEXT_PUBLIC_PACKAGE_VERSION=0.2.1
|
NEXT_PUBLIC_PACKAGE_VERSION=0.2.2
|
|
@ -191,7 +191,21 @@ const Footer = () => {
|
||||||
|
|
||||||
<div className="flex ltr justify-center mt-5 ">
|
<div className="flex ltr justify-center mt-5 ">
|
||||||
<div className=" flex justify-end flex-wrap ">
|
<div className=" flex justify-end flex-wrap ">
|
||||||
<div className="bg-white w-[100px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
|
<div className="bg-white w-[100px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0">
|
||||||
|
<a
|
||||||
|
referrerpolicy="origin"
|
||||||
|
target="_blank"
|
||||||
|
href="https://trustseal.enamad.ir/?id=274373&Code=FSm0y9hlccuslQp7UNJT"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
referrerpolicy="origin"
|
||||||
|
src="https://trustseal.enamad.ir/logo.aspx?id=274373&Code=FSm0y9hlccuslQp7UNJT"
|
||||||
|
alt=""
|
||||||
|
style={{ cursor: "pointer" }}
|
||||||
|
Code="FSm0y9hlccuslQp7UNJT"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div className="bg-white w-[100px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
|
<div className="bg-white w-[100px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
|
||||||
<div className="bg-white w-[300px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
|
<div className="bg-white w-[300px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue