From 80c2dd89303ab097711084d80d5900351194df3f Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Sat, 18 Apr 2026 17:57:32 +0500 Subject: [PATCH] slider image change --- components/cards/sliderCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cards/sliderCard.tsx b/components/cards/sliderCard.tsx index 783339f..34e0f6d 100644 --- a/components/cards/sliderCard.tsx +++ b/components/cards/sliderCard.tsx @@ -28,7 +28,7 @@ export default function SliderCard({ data }: { data: ProductTypes }) { alt="slider image" width={600} height={600} - className="object-cover max-w-[600px] w-full h-[300px]" + className="object-contain max-w-[600px] w-full h-[300px]" /> {/* Pastki kontent */}