HP
H Pie
Navbar - Copy this React, Tailwind Component to your project
Can you generate a navbar like the Apple Ui, with Apple drowndown menu, like the current 2024 Apple UI, name: 'Store', path: '/store' }, { name: 'Cooker', path: '/products/cookers' }, // Path updated to Cookers page { name: 'Hoods', path: '/hoods' }, { name: 'Sinks', path: '/sinks' }, { name: 'Oven', path: '/oven' }, { name: 'Microwave', path: '/microwave' }, { name: 'Refrigerator', path: '/refrigerator' }, // For freezers and showcase chillers { name: 'Water Dispenser', path: '/water dispenser' }, { name: 'Air Conditions', path: '/air conditions' }, { name: 'Accessories', path: '/accessories' }, // For mobile phones, beds, covers, washing machines { name: 'Contact Us', path: '/contact' }, ];
Prompt
