export default function Services() { const services = [ { title: "Outdoor Living & Kitchens", img: "/assets/images/kitchen.png" }, { title: "Sunrooms & Enclosures", img: "/assets/images/sunroom.png" }, { title: "Interior Remodelling", img: "/assets/images/Outdoor.png" }, { title: "Smart Home & Technology", img: "/assets/images/Smart.png" } ] return (
Our Services

Transforming spaces with precision, innovation,
and commitment to quality craftsmanship.

Explore All Services
{/* GRID */}
{services.map((item, index) => (
{item.title}

{item.title}

))}
) }