import { Search, HelpCircle, Globe, Sun, Bell, ChevronDown, MapPin } from 'lucide-react'; export default function Navbar() { return (
{/* Left Group */}
{/* Company Selector */}
Apple One
{/* Location Selector */}
Apple One — HQ Tower
{/* Search Bar */}
{/* Right Utilities */}
{/* Tour */} {/* Language */}
English
{/* Live Indicator */}
LIVE
{/* Theme Toggle */} {/* Notifications */}
8
{/* Profile Avatar */}
DH
); }