/* eslint-disable */ // Section 05 — Services. Label + thin vertical rule, 4-column grid of image cards. const SERVICES = [ { title: 'Joinery & custom fabrication', tone: 'workshop', src: 'assets/uc-planer.jpeg', body: "Engineering, production, and assembly of custom wooden components including doors, wall cladding, counters, and trims. CAD-based shop drawings, CNC machining, edge banding, and precision assembly ensure dimensional accuracy and finish consistency.", }, { title: 'Interior fit-outs', tone: 'detail', src: 'assets/uc-interior-credenza.jpeg', body: "End-to-end engineering and execution of interior works covering detailed drawings, material coordination, site measurements, and installation. Scope includes wall and ceiling panels, cabinetry, partitions, and integrated joinery coordinated with MEP and architectural requirements.", }, { title: 'Furniture production', tone: 'grain', src: 'assets/uc-assembly.jpeg', body: "Design engineering and mass production of loose and fixed furniture for residential, hospitality, and commercial spaces. Operations include structural design verification, CNC cutting, veneer pressing, sanding, finishing, and assembly with high-quality solid wood and composite materials.", }, { title: 'Specialised fabrication', tone: 'raking', src: 'assets/uc-curved-plywood.jpeg', body: "Engineering and execution of complex, non-standard wooden and hybrid elements such as curved panels, acoustic systems, perforated surfaces, and mixed-material assemblies combining wood, metal, glass, and solid surfaces.", }, ]; const Services = () => (
Our services
04 disciplines

What the workshop does.

{SERVICES.map((s, i) => (
0{i + 1}

{s.title}

{s.body}

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