import { SecondaryNavItemProps } from '../types/nav' export const SECONDARY_MENU_ITEMS: SecondaryNavItemProps[] = [ { label: 'Semua Brand', href: '/shop/brands' }, { label: 'Ready Stock', href: '/shop/search?orderBy=stock' }, { label: 'Blog Indoteknik', href: 'https://blog.indoteknik.com/' }, { label: 'Indoteknik TV', href: '/video' } ]