export default { index: { title: 'Home', type: 'menu', items: { index: { title: 'Home', href: '/' }, about: { title: 'About', href: '/about' }, contact: { title: 'Contact Me', href: '/contact' } } }, Math4111: { title: 'Math 4111', type: 'page' }, about: { display: 'hidden' }, contact: { display: 'hidden' } }