/* About page */ function AboutPage({ navigate, onQuote }) { const { MEDIA } = window.MOBICO_DATA; return (
{/* Two-entity diagram */}
RELATIONSHIP · MOBICO ↔ MOBICA
{/* MOBICO */}
UAE ENTITY

MOBICO Trading & Marketing Co. LLC

  • ROLE UAE showroom & trade arm
  • SHOWROOM Dubai Design District (d3)
  • OFFICE Karama, Dubai
  • SCOPE Specification · supply · install
OPERATES
{/* MOBICA */}
MANUFACTURER
MOBICA

MOBICA

  • ROLE Office-furniture manufacturer
  • FOUNDED 1979 · Egypt-rooted
  • PRESENT Germany · Egypt · Qatar · UAE
  • SCOPE Manufacturing & distribution
VERIFIED · MOBICA's contact page lists the identical Building 7, Unit A-103, d3 address as MOBICO's showroom — confirming the operating link. Legal identities remain separate.
{/* MOBICA story (attributed) */}
01 SCALE · ATTRIBUTED TO MOBICA

The range behind the showroom.

MOBICA's manufacturing footprint sits behind everything we specify in the UAE. These are MOBICA group figures — not MOBICO claims.

SRC · MOBICA group communications. MOBICO does not claim manufacturing scale.
{/* What we do */}
02 WHAT MOBICO DOES

A specification partner, not a catalogue.

navigate({page:"showroom"})} />
); } function Stat({ n, u, small }) { return (
{n}
{u}
); } function Capability({ num, title, body }) { return (
{num}
{title}
{body}
); } window.AboutPage = AboutPage;