export const statCards = [ { title: 'Total Leads', count: '1,248', change: '+12%', icon: 'people', color: '#6366F1' }, { title: 'Deals Value', count: '$45,820', change: '+8.4%', icon: 'cash', color: '#10B981' }, { title: 'Invoices Paid', count: '94%', change: '+3%', icon: 'checkmark-circle', color: '#3B82F6' }, { title: 'Active Tickets', count: '14', change: '-2', icon: 'ticket', color: '#F59E0B' }, ];