export interface CardProperties { onClick?: () => void; icon?: string; title?: string; description?: string; }