export interface IContent { title: string; color: string; list: { label: string; route: string; }[]; }