// Services.jsx — bento assimétrico function Services() { return (
Do Operacional ao Estratégico

O que oferecemos.

{/* bento: 2 big + 6 small */}
); } function BigSvc({ num, title, desc, tag, kpi }) { return (
{num}
{tag}

{title}

{desc}

{kpi.k}
{kpi.l}
); } function Svc({ num, title, desc }) { return (
{num}

{title}

{desc}

); } function SvcCta() { return (

Qual desses faz sentido
para você?

); } window.Services = Services;