This commit is contained in:
msuthar09 2022-12-07 14:22:44 -05:00
parent 167eb73471
commit 6f4c9e0046

View File

@ -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,
}}