// Soul MVNT — page sections const { useState: useStateP, useEffect: useEffectP } = React; // ===== HOME ===== function HomePage({ onNav, onOpenFormat, palette }) { return ( <> ); } // ----- Hero ----- function Hero({ onNav, palette }) { return (
Dubai Design District · est. d3 building 8

Your first step to join the mvnt.

A haven for fitness & wellness in Dubai Design District — Lagree on the Mega Pro, Sculpt, Pilates Burn, Yoga, Korean Recovery and Sound Healing, inside an award-winning minimalist space.

6 Class formats
12 Instructors
2025 IDA Bronze
d3 Building 8 · R06
Soul MVNT studio interior
B
IDA Design
Awards 2025
); } // ----- Format grid section ----- function FormatsSection({ onOpenFormat, onNav }) { return (
purpose.\nClasses tuned for every season.'} lede="From the high-intensity, low-impact Mega Pro to the stillness of Sound Healing — every format is designed to meet you where you are, and to take you further." action={ } />
{FORMATS.map((f, i) => ( onOpenFormat(f)} feature={i === 0} /> ))}
); } // ----- Studio story ----- function StudioStorySection({ onNav }) { return (
The Space

An award-winning haven in d3.

Designed by Arch Home Interiors under Jessica Khouzami, our studio is an exercise in modern-minimalism: marble, micro-cement and burl wood; a mirrored Lagree room facing a softly-lit mat-Pilates zone; a kitchenette and juice bar with marbled counters.

Calm enough to want to linger, considered enough to move you forward.

B
IDA Design Awards 2025 — Bronze
Cultural & Community Interior Design ·
Wellness, Fitness & Sports Facilities
Soul MVNT studio interior, mat-Pilates zone
); } // ----- Founders ----- function FoundersSection({ onNav }) { return (
two.\nMoved by many.'} lede="Paloma Nassar and Sirine Bekdache opened Soul MVNT to put intentional, design-led movement at the centre of Dubai's daily life — for women and men, for the focused and the curious." action={ } />
{TRAINERS_FEATURED.map((t) => (
{t.name}

{t.name}

{t.role} · {t.specialty}

{t.bio}

))}
"If it's not shaking, it's not working."
— Sebastien Lagree, founder of the Lagree Method
); } // ----- Lifestyle strip ----- function LifestyleSection() { const items = [ { icon: "J", title: "Juice bar & bites", text: "Nourishing juices and gourmet bites — a slower transition out of class." }, { icon: "A", title: "Amenities", text: "Showers, drying, and quiet changing rooms. Bring less, leave fresher." }, { icon: "W", title: "Athleisure brand", text: "Our own line — designed in-studio, tested in-studio. Real AED prices." }, { icon: "C", title: "Community", text: "A community of practitioners and friends, met around the front bar." }, ]; return (
lifestyle, lived around movement.'} lede="Soul MVNT is the gym, the café meet-up, the after-class community, the wardrobe — held together by considered design." />
{items.map((it) => (
{it.icon}

{it.title}

{it.text}

))}
); } // ----- Schedule teaser ----- function ScheduleTeaser({ onNav }) { return (
open slots.'} lede="A live look at this week's bookings — full timetable updates daily in the Soul MVNT app." action={ } />
); } // ----- Schedule block (full or preview) ----- function ScheduleBlock({ previewOnly }) { const days = Object.keys(SCHEDULE); const [day, setDay] = useStateP(days[0]); const [book, setBook] = useStateP(null); const dates = [24, 25, 26, 27, 28, 29, 30]; // representative week const allSlots = SCHEDULE[day]; const slots = previewOnly ? allSlots.slice(0, 4) : allSlots; return ( <>
{days.map((d, i) => ( ))}
{slots.map((s, i) => { const isFull = s.spots === 0; const isFew = s.spots > 0 && s.spots <= 2; return (
{s.time} {s.dur} min
{s.format} with {s.trainer}
Mega Pro · level all
{isFull ? "Waitlist" : isFew ? `${s.spots} spot${s.spots > 1 ? 's' : ''} left` : `${s.spots} spots`}
); })}
Cancel ≥ 12 hours before class start to keep your credit. Class booking and packs are managed in the Soul MVNT app.
{book && setBook(null)} />} ); } // ----- Shop teaser ----- function ShopTeaser({ onNav, onAddToCart }) { return (
studio.\nMade for everywhere.'} lede="Soul MVNT's own athleisure line plus the Lagree UAE 2026 capsule — 98 records, real AED prices, Shopify checkout." action={ } />
{PRODUCTS.slice(0, 4).map((p) => ( { e.stopPropagation(); onAddToCart && onAddToCart(p); }} /> ))}
); } function ProductCard({ product, onAdd }) { return (
{product.name} {product.pill &&
{product.pill}
}
{product.name}
{product.type}
AED {product.price}
); } // ----- Community ----- function CommunitySection() { return (
community, daily.'} lede="A glimpse from the floor, the front bar and the city. Tag #jointhemvnt to share yours." />
{COMMUNITY_TILES.map((src, i) => (
@soulmvnt
))}
); } // ----- CTA band ----- function CtaBand({ onNav }) { return (
Ready when you are

Your first step. Take it.

Start with the Soul MVNT Starter Pack — your easiest way into Lagree, Pilates, Yoga, Korean Recovery and Sound Healing.

); } // ===== CLASSES PAGE ===== function ClassesPage({ onOpenFormat }) { return (
format.'} lede="Six official Soul MVNT formats — each with its own intensity, rhythm and reason. Tap any card for what to expect, plus first-timer notes." />
{FORMATS.map((f, i) => ( onOpenFormat(f)} feature={i === 0} /> ))}
); } function InfoBlock({ title, body }) { return (

{title}

{body}

); } // ===== SCHEDULE PAGE ===== function SchedulePage() { return (
spot.'} lede="Representative timetable across the week. Real-time spots, cancellations and the Starter Pack are managed in the Soul MVNT app." />
); } // ===== PRICING / STARTER PACK ===== function PricingPage({ onNav }) { return (
in.'} lede="The Starter Pack is our intro offer — designed to let you try the studio across formats. Pricing for ongoing packs and memberships is managed in the app; the numbers below are illustrative pending the client's final confirmation." />
Most chosen — intro offer

The Starter Pack

A three-class intro across formats — Lagree, Pilates Burn and your pick of Sculpt, Yoga or Korean Recovery.

AED299 / 3 classes
  • 3 classes, any format (Lagree included)
  • Use within 21 days of activation
  • Full machine induction included
  • 10% off your first activewear order
Price illustrative — confirm with studio (app-managed).
Pay as you go

Single session

Drop into any class. Best for visiting members or one-off explorers.

from AED129 / class
  • Any format, any time
  • Book in-app, cancel ≥ 12 h
  • Towel and water available
"From Dhs 129" cited in press; confirm live with studio.
Multi-class

Class packs

5 / 10 / 20-class packs — savings scale with the pack.

from AED595 / 5 pack
  • Mix any formats
  • Larger packs save more per class
  • Validity managed in the app
Pack tiers app-managed — illustrative pricing.
Members

Monthly memberships, fully flexible.

Unlimited, 8 and 12-class monthly tiers. Pause anytime. Priority booking opens 7 days ahead for members.

Tiers + pricing live in the Soul MVNT app.
The whole pack

Private, group & corporate sessions.

One-on-one Lagree, private parties on the Mega Pro, or whole-team wellness days for your company.

); } // ===== TRAINERS ===== function TrainersPage() { return (
practitioners.\nOne shared rhythm.'} lede="Our founders teach. So does our team — a tight roster of certified Lagree, Pilates, Yoga and Recovery instructors." />
{TRAINERS_FEATURED.map((t) => (
{t.name}

{t.name}

{t.role} · {t.specialty}

{t.bio}

))}

The instructor team

{TEAM.map((t) => )}

Photos and full bios for the wider team — pending from client. Hanya & Lisa shown here.

Careers

Teach with us.

Lagree, Sculpt, Pilates, Yoga or Recovery — we hire considered practitioners who lead with breath, form and warmth.

); } // ===== STUDIO ===== function StudioPage() { return ( <>
around stillness.'} lede="Modern-minimalist. Marble, micro-cement, burl wood. A mirrored Lagree room. A softly-lit mat zone. A juice bar with marbled counters. Designed by Arch Home Interiors." />
Reception

Reception, marble & calm.

Arrive into a muted reception and marble counter. The studio works hard to feel quiet — to slow you before you move.

B
IDA Design Awards 2025 — Bronze
Cultural & Community Interior Design ·
Wellness, Fitness & Sports Facilities

The Lagree room — mirrored, deliberate.

Twelve Mega Pro reformers in a mirrored room. The hero space — for the high-intensity, low-impact work that the studio is built around.

Designed by Arch Home Interiors / Jessica Khouzami, with materials chosen for their tactility: marble, micro-cement and burl wood.

Lagree room
Location

Dubai Design District
Building 8 · Unit R06

Designed by

Arch Home Interiors
Jessica Khouzami

Materials

Marble · Micro-cement
Burl wood

Award

IDA 2025 — Bronze
Cultural & Community

); } // ===== SHOP ===== function ShopPage({ onAdd, cart }) { const [filter, setFilter] = useStateP("All"); const products = filter === "All" ? PRODUCTS : PRODUCTS.filter(p => p.type === filter); return (
Lagree UAE 2026.'} lede="Our own athleisure line plus the Lagree UAE capsule — 98 products, 254 variants, real AED prices. Native Shopify checkout." action={
Featured edit · full catalogue available
} />
{SHOP_FILTERS.map(f => ( ))}
{products.map(p => ( { e.stopPropagation(); onAdd(p); }} /> ))}
Across the catalogue

98 products. 254 variants. AED 10–900.

From the Soul MVNT × Lagree UAE 2026 capsule to grip socks, signature totes and our jewellery line — explore the full collection.

); } // ===== FAQ ===== function FaqPage() { const [open, setOpen] = useStateP(0); return (
good to know.'} lede="Verified policies from the studio — arrival, attire, cancellation, parking and more." />
{FAQS.map((f, i) => (
{f.a}
))}
Still have a question?

WhatsApp the team — we'll reply quickly.

); } Object.assign(window, { HomePage, ClassesPage, SchedulePage, PricingPage, TrainersPage, StudioPage, ShopPage, FaqPage, ProductCard, });