diff --git a/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx b/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx index f19e1586a..d292d0d6b 100644 --- a/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx +++ b/components/common/HomeAllProductsGrid/HomeAllProductsGrid.tsx @@ -53,8 +53,10 @@ const Head: FC = ({ categories, brands, newestProducts }) => { key={node.path} product={node} variant="simple" - imgWidth={480} - imgHeight={480} + imgProps={{ + width: 480, + height: 480, + }} /> ))}