export interface IBanner { enabled: boolean, title: string, webinarTime: string, buttonText: string, buttonLink: string, }