export const mainNav = [ { label: 'Episodes', href: '/episodes' }, { label: 'Blog', href: '/blog' }, { label: 'Live', href: '/live' }, { label: 'Community', href: '/community' }, { label: 'About', href: '/about' }, { label: 'Subscribe', href: '/subscribe' }, ];