export interface FooterLink { id: string; Label: string; page: { path: string; }; localizations: Array<{ Label: string; }>; }