"use client"; import Counter from "@/components/common/Counter"; import { testimonials } 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 Testimonials6() { return (
image
{/*/column */}
image
{/*/column */}

+

Satisfied Customers

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

“{elm.quote}”

{elm.name}

{elm.title}

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