diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index ebaf3f02d..f047136b4 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -49,7 +49,7 @@ const ProductCard: FC = ({ width={imgWidth} height={imgHeight} priority={priority} - quality="90" + quality="85" /> ) : ( @@ -76,7 +76,7 @@ const ProductCard: FC = ({ width={imgWidth} height={imgHeight} priority={priority} - quality="90" + quality="85" /> diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 34d111c2f..57df704c7 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -91,7 +91,7 @@ const ProductView: FC = ({ product }) => { width={1050} height={1050} priority={i === 0} - quality="90" + quality="85" /> ))}