Add icon image to ProductsSlider in Cart component

This commit is contained in:
marzban-dev
2026-05-11 22:48:40 +03:30
parent 9399606f7b
commit 1ea3afdcfb
+4 -1
View File
@@ -67,7 +67,10 @@ const hasCartItem = computed(() => !!cart.value && cart.value.items.length! > 0)
<CartSummary v-if="hasCartItem && !cartIsLoading" /> <CartSummary v-if="hasCartItem && !cartIsLoading" />
</div> </div>
</div> </div>
<ProductsSlider title="دیگر محصولات" /> <ProductsSlider
title="دیگر محصولات"
icon-image="/img/simulare-products-section.gif"
/>
</main> </main>
<div class="w-full flex-col flex mt-20"> <div class="w-full flex-col flex mt-20">
<ServiceHighlights /> <ServiceHighlights />