One-time setup from £149 · No long contracts · 14-day money-back guarantee on setup
);
};
const Process = () => {
const steps = [
{ n: '01', t: 'Consultation', d: 'A free 20-minute call to understand your business, customers and goals — no commitment.' },
{ n: '02', t: 'Planning', d: 'We map out pages, copy and design direction. You approve a clear plan before we build anything.' },
{ n: '03', t: 'Development', d: `We design and build your site in a private preview. You review, we refine until it's right.` },
{ n: '04', t: 'Launch & support', d: 'We go live, set up tracking, and stay on as your ongoing team for updates and growth.' },
];
return (
Process
A clear, calm 4-step process — most sites live in under 14 days.
One named contact from first call through to launch. No account managers, no ticket queues.
{steps.map((s, i) => (
{s.n}
{s.t}
{s.d}
))}
);
};
Object.assign(window, { Pricing, Process });