export interface NavItem { label: string; path: string; }