export const DATE_FORMAT_OPTIONS: Intl.DateTimeFormatOptions = { year: 'numeric', month: 'short', day: 'numeric', }; export const BADGE_VARIANT = 'primary' as const; export const CASE_STUDIES_BASE_PATH = '/case-studies';