diff --git a/docs/src/components/about/AboutHero.tsx b/docs/src/components/about/AboutHero.tsx index cdfc017754d709..6c230706a0fad0 100644 --- a/docs/src/components/about/AboutHero.tsx +++ b/docs/src/components/about/AboutHero.tsx @@ -126,7 +126,13 @@ function PhotoGallery() { > {teamPhotos.map((item, index) => ( - {item.title} + {item.title} 2 ? 'lazy' : undefined} + fetchPriority={index > 2 ? undefined : 'high'} + /> ))}