/* eslint-disable */ // Section 08 — Our Promises. Light. 4 portrait cards, wood-texture bg + dark text overlay. const PROMISES = [ { label: 'Client-centred philosophy with tailored solutions.', tone: 'grain', src: 'assets/uc-heritage-table.jpeg' }, { label: 'Alignment with Vision 2030 sustainability targets.', tone: 'workshop', src: 'assets/uc-finishing-grain.jpeg' }, { label: 'Integration of modern technologies & smart materials.', tone: 'detail', src: 'assets/uc-finish-samples.jpeg' }, { label: 'Collaborative mindset with architects, consultants & clients.', tone: 'raking', src: 'assets/uc-blueprints-bw.jpeg' }, ]; const Promises = () => (
Our promises
04 commitments

Thoughtful by design.

{PROMISES.map((p, i) => ( {/* number watermark */}
0{i + 1}
{/* bottom panel */}
{p.label}
))}
); Object.assign(window, { Promises });