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