export interface BannerData { type: string, icon: string, title: string, text: string }