function ServiceCard({ s, i }) { const icon = s.icon === 'bot' ? I.bot : s.icon === 'web' ? I.web : s.icon === 'flow' ? I.flow : s.icon === 'data' ? I.data : s.icon === 'doc' ? I.doc : I.sparkle; return (
{icon}
{s.tag && {s.tag}}

{s.title}

{s.tagline}

{s.desc}

Pedir info
); } function Services() { return (
01 / Servicios

Automatizaciones útiles, no demos de feria tecnológica.

Precios desde, cerrados en propuesta. Si tu caso no encaja exacto en ningún paquete, lo valoramos en la llamada — la flexibilidad es parte del trato.

{SERVICES.map((s, i) => )}
); } window.Services = Services;