);
}
/* ---------- B: Atmospheric — dimmed photo, lower-third text ---------- */
function HeroAtmospheric() {
/* Hero photograph. Replace assets/photos/Hero.jpeg with a different file
(or set heroVideo to an mp4/webm path) to swap the hero media. */
const heroVideo = null; // e.g. "assets/hero-loop.mp4"
return (
{/* Media layer: video OR hero photograph */}
{heroVideo ? (
) : (
)}
{/* Gradient overlay — transparent at top, navy at bottom — keeps the
lower-third copy legible regardless of source image. */}