// hifi-sections.jsx — sections of the hi-fi La Foire page. // ────── HERO (3 variants : cubes / monster / classic) ────── function Hero({ variant = 'cubes' }) { return ( {/* Bulb garland at the top */} {/* CONTENT — switches on variant */} {variant === 'cubes' && } {variant === 'monster' && } {variant === 'classic' && } {/* Sub & CTAs (shared across variants) */} {CONTENT.hero.subBold}{CONTENT.hero.subRest} {CONTENT.hero.cta} {CONTENT.hero.pun} ); } // Variant 1 — Lettres-cubes (default, brand signature) function HeroCubes() { return (
{lead}
{s.desc}
{CONTENT.leaderboard.copy}
{intro}
{b.copy}