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

Happy Customers

Customer satisfaction is our major goal. See what our customers are saying about us.

{testimonials6.map((testimonial) => (

“{testimonial.quote}”

image
{testimonial.name}

{testimonial.role}

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