interface EventCardProps { title: string; targetDate: Date; icon?: React.ReactNode; }