diff --git a/pages/index.tsx b/pages/index.tsx index 9145d9294..6d5323c94 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -83,8 +83,8 @@ export default function Home({ key={node.path} product={node} // The first image is the largest one in the grid - imgWidth={i === 0 ? 1600 : 820} - imgHeight={i === 0 ? 1600 : 820} + imgWidth={i === 0 ? 1280 : 820} + imgHeight={i === 0 ? 1280 : 820} priority /> ))} @@ -116,8 +116,8 @@ export default function Home({ key={node.path} product={node} // The second image is the largest one in the grid - imgWidth={i === 1 ? 1600 : 820} - imgHeight={i === 1 ? 1600 : 820} + imgWidth={i === 1 ? 1280 : 820} + imgHeight={i === 1 ? 1280 : 820} /> ))}