"use client"; import React from "react"; import Image from "next/image"; import { testimonials3 } from "@/data/testimonials"; export default function Testimonials() { return (

Client Satisfaction, Our Reputation

We’ve helped hundreds of partners, to achieve their goals and stellar feedback, is our reward!

item
{[...testimonials3, ...testimonials3].map( (testimonial, index) => (
= 6 ? "infiniteslide_clone" : "" }`} style={{ flex: "0 0 auto", display: "block" }} >
“ {testimonial.quote} ”
avatar

{testimonial.position}

) )}
{[...testimonials3, ...testimonials3].map( (testimonial, index) => (
= 6 ? "infiniteslide_clone" : "" }`} style={{ flex: "0 0 auto", display: "block" }} >
“ {testimonial.quote} ”
avatar

{testimonial.position}

) )}
); }