export interface INavItm { link: string[]; icon: string; label: string; }