From 6f4c9e004670ff731ef8140ae08809022a4efe7e Mon Sep 17 00:00:00 2001 From: msuthar09 Date: Wed, 7 Dec 2022 14:22:44 -0500 Subject: [PATCH] test27 --- site/pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/pages/index.tsx b/site/pages/index.tsx index 8db7fe589..7e706a7f8 100644 --- a/site/pages/index.tsx +++ b/site/pages/index.tsx @@ -46,6 +46,7 @@ export default function Home({ key={product.id} product={product} imgProps={{ + alt: '', width: i === 0 ? 1080 : 540, height: i === 0 ? 1080 : 540, priority: true, @@ -68,6 +69,7 @@ export default function Home({ key={product.id} product={product} imgProps={{ + alt: '', width: i === 0 ? 1080 : 540, height: i === 0 ? 1080 : 540, }}