/* JAM — Home page */ function HomePage({ setRoute, openWedding }) { const D = window.JAM; const featured = D.weddings.slice(0, 3); const t = D.testimonials[0]; return (
{/* HERO */}
Since 2006 · Dubai · German Creative Direction

Multicultural weddings,
cinematically staged.

Jam is a luxury wedding planning, production and design company — Arabic, South Asian, Chinese, Iranian and European weddings, plus destination weddings beyond the UAE. One eleven-person in-house team for planning, design, florals, entertainment, photography and logistics.

01 / Home Scroll
{/* INTRO STATEMENT */}
01 · Approach

We don't plan generic luxury. We plan your wedding — in the language, the tradition and the colour palette that already belong to you.

Three nights of an Indian shaadi. A single sunset ceremony on the Burj Al Arab terrace. A Chinese tea ceremony at dawn and a banquet at dusk. A sofreh aghd dressed in pale blue and silver. We've staged weddings in five languages and twelve traditions — every one of them designed end-to-end, in-house, and rendered in 3D before a flower is ordered.

01
Planning & Production

From the first call to the final farewell. Unlimited on-site coordination.

02
Design & 3D Rendering

Every room rendered to scale. No surprises on the day.

03
Guest Experience

Hostesses, hair and make-up, transfers, security. End-to-end.

{/* TRADITIONS BAND */}
02 · Traditions we plan

Six traditions. One in-house team.

setRoute("real-weddings")}> All real weddings
{D.traditions.map(t => ( ))}
{/* FEATURED WEDDINGS */}
03 · Featured stories

Real weddings, told properly.

Each story: the tradition, the venue, the functions covered, the design moves we made and a gallery — every image consent-gated and credited.

{featured.map((w, i) => (
openWedding(w.id)}> {w.title}
{w.traditionLabel} · {w.year}
{w.title}
{w.venue} · {w.guestBand}
))}
setRoute("real-weddings")}> Browse all real weddings
{/* MARQUEE STRIP — venues we've worked at */}
{[1,2].map(k => ( {["Madinat Jumeirah","Four Seasons","Burj Al Arab","Atlantis The Palm","Ritz-Carlton JBR","One&Only","Armani Hotel","FIVE Palm","Maldives","Seychelles","Riviera","Marrakech"].map((v,i)=>( {v} ))} ))}
{/* SERVICES STRIP */}
04 · What we do

The whole wedding,
under one roof.

setRoute("services")}> Full services
{D.services.map((s, i) => (
0{i+1} · {s.group}

{s.tagline}

{s.blurb}

    {s.items.slice(0,5).map(it => (
  • {it}+
  • ))}
))}
{/* ABOUT FOUNDER SPLIT */}
Stefanie Heller — Founder, CEO & Creative Director
05 · The founder

Stefanie Heller — CEO & Creative Director.

German by training, Dubai by choice. Stefanie founded Jam in 2006 and has spent over seventeen years on the planner's side of weddings in the UAE — long enough to know where every loading dock is, and short enough to still believe weddings should feel like the couple who threw them.

"Achieving my clients' goals is my aim, exceeding their expectations my mission."

{/* TESTIMONIAL */}

"{t.quote}"

{t.attrib}

setRoute("testimonials")}> Read more couple stories
{/* CONSULTATION CTA BAND */}
06 · The first step

A conversation — free, in confidence, in your language.

Tell us the date you're holding, the traditions you want to honour and the room you're imagining. We'll come back within 24 hours — in English, Arabic, German, Russian, or Mandarin.

Two ways to begin

setRoute("contact")}> Book a free consultation WhatsApp · {window.JAM.brand.phoneMobile.replace("+971 ","+971 ")}

Or call the office on {window.JAM.brand.phoneOffice}
Mon–Sat, response usually within 24h.

); } Object.assign(window, { HomePage });