// In-house / How we deliver — the 100,000 sq ft DIP factory story function InHouse({ onNav }) { const { DIVISIONS, TIMELINE } = window.DI; return (
{/* Hero */}
{/* Background texture */}
  How we deliver

Seven divisions.
One yard.

Our 100,000 sq ft production footprint in Dubai Investment Park is where joinery, glass, metal, signage, furniture, MEP and Fire-Life-Safety are designed, fabricated and quality-checked before they ever leave for site.

{/* Big stat grid */}
{[ { num: "100k", unit: "sq ft", label: "Total footprint", sub: "Dubai Investment Park" }, { num: "40k", unit: "sq ft", label: "New factory", sub: "Glass · Metal · Signage · 2025" }, { num: "7", unit: "divisions", label: "In-house", sub: "MEP to FLS · 2014–2024" }, { num: "2", unit: "year", label: "Defect liability", sub: "all turnkey projects" }, ].map((s, i) => (
{s.num}{s.unit}
{s.label}
{s.sub}
))}
{/* Photo + intro */}
In-house joinery workshop
DIP joinery facility Live · Dubai
The case for in-house

The things that decide whether a fit-out lands on programme — we don't sub-contract them.

Joinery shop drawings, fabrication tolerances, metal & glass coordination, signage, MEP coordination — these are the items that crash programmes and budgets when you're relying on third parties. Bringing them under our roof has been our 12-year strategy.

It also means one accountable team — quoting, designing, fabricating, installing, snagging — and a 2-year defect liability period that means something.

{/* Divisions timeline */}
The build-out · 2014 → 2024

Seven divisions, brought in-house one at a time.

{/* Horizontal timeline */}
{DIVISIONS.map((d, i) => (
{d.year}
{d.name}
{d.desc}
))}
{/* Process / sequence */}
From brief to handover

One contract. Five gates. Twelve weeks typical.

{[ { num: "01", title: "Brief & site survey", body: "Sector-qualified brief; site survey by our project & MEP leads. Indicative cost letter within 5 working days.", who: "Design + MEP" }, { num: "02", title: "Concept & quote", body: "Concept package + tendered quote at division-level breakdown — so you can see exactly what's made in our factory vs. sourced.", who: "Design + Estimation" }, { num: "03", title: "Detailed design & shop drawings", body: "Coordinated package across joinery, glass/metal, MEP, signage, furniture, FLS — issued for fabrication, not for tender.", who: "Design + 6 divisions" }, { num: "04", title: "In-house fabrication", body: "Manufactured at DIP — joinery, glass, metal, signage, furniture under continuous QA. Site mobilises in parallel for MEP first-fix.", who: "DIP factory" }, { num: "05", title: "Install & handover", body: "Snagging closed within 30 days of handover. 2-year defect liability period. Project archived to the LEED portfolio where applicable.", who: "Site + QA" }, ].map((g) => (
{g.num}

{g.title}

{g.body}

{g.who}
))}
{/* Accreditations */}
Accreditations
{[ { label: "ISO 9001", sub: "Quality · 2015" }, { label: "ISO 14001", sub: "Environment · 2016" }, { label: "ISO 45001", sub: "Safety · 2018" }, { label: "SUPERBRANDS", sub: "claimed 2021" }, { label: "LEED Platinum", sub: "project credentials" }, ].map((a) => (
{a.label}
{a.sub}
))}

* Certificate scans + LEED Platinum project list available on request.

{/* CTA band */}
  Visit the factory

Come and walk the yard.

Tours are arranged for prospective clients, architects, consultants — book a slot below.

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