diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 6bc84ed12667..77bb4637642e 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -171,6 +171,7 @@ function VideoContainer() { frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen + loading="lazy" /> @@ -196,6 +197,7 @@ function Feature({ width={feature.image.width} height={feature.image.height} src={withBaseUrl(feature.image.src)} + loading="lazy" />
{feature.text}