export interface ITextButton { name: string; url?: string; href?: string; icon?: string; type?: 'secondary'; }