diff --git a/src/components/product/ProductCard.tsx b/src/components/product/ProductCard.tsx index ce3a9da..50dd239 100644 --- a/src/components/product/ProductCard.tsx +++ b/src/components/product/ProductCard.tsx @@ -33,8 +33,9 @@ export default function ProductCard({ product, index = 0, locale = "SR" }: Produ src={image} alt={localized.name} fill - className="object-cover transition-transform duration-700 ease-out group-hover:scale-105" - sizes="(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 25vw" + className="object-cover object-center transition-transform duration-700 ease-out group-hover:scale-105" + sizes="100vw" + loading="lazy" /> ) : (