Update grid to slider

This commit is contained in:
marzban-dev
2026-02-13 01:47:46 +03:30
parent df797d27de
commit 89f580f2b4
+3 -1
View File
@@ -26,10 +26,12 @@ if (response.isError) {
<Hero class="mb-20 max-md:mt-[80px]" />
<Preview />
<ProductsShowcase class="lg:mb-12" />
<ProductsGrid
<div class="py-[5rem]">
<ProductsSlider
title="محصولات پرفروش"
:products="homeData!.products"
/>
</div>
<Categories class="mt-12" />
<Brands />
<LatestStories class="mb-20" />