Update index.tsx

This commit is contained in:
cond0r 2023-01-26 10:54:56 +02:00
parent e3cbd2d7e0
commit 47e5164ded

View File

@ -70,8 +70,8 @@ export default function Home({
product={product}
imgProps={{
alt: product.name,
width: i === 0 ? 1080 : 540,
height: i === 0 ? 1080 : 540,
width: i === 1 ? 1080 : 540,
height: i === 1 ? 1080 : 540,
}}
/>
))}