diff --git a/components/blocks/HeroVideo.tsx b/components/blocks/HeroVideo.tsx index 291ef366d..d8c2281dd 100644 --- a/components/blocks/HeroVideo.tsx +++ b/components/blocks/HeroVideo.tsx @@ -46,26 +46,28 @@ export function HeroVideo(props: HeroVideoProps) { {/* Background color while video loads */}
- {videoUrl ? ( + {/* ALWAYS render the Next.js optimized Image as the LCP element */} + {posterAlt} + + {/* Render video on top if available, but don't force aggressive preload */} + {videoUrl && (