fix shadow

This commit is contained in:
hamid zarghami
2026-07-19 12:35:46 +03:30
parent ea7745179b
commit fcf89eb2a1
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const ProductSection: FC = () => {
<CarouselControls prevLabel="محصولات قبلی" nextLabel="محصولات بعدی" />
</div>
<CarouselTrack className="mt-12">
<CarouselTrack className="mt-12 px-3 py-4 -mx-3">
{Array.from({ length: 10 }).map((_, index) => (
<CarouselSlide key={index}>
<ProductCard />