// Broadway Interiors — content data // Project metadata is best-effort from research/brief. Per design-brief, real per-project // metadata (location/scope/year/area) requires client confirmation; values shown here are // indicative for the prototype only. const SECTORS = [ { id: 'fb', label: 'F&B + Hospitality', short: 'F&B', count: 11 }, { id: 'office', label: 'Office', short: 'Office', count: 9 }, { id: 'government', label: 'Government', short: 'Government', count: 6 }, { id: 'leisure', label: 'Leisure', short: 'Leisure', count: 1 }, { id: 'residential', label: 'Residential', short: 'Residential', count: 2 }, { id: 'retail', label: 'Retail', short: 'Retail', count: 1 }, ]; const PROJECTS = [ // F&B { slug: 'asia-asia', name: 'Asia Asia', sector: 'fb', location: 'Pier 7, Dubai Marina', scope: 'Design + Build', year: 2013, image: 'media/project-asia-asia-fb.webp', featured: true, hero: true, tagline: 'World’s Best Leisure Interior, 2021', summary: 'A pan-Asian voyage on the spice route — and the project that re-shaped Broadway’s reputation in hospitality.' }, { slug: 'lock-stock-barrel-rixos', name: 'Lock, Stock & Barrel — Rixos', sector: 'fb', location: 'Rixos Premium, JBR', scope: 'Design + Build', year: 2019, image: 'media/project-lock-stock-barrel-rixos-fb.webp', featured: true, summary: 'Rock-and-roll bar, built around a salvaged-amplifier wall and a 2,400-LED marquee.' }, { slug: 'lsb-grand-millennium', name: 'Lock, Stock & Barrel — Grand Millennium', sector: 'fb', location: 'Barsha Heights', scope: 'Design + Build', year: 2017, image: 'media/project-lsb-grand-millennium-fb.webp', summary: 'Reclaimed-brick exterior with hand-painted signage — the brand’s second venue.' }, { slug: 'black-tap-al-naseem', name: 'Black Tap — Jumeirah Al Naseem', sector: 'fb', location: 'Madinat Jumeirah', scope: 'Design + Build', year: 2018, image: 'media/project-black-tap-al-naseem-fb.webp', summary: 'Beachside craft-burger and shake bar — neon, terrazzo, custom millwork.' }, { slug: 'black-tap-al-kout', name: 'Black Tap — Al Kout', sector: 'fb', location: 'Kuwait', scope: 'Design + Build', year: 2019, image: 'media/project-black-tap-al-kout-fb.webp', summary: 'Second GCC outpost — graphic murals, exposed steel, US diner roots.' }, { slug: 'stk', name: 'STK Steakhouse', sector: 'fb', location: 'Dubai', scope: 'Design + Build', year: 2018, image: 'media/project-stk-fb.webp', featured: true, summary: 'Sculpted plaster wing wall, marble bar — the brand’s GCC flagship.' }, { slug: 'gunaydin', name: 'Günaydın', sector: 'fb', location: 'Dubai', scope: 'Design + Build', year: 2017, image: 'media/project-gunaydin-fb.webp', summary: 'Istanbul steakhouse — domed plaster pendants, blackened oak and brass.' }, { slug: 'crescendo-anantara', name: 'Crescendo — Anantara', sector: 'fb', location: 'Anantara Downtown', scope: 'Design + Build', year: 2022, image: 'media/project-crescendo-anantara-fb.webp', summary: 'All-day dining — cane pendants, tilework, soft heritage palette.' }, { slug: 'zafran', name: 'Zafran', sector: 'fb', location: 'Dubai Mall', scope: 'Design + Build', year: 2019, image: 'media/project-zafran-fb.webp', summary: 'Indian street-food — colour-blocked dining, layered textile patterns.' }, { slug: 'babyq', name: 'Baby Q', sector: 'fb', location: 'Dubai', scope: 'Design + Build', year: 2020, image: 'media/project-babyq-fb.webp', summary: 'Geisha mural and neon — a late-night Asian listening room.' }, { slug: 'highso-moe', name: 'High So — Mall of the Emirates', sector: 'fb', location: 'Mall of the Emirates', scope: 'Design + Build', year: 2024, image: 'media/project-highso-moe-fb.webp', summary: 'Sky-lounge concept — circular stage, layered banquettes.' }, // Office { slug: 'difc-level-12', name: 'DIFC — Level 12', sector: 'office', location: 'DIFC, Dubai', scope: 'Design + Build', year: 2011, image: 'media/project-difc-level-12-office.webp', featured: true, summary: 'Marble-clad reception, recessed cove lighting — a financial-services flagship.' }, { slug: 'difc-courts', name: 'DIFC Courts', sector: 'office', location: 'Gate Building, DIFC', scope: 'Design + Build', year: 2012, image: 'media/project-difc-courts-office.webp', summary: 'Restrained oak panelling and travertine — quiet authority for the courts.' }, { slug: 'viacom', name: 'Viacom International Media Networks', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2018, image: 'media/project-viacom-office.webp', summary: 'MTV-led broadcast HQ — Edison pendants, exposed services, sculpted V.' }, { slug: 'tme-showroom', name: 'TME Showroom', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2023, image: 'media/project-tme-showroom-office.webp', summary: 'Double-height brick warehouse turned showroom + library + studio.' }, { slug: 'chairman', name: 'The Chairman’s Office', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2014, image: 'media/project-chairman-office.webp', summary: 'High-gloss white volumes, calligraphic art, layered residential textures.' }, { slug: 'al-mutawaa', name: 'Al Mutawaa Office', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2016, image: 'media/project-al-mutawaa-office.webp', summary: 'Open-plan workspace with banquette zones and acoustic dividers.' }, { slug: 'astratech', name: 'Astratech', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2019, image: 'media/project-astratech-office.webp', summary: 'Tech HQ — globe pendants over moss-green carpet, raw rope dividers.' }, { slug: 'town-hall', name: 'Town Hall', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2020, image: 'media/project-town-hall-office.webp', summary: 'Tiered timber forum — town-hall presentation space inside an office.' }, { slug: 'sandstorm', name: 'Sandstorm Studios', sector: 'office', location: 'Dubai', scope: 'Design + Build', year: 2025, image: 'media/project-sandstorm-office.webp', summary: 'Creative agency — pink-block stage, suspended ceiling grid, fabric art.' }, // Government { slug: 'mbrsc', name: 'Mohammed bin Rashid Space Centre', sector: 'government', location: 'Al Khawaneej', scope: 'Design + Build', year: 2025, image: 'media/project-mbrsc-government.webp', featured: true, summary: 'Mission-control room — backlit consoles, navy palette, mission patches.' }, { slug: 'dewa', name: 'DEWA Headquarters', sector: 'government', location: 'Dubai', scope: 'Design + Build', year: 2018, image: 'media/project-dewa-government.webp', summary: 'Curved bronze ceiling, hospitality-grade reception sequence.' }, { slug: 'khda', name: 'KHDA', sector: 'government', location: 'Dubai', scope: 'Design + Build', year: 2015, image: 'media/project-khda-government.webp', summary: 'Astroturf-floored agile workplace — pendants, hammocks, beanbags.' }, { slug: 'hipa', name: 'HIPA Headquarters', sector: 'government', location: 'Dubai', scope: 'Design + Build', year: 2016, image: 'media/project-hipa-government.webp', summary: 'Hamdan Photography Awards HQ — light-as-medium reception sequence.' }, { slug: 'abu-dhabi-tourism', name: 'Abu Dhabi Tourism Authority', sector: 'government', location: 'Abu Dhabi', scope: 'Design + Build', year: 2017, image: 'media/project-abu-dhabi-tourism-government.webp', summary: 'Acoustic ceiling islands, biophilic break zones for staff.' }, { slug: 'harbour-master', name: 'Harbour Master’s Office', sector: 'government', location: 'Port Rashid', scope: 'Design + Build', year: 2013, image: 'media/project-harbour-master-government.webp', summary: 'Wave-form ceiling and curved planter — a marine-inspired waiting hall.' }, // Leisure / Residential / Retail { slug: 'crank', name: 'Crank — Spin & Cycle', sector: 'leisure', location: 'Dubai', scope: 'Design + Build', year: 2017, image: 'media/project-crank-leisure.webp', summary: 'Spin studio with juice bar — pickled timber, polished concrete, neon.' }, { slug: 'neocasa', name: 'NeoCasa Show Villa', sector: 'residential', location: 'Dubai', scope: 'Design + Build', year: 2022, image: 'media/project-neocasa-residential.webp', summary: 'Show villa — sculptural pendant, hand-knotted rug, layered greys.' }, { slug: 'private-residence', name: 'Private Residence', sector: 'residential', location: 'Dubai Marina', scope: 'Design + Build', year: 2016, image: 'media/project-private-residence-residential.webp', summary: 'Double-height living loft — gloss white, calligraphic accents.' }, { slug: 'makeup-forever', name: 'Make Up For Ever — Regional HQ', sector: 'retail', location: 'Dubai', scope: 'Design + Build', year: 2024, image: 'media/project-makeup-forever-retail.webp', summary: 'Showroom + meeting suite — signature red panel, charcoal column.' }, ]; const AWARDS = [ { year: 2022, title: 'Interior Design Leader of the Year', issuer: 'Commercial Interior Design Awards', recipient: 'Chris Barnes', project: null, flagship: true }, { year: 2021, title: 'World’s Best Leisure Interior', issuer: 'International Property Awards', recipient: 'Broadway Interiors', project: 'Asia Asia', flagship: true }, { year: 2021, title: 'Best Leisure Interior — Arabia', issuer: 'International Property Awards', recipient: 'Broadway Interiors', project: 'Asia Asia' }, { year: 2020, title: 'F&B Project of the Year', issuer: 'Commercial Interior Design Awards', recipient: 'Broadway Interiors', project: 'Lock, Stock & Barrel — Rixos' }, { year: 2019, title: 'Bar Design of the Year — Highly Commended', issuer: 'Restaurant & Bar Design Awards', recipient: 'Broadway Interiors', project: 'Lock, Stock & Barrel' }, { year: 2019, title: 'Restaurant Design of the Year', issuer: 'Hospitality Design Awards ME', recipient: 'Broadway Interiors', project: 'Black Tap' }, { year: 2018, title: 'Workplace Project of the Year', issuer: 'Commercial Interior Design Awards', recipient: 'Broadway Interiors', project: 'Viacom International' }, { year: 2017, title: 'Bar of the Year', issuer: 'BBC Good Food ME Awards', recipient: 'Broadway Interiors', project: 'Asia Asia' }, { year: 2016, title: 'Government Project of the Year — Highly Commended', issuer: 'Commercial Interior Design Awards', recipient: 'Broadway Interiors', project: 'KHDA' }, { year: 2015, title: 'Restaurant Project of the Year', issuer: 'Hotelier Middle East', recipient: 'Broadway Interiors', project: 'Asia Asia' }, { year: 2014, title: 'Best Restaurant Design', issuer: 'Caterer Middle East', recipient: 'Broadway Interiors', project: 'Asia Asia' }, { year: 2013, title: 'Best Restaurant Concept — Pan-Asian', issuer: 'Time Out Dubai', recipient: 'Broadway Interiors', project: 'Asia Asia' }, { year: 2012, title: 'Workplace Fit-Out of the Year — Finalist', issuer: 'Commercial Interior Design Awards', recipient: 'Broadway Interiors', project: 'DIFC Courts' }, { year: 2011, title: 'Office Interior of the Year — Commendation', issuer: 'Identity Magazine', recipient: 'Broadway Interiors', project: 'DIFC Level 12' }, ]; const TEAM = [ { name: 'Chris Barnes', role: 'Owner, Founder & Managing Director', initials: 'CB' }, { name: 'Dawn', role: 'Studio Director', initials: 'D' }, { name: 'Maureen', role: 'Design Lead', initials: 'M' }, { name: 'Clarice', role: 'Senior Designer', initials: 'C' }, { name: 'Dahr', role: 'Designer', initials: 'D' }, { name: 'Vince', role: 'Designer', initials: 'V' }, { name: 'Conrad', role: 'Managing Quantity Surveyor', initials: 'C' }, { name: 'Sanu', role: 'Project Manager', initials: 'S' }, { name: 'Leigh', role: 'Operations', initials: 'L' }, { name: 'Grace', role: 'Business Development', initials: 'G' }, ]; const SECTOR_COPY = { fb: { title: 'F&B + Hospitality', lede: 'From a pan-Asian destination on Pier 7 to a brick-walled neighbourhood bar, our hospitality work is where Broadway’s design-and-build instinct shows up loudest — narrative concepts, custom millwork, and a delivery team who sit at the same table as the designers.', }, office: { title: 'Office', lede: 'The category we started with in 1999. Much of DIFC, Dubai Internet City and Dubai Media City passed through our drawing board on its way to fit-out — and twenty-five years later, the workplaces we deliver still begin with the same question: how does the room behave on a Tuesday at 2pm?', }, government: { title: 'Government + Public Sector', lede: 'A track record few peers can match — RTA, DEWA, KHDA, MBRSC, DAFZA, twofour54, the Harbour Master’s Office. Tendered, governed and delivered to specification, without surrendering the craft of the interior.', }, leisure: { title: 'Leisure', lede: 'Spin studios, juice bars, sky lounges. Spaces where the building is part of the workout, the bookable hour, the photograph.', }, residential: { title: 'Residential', lede: 'Private apartments, show villas, family homes. We bring the discipline of commercial fit-out — programme, cost control, finish quality — into spaces where the brief is more intimate.', }, retail: { title: 'Retail', lede: 'Regional flagships and showroom suites. Brand-led architecture, executed turnkey.', }, }; Object.assign(window, { SECTORS, PROJECTS, AWARDS, TEAM, SECTOR_COPY });