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.
priority
1 parent 2fa3d4f commit 01dc990Copy full SHA for 01dc990
app/[locale]/10years/_components/TenYearHero.tsx
@@ -35,12 +35,14 @@ const TenYearHero = async ({ locale }: { locale: string }) => {
35
src={TenYearBackgroundImage}
36
alt="" // decorative element
37
className="max-h-[350px] object-cover"
38
+ priority
39
/>
40
{/* CLIENT SIDE, lazy loaded */}
41
<ParallaxImage
42
src={TenYearGraphicImage}
43
alt={t("page-10-year-anniversary-meta-title")}
44
className="absolute left-0 top-0 max-h-[350px] object-contain transition-transform duration-200 ease-out"
45
46
47
</div>
48
<p className="text-center text-3xl">
0 commit comments