diff --git a/site/components/product/ProductView/ProductView.tsx b/site/components/product/ProductView/ProductView.tsx index 31cbcd577..11b6cef69 100644 --- a/site/components/product/ProductView/ProductView.tsx +++ b/site/components/product/ProductView/ProductView.tsx @@ -80,6 +80,7 @@ const ProductView: FC = ({ product, relatedProducts }) => { variant="simple" className="animated fadeIn" imgProps={{ + alt: '', width: 300, height: 300, }} diff --git a/site/components/search.tsx b/site/components/search.tsx index 92146628c..061303a1c 100644 --- a/site/components/search.tsx +++ b/site/components/search.tsx @@ -324,6 +324,7 @@ export default function Search({ categories, brands }: SearchPropsType) { className="animated fadeIn" product={product} imgProps={{ + alt: '', width: 480, height: 480, }}