"use client"; import { testimonials3 } from "@/data/testimonials"; import React from "react"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; export default function Testimonials15() { return (

Happy Customers

{testimonials3.map((elm, i) => (

“{elm.quote}”

{elm.name}

{elm.role}

{/* /.card-body */}
{/* /.card */}
{/* /.item-inner */}
))} {/*/.swiper-wrapper */}
{/* /.swiper */}
{/* /.swiper-container */}
{/* /.container */}
{/* /.wrapper */} {/* /.container */}
); }