fix(i18n): add missing Team.gallery translations & perf(hero): force eager LCP image

This commit is contained in:
2026-07-02 22:15:03 +02:00
parent 274d013047
commit 0331f3f7ec
3 changed files with 12 additions and 3 deletions

View File

@@ -87,7 +87,8 @@ export function HeroVideo(props: HeroVideoProps) {
sizes={posterSrc.includes('-poster.webp') ? "100vw" : undefined}
alt={posterAlt}
className="absolute inset-0 w-full h-full object-cover z-[1] pointer-events-none"
decoding="sync"
decoding="async"
loading="eager"
fetchPriority="high"
/>
{/* Fast compositing layer to replace the heavy CSS filters on the image */}