export const attendanceChannels = [ { id: 'whatsapp', label: 'WhatsApp', route: '/chat', accent: '#2bb741' }, { id: 'sms', label: 'SMS', route: '/chat', accent: '#00a4b7' }, { id: 'call', label: 'Ligacao', route: '/call', accent: '#e5a22a' }, ]; export const attendanceAreas = ['Suporte', 'Financeiro', 'Comercial']; export const recentContacts = [ { id: 'maria-souza', name: 'Maria Souza', phone: '+55 11 99888-7766', channel: 'WhatsApp', lastContact: 'Hoje, 09:42', }, { id: 'empresa-alpha', name: 'Empresa Alpha', phone: '+55 11 4002-2020', channel: 'Email', lastContact: 'Ontem, 16:18', }, { id: 'joao-pedro', name: 'Joao Pedro', phone: '+55 31 98877-1102', channel: 'SMS', lastContact: 'Hoje, 08:15', }, { id: 'beatriz-lima', name: 'Beatriz Lima', phone: '+55 21 99701-4455', channel: 'Ligacao', lastContact: 'Hoje, 07:51', }, ];