export interface PanelInformation {
    title: string;
    description: string;
    image: string;
}
