export type DescriptionCardVariant = 'main' | 'secondary' | 'tertiary' | 'quaternary';
export type TDescriptionCard = 'collaborate' | 'products';
