merge
This commit is contained in:
@@ -25,14 +25,18 @@ if (response.isError) {
|
||||
<template>
|
||||
<div class="w-full">
|
||||
<LoadingOverlay />
|
||||
<Hero />
|
||||
<Hero class="mb-20 max-md:mt-[80px]" />
|
||||
<Preview />
|
||||
<ProductsShowcase />
|
||||
<!-- <ProductsSlider title="محصولات پرفروش" />-->
|
||||
<ProductsGrid title="محصولات پرفروش" :products="[...homeData!.products,...homeData!.products]"/>
|
||||
<Categories />
|
||||
<ProductsShowcase class="mb-40" />
|
||||
<ProductsGrid
|
||||
title="محصولات پرفروش"
|
||||
:products="[...homeData!.products,...homeData!.products]"
|
||||
/>
|
||||
<Categories class="mt-40" />
|
||||
<Brands />
|
||||
<MostRecentComments />
|
||||
<LatestStories />
|
||||
<ClientOnly>
|
||||
<LatestStories class="mb-20" />
|
||||
</ClientOnly>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user