const { Button, Card, Badge, Callout, Tabs, DataTable } = window.ZaviFxDesignSystem_f15c31; function ServicesPage({ go }) { const [active, setActive] = React.useState(SERVICES[1].slug); const svc = SERVICES.find((s) => s.slug === active) || SERVICES[0]; return ( <>
{SERVICES.map((s) => ( {s.caps.slice(1).map((c) => {c})}
}>{s.body} ))}
({ id: s.slug, label: s.title.split(' ')[0] }))} value={active} onChange={setActive} ariaLabel="Service" />

What you get

  • A written audit and prioritised backlog in week one.
  • {svc.caps.join(', ')} delivered on a two-week cadence.
  • A dashboard showing the one metric this service is accountable for.
  • Handover documentation so your team can maintain the work.

How we work

    {PROCESS.map((p) =>
  1. {p.t} — {p.b}
  2. )}
Scope, timeline and price are confirmed after the free consultation — we do not quote before seeing the account.
); } Object.assign(window, { ServicesPage });