{/* Logo with animation */}
Bay Area Affiliates
{/* Desktop Navigation with animations */}
{navItems.map((item, index) => (
{item.name}
{/* Animated underline */}
{/* Glow effect on hover */}
))}
Get Started
{/* Mobile menu button with animation */}
setIsOpen(!isOpen)}
className="md:hidden text-white hover:text-neon transition-colors"
aria-label="Toggle navigation menu"
whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }}
>
{isOpen ? (
) : (
)}