187 lines
10 KiB
Vue
187 lines
10 KiB
Vue
<template>
|
||
<footer class="bg-black relative overflow-hidden">
|
||
<!-- <NuxtImg
|
||
src="/img/footer-bg.jpg"
|
||
alt=""
|
||
loading="lazy"
|
||
fetch-priority="low"
|
||
class="absolute z-10 object-cover opacity-45"
|
||
:style="{
|
||
mask: 'linear-gradient(to bottom, black 0%, rgba(0,0,0,0) 100%',
|
||
}"
|
||
/> -->
|
||
|
||
<ClientOnly>
|
||
<div class="absolute top-0 w-full max-md:scale-200 origin-top">
|
||
<LightRays
|
||
rays-color="#007bff"
|
||
:rays-speed="1.75"
|
||
/>
|
||
</div>
|
||
</ClientOnly>
|
||
|
||
<div class="flex flex-col gap-4 items-center justify-center relative z-20">
|
||
<div class="flex items-center flex-col gap-8 pb-2.5 pt-20 lg:pt-25 lg:pb-12.5 justify-center">
|
||
<img
|
||
src="/img/heymlz/heymlz-small-idle.gif"
|
||
loading="lazy"
|
||
fetch-priority="low"
|
||
class="size-37.5 lg:size-55 rounded-full drop-shadow-2xl"
|
||
/>
|
||
<span class="font-bold text-2xl lg:text-5xl text-gradient bg-linear-to-l from-blue-500 to-blue-700">
|
||
فروشگاه هی ملز
|
||
</span>
|
||
</div>
|
||
|
||
<div
|
||
class="w-full flex max-lg:flex-col justify-between pt-16 pb-12 max-lg:gap-16 container items-center lg:items-start relative z-20"
|
||
>
|
||
<div class="flex flex-col gap-4 max-w-75">
|
||
<h3 class="font-bold text-lg xl:text-3xl max-lg:text-center text-white">فروشگاه هی ملز</h3>
|
||
|
||
<p class="text-md font-thin leading-[175%] mt-4 max-lg:text-center text-slate-300 max-lg:text-xs">
|
||
هیملز یک فروشگاه چندمنظوره با تنوع کالایی گسترده است که تجربهای سریع، مطمئن و حرفهای از خرید
|
||
آنلاین ارائه میدهد. تمرکز ما بر کیفیت، دسترسی آسان و پاسخگویی به نیازهای متنوع مشتریان است.
|
||
</p>
|
||
<div class="flex items-center gap-4 mt-6 max-lg:justify-center">
|
||
<NuxtLink
|
||
to="#"
|
||
class="flex-center size-6"
|
||
>
|
||
<Icon
|
||
name="ci:instagram"
|
||
class="**:fill-white"
|
||
size="24"
|
||
/>
|
||
</NuxtLink>
|
||
<NuxtLink
|
||
to="#"
|
||
class="flex-center size-6"
|
||
>
|
||
<Icon
|
||
name="ci:facebook"
|
||
class="**:fill-white **:stroke-white"
|
||
size="20"
|
||
/>
|
||
</NuxtLink>
|
||
<NuxtLink
|
||
to="#"
|
||
class="flex-center size-6"
|
||
>
|
||
<Icon
|
||
name="ci:tiktok"
|
||
class="**:fill-white **:stroke-white"
|
||
size="20"
|
||
/>
|
||
</NuxtLink>
|
||
<NuxtLink
|
||
to="#"
|
||
class="flex-center size-6"
|
||
>
|
||
<Icon
|
||
name="ci:youtube"
|
||
class="**:fill-white"
|
||
size="24"
|
||
/>
|
||
</NuxtLink>
|
||
</div>
|
||
</div>
|
||
<div class="flex justify-center lg:justify-end flex-1">
|
||
<div class="flex flex-col gap-6 max-lg:text-center">
|
||
<h3 class="font-bold text-white">ارتباط با ما</h3>
|
||
<ul class="flex flex-col gap-4 font-thin text-slate-300 max-lg:text-xs">
|
||
<li>
|
||
<span>
|
||
شماره تماس ما:
|
||
<a href="tel:02193111026"> 93111026-021 </a>
|
||
</span>
|
||
<br />
|
||
<span> ارتباط با پشتیبانی: داخلی ۱ </span>
|
||
</li>
|
||
<li>ایمیل: npsayna@gmail.com</li>
|
||
<li><NuxtLink to="contact-us">تیکت</NuxtLink></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="flex justify-end flex-1">
|
||
<div class="flex flex-col gap-6 max-lg:text-center">
|
||
<h3 class="font-bold text-white">راهنما و خدمات مشتری</h3>
|
||
<ul class="flex flex-col gap-4 font-thin text-slate-300 max-lg:text-xs">
|
||
<li>
|
||
<NuxtLink to="product-return"> رویه های بازگرداندن کالا </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="shipping-methods"> شرایط و روش های ارسال </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="test-return"> روشهای تست و مرجوعی </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="contact-us">گزارش باگ</NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="#"> پرسش های متداول </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="privacy"> حریم خصوصی </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="payment-methods"> شرایط و روش های پرداخت </NuxtLink>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="flex justify-end flex-1">
|
||
<div class="flex flex-col gap-6 max-lg:text-center">
|
||
<h3 class="font-bold w-full text-white">لینک های مفید</h3>
|
||
<ul class="flex flex-col gap-4 font-thin text-slate-300 max-lg:text-xs">
|
||
<li>
|
||
<NuxtLink to="profile"> پنل کاربری </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="products"> محصولات </NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="terms">قوانین و مقرارت</NuxtLink>
|
||
</li>
|
||
<li>
|
||
<NuxtLink to="contact-us">ارتباط با ما</NuxtLink>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container w-full">
|
||
<div class="w-full border-t border-white/25 pt-12 pb-12 flex items-center gap-16 max-xs:justify-center">
|
||
<img
|
||
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQwIiBoZWlnaHQ9IjM2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im0xMjAgMjQzbDk0LTU0IDAtMTA5IC05NCA1NCAwIDEwOSAwIDB6IiBmaWxsPSIjODA4Mjg1Ii8+Cgk8cGF0aCBkPSJtMTIwIDI1NGwtMTAzLTYwIDAtMTE5IDEwMy02MCAxMDMgNjAgMCAxMTkgLTEwMyA2MHoiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDo1O3N0cm9rZTojMDBhZWVmIi8+Cgk8cGF0aCBkPSJtMjE0IDgwbC05NC01NCAtOTQgNTQgOTQgNTQgOTQtNTR6IiBmaWxsPSIjMDBhZWVmIi8+Cgk8cGF0aCBkPSJtMjYgODBsMCAxMDkgOTQgNTQgMC0xMDkgLTk0LTU0IDAgMHoiIGZpbGw9IiM1ODU5NWIiLz4KCTxwYXRoIGQ9Im0xMjAgMTU3bDQ3LTI3IDAtMjMgLTQ3LTI3IC00NyAyNyAwIDU0IDQ3IDI3IDQ3LTI3IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MTU7c3Ryb2tlOiNmZmYiLz4KCTx0ZXh0IHg9IjE1IiB5PSIzMDAiIGZvbnQtc2l6ZT0iMjVweCIgZm9udC1mYW1pbHk9IidCIFlla2FuJyIgc3R5bGU9ImZpbGw6IzI5Mjk1Mjtmb250LXdlaWdodDpib2xkIj7Yudi22Ygg2KfYqtit2KfYr9uM2Ycg2qnYtNmI2LHbjDwvdGV4dD4KCTx0ZXh0IHg9IjgiIHk9IjM0MyIgZm9udC1zaXplPSIyNXB4IiBmb250LWZhbWlseT0iJ0IgWWVrYW4nIiBzdHlsZT0iZmlsbDojMjkyOTUyO2ZvbnQtd2VpZ2h0OmJvbGQiPtqp2LPYqCDZiCDaqdin2LHZh9in24wg2YXYrNin2LLbjDwvdGV4dD4KPC9zdmc+ "
|
||
alt=""
|
||
onclick="
|
||
window.open(
|
||
'https://ecunion.ir/verify/heymlz.com?token=95844486981e01070569',
|
||
'Popup',
|
||
'toolbar=no, location=no, statusbar=no, menubar=no, scrollbars=1, resizable=0, width=580, height=600, top=30',
|
||
)
|
||
"
|
||
class="cursor-pointer w-24"
|
||
/>
|
||
<a
|
||
referrerpolicy="origin"
|
||
target="_blank"
|
||
href="https://trustseal.enamad.ir/?id=705920&Code=TWPaKLTtBspIf1LDEzmdH7tsFrugurQa"
|
||
>
|
||
<img
|
||
referrerpolicy="origin"
|
||
src="https://trustseal.enamad.ir/logo.aspx?id=705920&Code=TWPaKLTtBspIf1LDEzmdH7tsFrugurQa"
|
||
alt=""
|
||
style="cursor: pointer"
|
||
code="TWPaKLTtBspIf1LDEzmdH7tsFrugurQa"
|
||
/>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</template>
|