/* ===================== PROCESS / HOW WE WORK ===================== */ function Process() { const steps = [ { n: "01", t: "Talk for 20 minutes", d: "Free, no slides. Tell us about your business and what's getting in the way. We'll be honest about whether we can help." }, { n: "02", t: "A plain-English proposal", d: "What we'll build, what it costs, and what it'll do for you — written like a human wrote it, with no surprises." }, { n: "03", t: "We build, you check in", d: "We send a working preview every week. You give thoughts, we iterate. No 'big reveal' at the end." }, { n: "04", t: "Live, and looked after", d: "We launch, train your team, and stick around to keep things running. You own everything we build." }]; return (
How we work

Friendly, fast, and zero waffle.

{steps.map((s) =>
{s.n}

{s.t}

{s.d}

)}
); } /* ===================== PROOF / STATS BAND ===================== */ function ProofBand() { return (
The numbers

What working with us looks like, in metrics.

new visitors per month
Performance Hub — Medway
qualified enquiries delivered
AquaFix Plumbing
admin saved every week
Dance School of Rochester
enquiry growth in 90 days
Kentish Roofing Co.
"

They built us a website that works. We get five enquiries a day now. The WhatsApp callback is the best thing we've ever done.

JR
James Roberts
Owner · AquaFix Plumbing
); } /* ===================== CTA / CONTACT TEASER ===================== */ function ContactTeaser() { const [submitted, setSubmitted] = React.useState(false); const [sending, setSending] = React.useState(false); const [name, setName] = React.useState(""); const [biz, setBiz] = React.useState(""); const [contact, setContact] = React.useState(""); const [help, setHelp] = React.useState(""); const [tier, setTier] = React.useState(""); const handleSubmit = async (e) => { e.preventDefault(); setSending(true); try { const res = await fetch("https://api.web3forms.com/submit", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ access_key: "f5e0597a-f4b2-4bf3-bd31-8838a14de4b8", subject: `New SMBeMore enquiry from ${name} — ${biz}`, from_name: name, name, business: biz, contact, message: help, tier: tier || "Not specified", redirect: false, }), }); if (res.ok) { setSubmitted(true); } else { alert("Something went wrong — please email info@smbemore.com directly."); } } catch (err) { alert("Could not send — please email info@smbemore.com directly."); } finally { setSending(false); } }; return (
Let's talk

Got a business?
Let's grow it.

A 20-minute call, on us. We'll listen, ask good questions, and tell you honestly whether we're the right fit. If we're not, we'll point you somewhere better.

Chat on WhatsApp info@smbemore.com
Reply within a few hours, mon–fri
Based in Kent · working everywhere
{!submitted ?
Form open

Tell us briefly what you're after.