// HOME page function PageHome({ go }) { const featured = window.ATG.PROJECTS.filter(p => p.featured); return (
{/* HERO */}
Hero project interior
00Dubai · Riyadh · Since 2009

Interior fit-out & turnkey design-and-build across the UAE & KSA.

350+ delivered projects in hospitality, F&B, commercial and residential — designed, joined and MEP-installed under one roof, on one programme.

ISO 9001 · 14001 · 45001
30,000 sq ft in-house joinery
Design + Build under one roof
Two offices · UAE + KSA
{/* INTRO / STATS */}
01Who we are

A design-led build contractor, not a design studio that subcontracts.

Founded in 2009 by Atti Abu Assi and Tareq Khalafawi with a team of six, we now operate from Dubai and Riyadh with in-house design, a 30,000 sq ft joinery facility, MEP, and FF&E procurement. Every project carries a single point of accountability.

{window.ATG.STATS.map(s => )}
{/* SELECTED WORK */}
Built for operators who measure on schedule, finish and detail.} lead="Recent hospitality and F&B commissions across Dubai and Riyadh. Every project page is a structured case study — brief through outcome — with the materials, joinery and MEP narrated." />
{featured.map((p, i) => )}

{window.ATG.PROJECTS.length} projects published on this site — full portfolio numbers 350+.

{/* SECTORS */}
{window.ATG.SECTORS.map(s => { const ct = window.ATG.PROJECTS.filter(p => p.sector === s.id).length; return ( {e.preventDefault(); go('sector:'+s.id);}}> {s.name
{ct} published
{s.name}
); })}
{/* HOW WE BUILD */}
04How we build

The differentiator is — we own the bench, the panel and the duct.

In-house design, a 30,000 sq ft joinery facility and an in-house MEP division. We don’t hand off — we coordinate schedules across the same business and absorb the programme risk.

{[ { t: 'In-house design', d: 'Concept, drawing and authority coordination by our own studio.' }, { t: '30,000 sq ft joinery', d: 'Millwork, panelling, marble bench and metalwork made on our floor.' }, { t: 'MEP', d: 'Mechanical, electrical and plumbing scoped, drawn and installed in-house.' }, { t: 'FF&E procurement', d: 'Furniture, fixtures and equipment sourced via supplier collaboration.' }, ].map((row, i) => (
0{i+1}
{row.t}
{row.d}
))}
{[ { img: 'media/capability-in-house-design.webp', t: 'In-house design studio' }, { img: 'media/capability-joinery.webp', t: '30,000 sq ft joinery facility' }, { img: 'media/capability-mep.webp', t: 'MEP under one programme' }, ].map((c, i) => (
{c.t}
{c.t} 0{i+1} / 03
))}
{/* AWARDS + ISO */}
{window.ATG.AWARDS.slice(0,5).map(a => (
{a.yr}
{a.name}
{a.cat}
{a.result}
))}
Accreditations
{window.ATG.ISO.map(i => (
{i.num}
{i.name}
))}

Audited by Bureau Veritas. Use of certification marks subject to scheme rules.


“Top 10 Most Influential Fit-Out Firms in the Region.”
CID Magazine, attributed.

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