import { Search, HelpCircle, Globe, Sun, Bell, ChevronDown, MapPin } from 'lucide-react'; export default function Navbar() { return ( /* - 'fixed top-0 right-0 left-64' anchors the navbar to the top of the screen, leaving room exactly for your 64-width sidebar. - 'bg-[#071321]' matches your master UI background. - 'h-16' gives it a consistent height. */
{/* 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
); }