/* Factory & Capability — the differentiator page */ function Factory({ go, showCredit }) { const [openDiv, setOpenDiv] = React.useState(null); return (
№ 04 / Factory & Capability
Saih Shuaib 3 · Dubai Industrial City
Est. 2018
The differentiator

550,000
square feet

A single manufacturing facility on the south-west edge of Dubai. Joinery, metal, glass, stone, MEP and civil all running out of the same building, on the same drawings, to the same programme.

{e.preventDefault(); go("contact");}}>Book a factory visit {e.preventDefault(); go("projects");}}>See what's been made
Inside the Bond Interiors joinery floor {showCredit &&
Joinery floor — Saih Shuaib 3 · Photographer credit pending client sign-off
}
Floor / Joinery Workshop photography — request hi-res masters from client
{/* Floor map / overview */}
One programme
How a Bond project actually moves.

Most fit-out firms hand off between a designer, a manufacturer and an installer. We don't hand off. The CAD desk that detailed your panel sits twenty metres from the saw that cuts it. The result is shorter critical paths, fewer drawings lost in translation, and a project that arrives on site already pre-assembled.

Production floor — schematic
{`┌────────── 550,000 sq ft ───────────┐
│  ┌─Joinery─┐ ┌─Metal─┐  ┌─Stone─┐  │
│  │ CNC × 6 │ │ Weld  │  │ Saws  │  │
│  │ Sanding │ │ Brass │  │ Polish│  │
│  └────┬────┘ └───┬───┘  └───┬───┘  │
│       │         │           │      │
│  ┌────┴─────────┴───────────┴───┐  │
│  │  Pre-assembly  ·  QA  ·  Pack │  │
│  └──────────────────┬────────────┘  │
│                     │               │
│  ┌─Glass─┐ ┌─Solid─┐ │ ┌─Uphol.─┐   │
│  │Madina │ │Surface│ │ │ Soft   │   │
│  └───────┘ └───────┘ │ └────────┘   │
│       Loading bays ──┴── 7          │
└────────────────────────────────────┘`}
              
{/* DIVISIONS — long form */}
{window.DIVISIONS.map((d, i) => (
setOpenDiv(openDiv === d.id ? null : d.id)}>
{d.n}
{d.name}
{d.note}
{d.since || "—"} {openDiv === d.id ? "—" : "+"}
{openDiv === d.id && (
{`${d.name} {showCredit &&
Workshop — {d.name} · Credit pending
}
Inside the {d.name.toLowerCase()} workshop

{d.note}

Used on
{window.PROJECTS.filter(p => p.divisions.includes(d.name)).length} projects shown
Status
{d.since || "Always in-house"}
{e.preventDefault(); go("projects");}}>Projects this division delivered
)}
))}
{/* archival */}
Archival — the original Bond factory and team, early 1990s
Archival, c. 1990s
From a maintenance firm to a factory.

Founded as a maintenance firm in 1986. Technical department in 2001. Manufacturing machinery in 2006. The 550,000 sq ft factory in 2018. Bond Holding in 2023.

{e.preventDefault(); go("about");}}>Full company history
{/* CTA */}
Visit us
Come walk the floor.

We host pre-tender site visits for procurement, design and consultancy teams. Plan on 90 minutes; bring questions.

{e.preventDefault(); go("contact");}}>Book a factory visit
); } function Capabilities({ go }) { return (
№ 05 / Services & Capabilities
Turnkey · in-house · since 1986
No price list — bespoke contracting
Services & Capabilities

The turnkey model,
laid out honestly.

What we do, where each piece of work happens, and who hands off to whom. Nine in-house divisions; one project manager; no subcontracted trades we won't tell you about.

{[ ["Design coordination", "We coordinate to the architect's intent — value-engineering, shop drawings, mock-ups, sign-off."], ["Manufacturing", "Made in our Dubai factory across the nine divisions — no outsourced trades on the critical path."], ["Installation", "Site delivery and install run by the same team that built it; snagging closed on the same drawings."], ].map(([h, p]) => (
Phase

{h}

{p}

))}
{e.preventDefault(); go("factory");}}>Inside the factory } />
{window.DIVISIONS.map((d, i) => ( ))}
Things we deliberately don't do
An honest scope is a faster project.
  • We don't publish prices. Every project we do is bespoke; pricing follows a brief or BoQ.
  • We don't pretend we make everything. We bring in specialist suppliers where it's right (e.g. specific lighting, acoustic) and we'll tell you which.
  • We don't take credit for projects we didn't deliver. Every case study lists the divisions we used and the photographer who shot it.
); } Object.assign(window, { Factory, Capabilities });