logo footer enamad

master
mpn 2024-03-14 12:55:02 +03:30
parent 5d072f7f47
commit 91fbacf359
2 changed files with 16 additions and 2 deletions

View File

@ -4,4 +4,4 @@ NEXT_PUBLIC_SERVER_URL=https://api.vesmeh.com
NEXT_PUBLIC_PUBLIC_URL=https://api.vesmeh.com
NEXT_PUBLIC_API_URL=https://api.vesmeh.com/api
NEXT_PUBLIC_STORAGE_URL=http://storage.vesmeh.com
NEXT_PUBLIC_PACKAGE_VERSION=0.2.1
NEXT_PUBLIC_PACKAGE_VERSION=0.2.2

View File

@ -191,7 +191,21 @@ const Footer = () => {
<div className="flex ltr justify-center mt-5 ">
<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-[300px] h-[100px] rounded-3xl mx-2 xs:mt-3 lg:mt-0"></div>
</div>