// Si Fashion — page modules const { useState: _us, useEffect: _ue, useMemo, useRef: _ur } = React; // ============================================================ // HOME // ============================================================ function PageHome({ navigate, openEnquire, openBrand, showTiles }) { return (
openEnquire({})} navigate={navigate} heroImage="media/home-john-smedley.webp" /> {/* Divisions */}
Representation, distribution
and brand development.} right={

The Showroom by Si Fashion places international labels and homegrown talent into MENA's most considered retail rooms — from department stores to concept retailers, sneaker speciality and fashion e-commerce.

} />
{SF_DATA.divisions.map(d => )}
{/* Roster teaser */}
A roster built for the
region's appetite.} right={

From Osaka denim to New York streetwear, Stockholm resortwear to Dubai's own design talent — the roster rotates with the market.

} />
{SF_DATA.brands.slice(0, 6).map(b => )}
{/* Sports feature */}
Sports speciality division
Sports Speciality Division

Built for performance.
Structured for scale.

Sports brands placed with top-tier Middle East retailers through regional insight and a streamlined distribution model — from sneaker specialists to multi-door chains.

{/* Retail network */}
Retail Network · MENA

Placed where the
region shops.

Department stores, multi-brand boutiques, sneaker and sports speciality retailers, concept stores and the region's leading fashion e-commerce platforms.

Retailer names rendered as text; permissioned logos shown when confirmed.

    {SF_DATA.retailers.map((r, i) => (
  • {String(i + 1).padStart(2, "0")} {r.name} {r.tier}
  • ))}
); } function HomeCTA({ openEnquire }) { return (

Represent your brand in
MENA — from Dubai out.

Tell us about your label and where you want to place it. We'll come back with a structured plan within five working days.

); } // ============================================================ // SHOWROOM // ============================================================ function PageShowroom({ navigate, openEnquire, showTiles, openBrand }) { return (
{/* Page hero */}
01 · The Showroom

A multi-brand showroom at d3.

Established international labels, bridge brands, sports speciality, emerging streetwear, fast-paced fashion and upcoming designers — represented to MENA's most considered buyers.

Showroom representation
{/* Categories */}
Each brand is represented to the channels its positioning and pricing fit. Nothing is over-distributed.

} />
{[ { t: "Established international labels", d: "Heritage and contemporary houses bringing the world to MENA." }, { t: "Bridge brands", d: "Aspirational price-points; tight stories; serious sell-through." }, { t: "Sports speciality", d: "Performance, lifestyle and sneaker — placed with channel-fit retailers." }, { t: "Emerging streetwear", d: "Drop-led capsules and graphic-led programs from the world's reference cities." }, { t: "Fast-paced fashion", d: "Trend-aware programs with the merchandising cadence to keep up." }, { t: "Upcoming designers", d: "Homegrown and regional talent placed alongside the international roster." }, ].map((c, i) => (
{String(i+1).padStart(2,"0")}

{c.t}

{c.d}

))}
{/* Distribution network */}
Distribution model

Five channels. Considered placement.

We pair brand DNA to the right room. A heritage knitwear house belongs in a different door than a graphic-led streetwear capsule — and we read both rooms.

    {SF_DATA.channels.map((c, i) => (
  • {String(i + 1).padStart(2, "0")} {c.label} {c.code}
  • ))}
{/* Territories */}
Thirteen markets covered
from a single room.} right={

Each territory is mapped against channel mix, seasonal calendar and local retail behaviour. We build per-territory go-to-market plans, not copy-paste roll-outs.

} />
); } // ============================================================ // BRANDS // ============================================================ function PageBrands({ openBrand, openEnquire, showTiles }) { const [cat, setCat] = _us("All"); const [query, setQuery] = _us(""); const filtered = useMemo(() => { return SF_DATA.brands.filter(b => { const okCat = cat === "All" || b.category === cat; const okQ = !query || (b.name + " " + b.origin + " " + b.note).toLowerCase().includes(query.toLowerCase()); return okCat && okQ; }); }, [cat, query]); return (
02 · Roster

{SF_DATA.brands.length} brands, one MENA partner.

The roster rotates with the market. Filter by category, search by name, and request a line sheet for any label.

{SF_DATA.categories.map(c => ( ))}
setQuery(e.target.value)} style={{ border: "1px solid var(--border)", padding: "10px 14px", fontFamily: "var(--font-body)", fontSize: 13, width: 240, outline: "none", }} /> {filtered.length} of {SF_DATA.brands.length}
{filtered.length === 0 ? (
No brands match this filter.
) : (
{filtered.map(b => )}
)}

Brand names and lookbook tiles shown for representation context. Tile rights are confirmed brand-by-brand; some cards intentionally render as text-only until permissions are finalised.

); } // ============================================================ // SPORTS SPECIALITY // ============================================================ function PageSports({ openEnquire }) { return (
Sports speciality
Division · 02

Built for performance.
Structured for scale.

A dedicated division placing sports brands with top-tier Middle East retailers through regional insight and a streamlined distribution model — from sneaker specialists to multi-door chains and digital-first commerce.

{/* Why */}
Why a dedicated division

Sports retail moves on a different calendar.

Performance launches, sneaker capsules, in-store training and run-club activations require a buyer relationship built on the category — not a fashion calendar with a sports SKU bolted on.

{[ { t: "Sneaker speciality", d: "Limited-release and capsule placement with the region's reference doors." }, { t: "Multi-door sports", d: "Performance and lifestyle programs across regional chains." }, { t: "Digital-first", d: "Marketplace and pure-play sports e-commerce activation." }, { t: "Training & activation", d: "In-store and event programming around launches and seasons." }, ].map((c, i) => (
{String(i+1).padStart(2,"0")}

{c.t}

{c.d}

))}
Discover, position, place, perform. Reporting cadence and replenishment built around the sports calendar.

} />
); } // ============================================================ // BRAND DEVELOPMENT // ============================================================ function PageBrandDev({ openEnquire }) { const services = [ { t: "Market strategy", d: "Pricing architecture, channel mix and seasonal plan against the regional read." }, { t: "Wholesale distribution", d: "Key-account onboarding, line sheet, market appointments and order management." }, { t: "Brand representation", d: "Showroom hosting, buyer relationships, sell-in and sell-through tracking." }, { t: "E-commerce activation", d: "Placement on the region's leading digital-first retailers and pure-plays." }, { t: "Logistics", d: "Routing, duties, regional warehousing — operational ground-game without surprises." }, { t: "Regional talent", d: "Positioning and retail placement support for homegrown MENA labels." }, ]; return (
03 · Brand Development

Positioning. Placement. Performance.

End-to-end support across wholesale distribution, market strategy, logistics, e-commerce and brand representation — for international labels entering the region and homegrown talent scaling out of it.

Engagements run from short market-entry sprints to multi-season representation. No template; the plan is built against the brand.

} />
{services.map((s, i) => (
{String(i+1).padStart(2,"0")}

{s.t}

{s.d}

))}
How an engagement
actually unfolds.} right={

A typical brand-development engagement runs over four phases, with reporting cadence agreed at the outset.

} />
); } // ============================================================ // ABOUT // ============================================================ function PageAbout({ openEnquire }) { return (
About Si Fashion

Thirty years of MENA, compounded.

Si Fashion is a Dubai Design District distribution and brand-development partner with over thirty years of experience across the Middle East and North Africa. The company is part of RVS Group, founded in 1989.

{/* Mission card on dark */}
Our mission

"To empower global fashion and sports brands with seamless access to the Middle East and beyond — through strategic distribution, local expertise, and a commitment to long-term growth."

— Si Fashion · The Showroom by Si Fashion

{/* Values */}
They show up in our showroom, our reporting cadence, and the way we talk to our retail partners on a Wednesday afternoon.

} />
{SF_DATA.values.map(v => (
{v.no}

{v.title}

{v.body}

))}
{/* Heritage timeline */}
Si Fashion sits inside a wider operator group with three decades of regional reach across distribution and retail.

} />
{[ { y: "1989", t: "RVS Group founded", d: "Group operations begin — regional retail and distribution foundations." }, { y: "2000s", t: "Distribution expansion", d: "Brand-by-brand expansion across the GCC and broader MENA." }, { y: "2010s", t: "Showroom-first model", d: "Multi-brand showroom positioning; structured international roster." }, { y: "Today", t: "d3 base · 13 territories", d: "Dubai Design District base; sports speciality + brand development divisions." }, ].map((s, i) => (
{s.y}

{s.t}

{s.d}

))}
); } // ============================================================ // CONTACT // ============================================================ function PageContact({ openEnquire }) { const c = SF_DATA.contact; return (
Contact

Let's start a conversation.

Single official NAP
Phone
{c.phone}
Email
{c.email}
Address
{c.address}
{c.addressLine2}
Hours
By appointment
Map pin & published hours are released once the client confirms the exact suite label. Until then: appointments only via this page.

What would you like to discuss?

Pick the conversation that fits — we'll route your enquiry to the right team and reply within five working days.

{[ { t: "Represent my brand", d: "I'm an international label looking for a MENA distribution partner." }, { t: "Become a retailer", d: "I run a retail door / e-commerce platform and want to stock the roster." }, { t: "Sports speciality", d: "I'm a sports brand looking for MENA placement and activation." }, { t: "Brand development", d: "I'm a homegrown label looking for positioning and placement support." }, { t: "Press / Lookbook", d: "Editorial enquiry, line sheet or asset request." }, { t: "Careers", d: "I'd like to be considered for current or future openings." }, ].map(o => ( ))}
); } Object.assign(window, { PageHome, PageShowroom, PageBrands, PageSports, PageBrandDev, PageAbout, PageContact, HomeCTA, });