import React from "react"; import Link from "next/link"; import Image from "next/image"; import { services2 } from "@/data/services"; export default function Services() { return (
With our customizable approach, you can select the specific
coverages that matter most
to you, avoiding unnecessary expenses
{service.description}
{/* Conditionally render Learn more - disabled for Construction (id: 16) */} {service.id !== 16 ? ( Learn more ) : ( Learn more )}