// Hero — full-bleed signature dish, tagline, dual CTAs, est. badge const heroDS = window.ThaiVillageCuisineDesignSystem_bfe0b3; function Hero() { const { NAP } = window; const { PhoneIcon, ArrowRight } = window; const { Button, Badge } = heroDS; const go = (e, href) => { e.preventDefault(); document.querySelector(href)?.scrollIntoView({ behavior: 'smooth', block: 'start' }); }; return (
{/* photo placeholder layer (drop a signature-dish photo here) */}
); } window.Hero = Hero;