export type NavItem = { title: string; href: string; external?: boolean; children?: NavItem[] }