1export const LOGO_TEXT = 'BP'; 2 3export const NAV_LINKS = [ 4 { to: '/studies', label: 'Case Studies' }, 5 { to: '/articles', label: 'Articles' }, 6 { to: '/about', label: 'About' }, 7] as const;