We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4241b86 commit 7adec12Copy full SHA for 7adec12
index.page.tsx
@@ -112,7 +112,7 @@ export default function Index() {
112
<div className="overflow-hidden">
113
<section className="container-new pb-26-until-sm mt-10 mb-10-sm text-center">
114
<div className="w-100">
115
- <img id="home-hero-graphic" alt="(stylized X graphic surrounded by a diverse mix of people)" width="856" height="469" loading="lazy" />
+ <img id="home-hero-graphic" alt="(stylized X graphic surrounded by a diverse mix of people)" width="856" height="469" loading='eager' />
116
</div>
117
<div className="col-lg-6 mx-auto text-center pl-0 pr-0">
118
<div className="d-flex flex-column-reverse">
0 commit comments