export interface FooterItem { title: string; href?: string; newTab?: boolean; }