export interface ActionCardProps { title: string; icon: string; count?: number; onAddPress: () => void; onViewAllPress: () => void; }