--- const navItems = [ { name: 'หน้าแรก', href: '/' }, { name: 'เกี่ยวกับเรา', href: '/about' }, { name: 'บริการ', href: '/services' }, { name: 'ติดต่อเรา', href: '/contact' }, ]; const categories = [ { name: 'สินค้า', href: '/products', hasDropdown: true }, ]; ---