// Contact CTA block + Footer + WhatsApp FAB const Contact = ({ lang }) => { const [form, setForm] = useState({ name: '', email: '', phone: '', message: '', service: 'company-formation' }); const [sent, setSent] = useState(false); return (
Talk to us

Book a free
30-minute consultation.

A specialist walks you through jurisdiction, indicative cost, timelines and the next step — in plain English. No commitment, no sales script.

{[ { src: 'media/team-neha.webp' }, { src: 'media/team-richard.webp' }, { src: 'media/leader-dyuti.webp' }, { src: 'media/team-dipesh.webp' } ].map((p, i) => (
))}
A real specialist replies — usually within 1 working day.
{/* Form card */}
{!sent ? (
{ e.preventDefault(); setSent(true); }}>

Book a consultation

All fields required. Reply within 1 working day.

setForm({ ...form, name: v })} /> setForm({ ...form, email: v })} /> setForm({ ...form, phone: v })} />