// Hero — 3 modes: video / collage / map const HeroVideo = () => ( <>
> ); const COLLAGE = [ { img: IMG.hunza, label: "Attabad · GB" }, { img: IMG.turkey, label: "Cappadocia · TR" }, { img: IMG.umrah, label: "Haram · SA" }, { img: IMG.europe, label: "Alps · CH" }, { img: IMG.dubai, label: "Downtown · DXB" }, ]; const HeroCollage = () => ( <> > ); const HeroMap = () => { // Abstract dotted topographic map with travel pins return ( ); }; const Hero = ({ mode = 'video' }) => { const goTo = (id) => () => { document.getElementById(id)?.scrollIntoView({ behavior: 'smooth', block: 'start' }); }; return (Tailor-made itineraries, hand-picked hotels, and drivers who know the mountain roads by heart. Whether it's a honeymoon in Hunza or a 14-day circuit through Europe — we plan the trip, you pack the bag.