Add new products slider icons
This commit is contained in:
@@ -33,12 +33,14 @@ if (response.isError) {
|
||||
<div class="py-20">
|
||||
<ProductsSlider
|
||||
title="محصولات پرتخفیف"
|
||||
icon-image="/img/discount-section.gif"
|
||||
:products="homeData!.lot_of_discount_products"
|
||||
/>
|
||||
</div>
|
||||
<div class="py-20">
|
||||
<ProductsSlider
|
||||
title="محصولات محبوب"
|
||||
icon-image="/img/most-popular-section.gif"
|
||||
:products="homeData!.trends_products"
|
||||
/>
|
||||
</div>
|
||||
@@ -46,12 +48,14 @@ if (response.isError) {
|
||||
<div class="py-20">
|
||||
<ProductsSlider
|
||||
title="محصولات پرفروش"
|
||||
icon-image="/img/most-sell-section.gif"
|
||||
:products="homeData!.top_seller_products"
|
||||
/>
|
||||
</div>
|
||||
<div class="py-20">
|
||||
<ProductsSlider
|
||||
title="محصولات پربازدید"
|
||||
icon-image="/img/most-viewed-section.gif"
|
||||
:products="homeData!.most_viewed_products"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user