export type Promotion = {
    promoId: string;
    title: string;
    subtitle: string;
    heading: string;
    urlScheme: string;
    url: string;
    textColor: string;
    gradient: string;
    image: string;
};
