Skip to content

Commit 01dc990

Browse files
committed
fix: apply priority to hero images
1 parent 2fa3d4f commit 01dc990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/[locale]/10years/_components/TenYearHero.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ const TenYearHero = async ({ locale }: { locale: string }) => {
3535
src={TenYearBackgroundImage}
3636
alt="" // decorative element
3737
className="max-h-[350px] object-cover"
38+
priority
3839
/>
3940
{/* CLIENT SIDE, lazy loaded */}
4041
<ParallaxImage
4142
src={TenYearGraphicImage}
4243
alt={t("page-10-year-anniversary-meta-title")}
4344
className="absolute left-0 top-0 max-h-[350px] object-contain transition-transform duration-200 ease-out"
45+
priority
4446
/>
4547
</div>
4648
<p className="text-center text-3xl">

0 commit comments

Comments
 (0)