import { brandImages } from "@/data/brands"; import Image from "next/image"; import React from "react"; export default function Clients2() { return (

Our Clients

Trusted by over 300+ clients

We bring solutions to make life easier for our customers.

{/* /column */}
{brandImages.map((src, index) => (
image
))}
{/*/.row */}
{/* /column */}
{/* /.row */}
{/* /.container */} {/* /.container */}
); }