// Hero section — left content + right phone mockup const Hero = () => { // Animate waveform bars const bars = Array.from({ length: 28 }); return (
); }; window.LandingHero = Hero;