fixed height

This commit is contained in:
Mamalizz
2025-04-21 23:31:52 +03:30
parent a7b6bd23b6
commit e73acf9f8c
+2 -2
View File
@@ -33,12 +33,12 @@ onMounted(() => {
<LoadingOverlay />
<Hero class="mb-20 max-md:mt-[80px]" />
<Preview />
<ProductsShowcase class="mb-40" />
<ProductsShowcase class="lg:mb-12" />
<ProductsGrid
title="محصولات پرفروش"
:products="[...homeData!.products,...homeData!.products]"
/>
<Categories class="mt-40" />
<Categories class="mt-12" />
<Brands />
<LatestStories class="mb-20" />
</div>