export interface ContentCardProps { contentHeader: string; data: Record; maxHeight?: string; }