// Services page function ServicesPage({ t, go }) { return (
{t.nav.services}

Five lines.
One pipeline.

From a 35,000-strong music festival to a closed-door government summit, Done Events runs creative, production, and operations under one roof.

{SERVICES.map((s, idx) => { const isRight = idx % 2 === 1; return (
{s.n} · Capability

{s.name}

{s.body}

{s.isStock && }
); })}
How we work

One creative, production, and operations team — from the brief to the bump-out.

{[ ['01', 'Brief', 'Discovery, objectives, audience, scale, and budget framework.'], ['02', 'Concept', 'Creative direction, talent, content, and venue strategy.'], ['03', 'Production', 'Technical design, supplier coordination, rehearsal, run-of-show.'], ['04', 'Show day', 'Delivery, talent care, broadcast, security coordination.'], ['05', 'Wrap', 'Bump-out, reconciliation, and post-event reporting.'], ].map(([n, h, body])=>(
{n}
{h}
{body}
))}
); } Object.assign(window, { ServicesPage });