This commit is contained in:
marzban-dev
2025-05-05 00:06:32 +03:30
parent 5c78ddc907
commit 5372030095
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -179,9 +179,11 @@ onUnmounted(() => {
<div
id="header-slider-wrapper"
class="relative"
:class="swiper_instance ? '' : 'bg-black min-h-svh'"
>
<Swiper
ref="observerTarget"
:class="swiper_instance ? '' : 'opacity-0'"
:slides-per-view="slidesPerView"
:loop="true"
:centered-slides="true"
+1 -1
View File
@@ -36,7 +36,7 @@ onMounted(() => {
<ProductsShowcase class="lg:mb-12" />
<ProductsGrid
title="محصولات پرفروش"
:products="[...homeData!.products,...homeData!.products]"
:products="homeData!.products"
/>
<Categories class="mt-12" />
<Brands />