// Contact — three offices, category-qualified brief const PhoneIcon = () => ( ); const MailIcon = () => ( ); const Contact = () => (
Index 06 / Contact · Three offices, one team

Tell us about
the event.

The fastest path is the structured brief — it routes to the right regional lead automatically. For everything else, the three offices below.

NEW BUSINESS
For proposals, RFPs and tenders:
proposals@blinkexperience.com
HOURS · CONFIRM WORKING WEEK
Mon–Fri 09:00–18:00 GST
(schema-listed · client to confirm — unusual for GCC)
{/* Offices */}
{OFFICES.map(o => ( {o.flag}
{o.role}
{o.city}
{o.address}
{o.coords && (
{o.coords} · {o.coordsNote}
)}
{o.phoneRaw ? ( {o.phone} ) : ( {o.phone} )} {o.email}
))}
{/* Map placeholder + departments */}
{/* Stylised map placeholder */} {/* Three pin points roughly arranged */} {[ { cx: 260, cy: 240, label: "Dubai", c: "#faed21", hq: true }, { cx: 420, cy: 280, label: "Riyadh", c: "#faed21" }, { cx: 340, cy: 230, label: "Doha", c: "#faed21" }, ].map((p, i) => ( {p.label} {p.hq && "· HQ"} ))} GCC FOOTPRINT — SCHEMATIC REPLACE WITH VERIFIED MAP EMBED · LAZY-LOADED
{[ { dept: "New business", email: "proposals@blinkexperience.com", note: "RFPs, tenders, proposal requests" }, { dept: "Press", email: "press@blinkexperience.com", note: "Media enquiries, interviews" }, { dept: "Careers", email: "join@blinkexperience.com", note: "Producers, technical, creative" }, { dept: "General", email: "info@blinkexperience.com", note: "Everything else" }, ].map(d => (
{d.dept.toUpperCase()}
{d.email}
{d.note}
))}
{/* Honest gaps band */}
Honest gaps · client to fill
{[ { k: "Doha phone number", v: "Not published on the live site. We've left the contact card flagged." }, { k: "Working week", v: "Schema lists Mon–Fri 09:00–18:00. Unusual for GCC — confirm with client before publishing." }, { k: "Dubai map pin", v: "Schema lat/lng 25.2206, 55.2860. Verify the pin resolves to The Offices 2, One Central before embedding." }, { k: "WhatsApp", v: "No verified WhatsApp business number on the live site. Wire only if supplied." }, { k: "Founder name", v: "Ahmed Al Shehhi listed by aggregators (Crunchbase). Not confirmed on-site — re-verify before publishing." }, { k: "Per-project rights", v: "Every published photo & event name needs client clearance + photographer credit. None included on the live site by default." }, ].map(g => (
{g.k.toUpperCase()}
{g.v}
))}
); Object.assign(window, { Contact });