"use client"; import { testimonials } from "@/data/testimonials"; import React from "react"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; export default function Testimonials14() { return (
{testimonials.map((elm, i) => (

“{elm.quote}”

{elm.name}
))} {/*/.swiper-wrapper */}
{/*/.swiper */}
{/* /.swiper-container */}
{/* /column */}
{/* /.row */}
{/* /.container */}
{/* /section */} {/* /.container */}
); }