"use client"; import { testimonials } from "@/data/testimonials"; import Image from "next/image"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; export default function Testimonials16() { return ( <>

Happy Customers

Don't take our word for it. See what customers are saying about us.

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

“{elm.quote}”

{elm.name}

{elm.title}

))} {/*/.swiper-wrapper */}
{/* /.swiper */}
{/* /.swiper-container */}
{/*/column */}
{/*/.row */}
{/*/.card-body */}
{/*/.card */}
); }