// Clients — list of B2B clients SOLUCERSA staffs. LIGHT.
function ClientsScreen({ onNavigate }) {
return (
Clientes
Clientes de SOLUCERSA
{DATA.CLIENTS.length} empresas activas · {DATA.CLIENTS.reduce((a, c) => a + c.openRoles, 0)} vacantes en curso · {DATA.CLIENTS.reduce((a, c) => a + c.candidatesInPipe, 0).toLocaleString()} candidatos en pipeline.