// About — story since 2003, Guinness/FEI credibility, BE values, leadership placeholder const TIMELINE = [ { y: "2003", t: "Founded in Dubai", d: "Blink Experience opens in Dubai as a regional experiential agency." }, { y: "2018", t: "Guinness World Record", d: "Largest fireworks display in multiple cities — 962,168 fireworks. In collaboration with GEA and Fireworks by Grucci, across Dammam · Riyadh · Jeddah." }, { y: "2019", t: "Riyadh office", d: "Permanent Riyadh team established to support a growing KSA portfolio of sports and festival work." }, { y: "2023", t: "Doha office", d: "Qatar office at QFC Tower 1 opens — completing the three-market footprint." }, { y: "2024", t: "FEI World Cup Finals", d: "First FEI World Cup Finals staged in the Middle East — produced in Riyadh." }, { y: "2025", t: "Today", d: "Continuing to deliver tournament-scale sports, multi-day festivals, ceremonial moments and brand activations across the region." }, ]; const About = () => (
{/* Big lockup */}
Index 05 / About · Since 2003

Crafting
experiences,
connecting globally.

We are an end-to-end experiential event agency, headquartered in Dubai since 2003. We design, build and deliver sports tournaments, festivals, ceremonies and brand activations — in-house, across the GCC and beyond.

Most of what we make is one-off and one-shot. A camel race in AlUla, a broadcast-grade competition floor in Riyadh, a wellness festival inside a UNESCO heritage site. So we organise around the work — a named producer, a regional lead, the right specialist — never around the org chart.

{/* Guinness callout */}
VERIFIED · GUINNESSWORLDRECORDS.COM
962,168
fireworks. Across three cities. One night.

Guinness World Record — "Largest fireworks display in multiple cities."

23 September 2018, in Dammam, Riyadh and Jeddah. Delivered in collaboration with Saudi General Entertainment Authority (GEA) and Fireworks by Grucci. Independently verified — we attribute it as a collaboration, not a solo claim. It remains the single strongest citable credential on this site.

See the record
{/* Timeline */}
{/* Left rail — the BE loop, sticky */}
BE.
2003
now.
{TIMELINE.map((m, i) => (
{m.y}

{m.t}

{m.d}

))}
{/* BE values */}
{VALUES.map((v, i) => (
BE / 0{i + 1}
{v.word}
{v.desc}
))}
{/* Leadership — placeholder portraits */}
4 portraits · consent pending} />
{[ { name: "Ahmed Al Shehhi", role: "Founder & CEO", note: "Name aggregator-sourced · client to confirm" }, { name: "Name pending", role: "Managing Director, KSA" }, { name: "Name pending", role: "Head of Sports" }, { name: "Name pending", role: "Head of Festivals" }, ].map((p, i) => (
Portrait
placeholder
consent pending
{p.name}
{p.role}
{p.note &&
{p.note}
}
))}
{/* CTA */}

We're hiring across all three offices.

Producers, technical leads, creatives, crowd-safety specialists. See open roles or send a portfolio in.

See open roles Send a portfolio
); Object.assign(window, { About });