// Our Work — case study / portfolio section (replaces Pricing) const Work = () => { const projects = [ { cat: 'Care home', accent: '#2F6BFF', name: 'Ideal Care', loc: 'Manchester', img: 'images/portfolio/ideal-care.jpg', blurb: 'Professional care home website focused on trust, accessibility, and enquiry generation.', metric: '+142%', metricLabel: 'increase in care enquiries', }, { cat: 'Hospitality', accent: '#16A36A', name: 'Crown Rooms', loc: 'London', img: 'images/portfolio/the-crown.jpg', blurb: 'Hotel and hospitality website featuring room bookings, pub experiences, events, and a seamless mobile-first guest journey.', metric: 'Booking-ready', metricLabel: 'hospitality website', }, { cat: 'Care Home', accent: '#E2A52A', name: 'Ideal Live N Care', loc: 'Manchester', img: 'images/portfolio/ideal-live-n-care.jpg', blurb: 'Compassion-focused website designed to connect families with quality supported living services.', metric: '+120%', metricLabel: 'more online enquiries', }, { cat: 'Ecommerce', accent: '#8A5CF6', name: 'Beelovera', loc: 'Manchester', img: 'images/portfolio/beelovera.jpg', blurb: 'Elegant beauty product offline store with product info sharing website.', metric: '+65%', metricLabel: 'growth in sales', }, { cat: 'Auditing', accent: '#0EA5A5', name: 'RBS Auditors', loc: 'London', img: 'images/portfolio/rbs-auditors.jpg', blurb: 'Corporate website built to strengthen credibility and attract business consulting clients.', metric: '+90%', metricLabel: 'increase in client enquiries', }, { cat: 'Hospitality', accent: '#D97706', name: 'The Star of the East', loc: 'London', img: 'images/portfolio/the-star-of-the-east.jpg', blurb: 'Modern pub and dining website with online table reservations, event promotions, and mobile-first customer experience.', metric: '+85%', metricLabel: 'increase in online bookings', }, ]; return (
Our work

Recent UK projects we’re proud of.

Real sites for real local businesses — built to look professional and bring in steady enquiries.

{projects.map((p) => (
{p.cat} {p.name}

{p.name}

{p.loc}

{p.blurb}

{p.metric} {p.metricLabel}
))}
{ e.preventDefault(); window.__openBooking?.(); }}>Start your project Free consultation · Fixed monthly plans from £12
); }; window.Work = Work;