// ============ Nav, Footer, FAB ============ const NAV_ITEMS = [ { id: "home", label: "Home" }, { id: "specialties", label: "Specialties" }, { id: "doctors", label: "Doctors" }, { id: "about", label: "About" }, { id: "contact", label: "Contact" }, ]; function Navbar({ route, setRoute, onBook }) { return ( ); } function TrustBar() { return (
DHA-licensed · facility & practitioners Villa 611, Jumeirah Beach Road +971 4 394 5422
EN · عربي · РУ · 中文
); } function Footer({ setRoute }) { return ( ); } function FAB({ onBook }) { return (
WhatsApp +971 4 394 5422
); } window.Navbar = Navbar; window.TrustBar = TrustBar; window.Footer = Footer; window.FAB = FAB;