diff --git a/components/product/grid.tsx b/components/product/grid.tsx index 2f217aa70..c93da2915 100644 --- a/components/product/grid.tsx +++ b/components/product/grid.tsx @@ -28,6 +28,7 @@ export function Grid({ }`} alt={image.alt} key={index} + priority={index === 0 ? true : false} /> ); }