import { services } from "@/data/services"; import React from "react"; export default function Features2() { return (

What We Do?

The service we offer is specifically designed to meet your needs.

{/* /column */}
{/* /.row */}
{services.map((elm, i) => (

{elm.title}

{elm.description}

Learn More
))}
{/*/.row */}
{/* /.container */} {/* /.container */}
); }