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
+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 />