"use client"; import { brands } from "@/data/brands"; import React from "react"; import { Autoplay } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; import Image from "next/image"; export default function Clients1() { return (

Trusted by over 2K+ clients across the world

{brands.map((image, index) => ( image ))} {/*/.swiper-wrapper */} {/* /.swiper */}
{/* /.swiper-container */}
{/* /.container */} {/* /.container */}
); }