Update categories slider slides count problem

This commit is contained in:
marzban-dev
2026-02-22 01:07:57 +03:30
parent 1344b39e56
commit c5d0d1b1cb
3 changed files with 16 additions and 10 deletions
+5 -5
View File
@@ -23,14 +23,14 @@ if (response.isError) {
<template>
<div class="w-full">
<!-- <LoadingOverlay /> -->
<Hero class="mb-20 max-md:mt-[80px]" />
<Hero class="mb-20 max-md:mt-20" />
<Preview />
<ProductsShowcase class="lg:mb-12" />
<div class="py-[5rem]">
<div class="py-20">
<ProductsSlider
title="محصولات پرفروش"
:products="homeData!.products"
/>
title="محصولات پرفروش"
:products="homeData!.products"
/>
</div>
<Categories class="mt-12" />
<Brands />