/* ===== screen-contact.jsx ===== */ function ContactScreen({ locale, setRoute }) { const [sent, setSent] = React.useState(false); const [form, setForm] = React.useState({ name: "", email: "", interest: "Company Formation", message: "" }); const u = (k, v) => setForm(f => ({ ...f, [k]: v })); return (
Contact

We're in Downtown Dubai. Pick the fastest way.

Most enquiries reach an advisor in under 30 minutes. WhatsApp is the fastest. The form is fine too — your advisor will pick it up the same morning.

{/* left — channels + map */}
{/* map */}
Emaar Square — Building 4
Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai
Directions
Office hours
{[["Monday – Friday", "09:00 – 18:00"], ["Saturday", "By appointment"], ["Sunday", "Closed"], ["Time zone", "GMT+4 (Dubai)"]].map(([k, v]) => (
{k}
{v}
))}
{/* right — form */}
{sent ? (

Got it — your advisor will be in touch.

An advisor matched to "{form.interest}" will reach you within 30 minutes.

Or chat now on WhatsApp
) : ( <>

Book a free consultation

30 minutes with a specialist — pick a service, tell us a bit, and we'll match you with the right advisor.

u("name", e.target.value)} placeholder="Jane Carter"/>
u("email", e.target.value)} placeholder="jane@company.com"/>