export interface CardFactProps { title: string; subtitle: string; className?: string; }