export const LOGO_TEXT = 'BP'; export const NAV_LINKS = [ { to: '/studies', label: 'Case Studies' }, { to: '/articles', label: 'Articles' }, { to: '/about', label: 'About' }, ] as const;