'use client' import { Autoplay, Navigation, Pagination } from "swiper/modules" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 3, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, spaceBetween: 30, }, 575: { slidesPerView: 2, spaceBetween: 30, }, 767: { slidesPerView: 2, spaceBetween: 30, }, 991: { slidesPerView: 2, spaceBetween: 30, }, 1199: { slidesPerView: 3, spaceBetween: 30, }, 1350: { slidesPerView: 3, spaceBetween: 30, }, } } export default function Testimonial6() { return ( <>
Clients Testimonial

What Our Loving Clients Saying

John Gripsonery

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

{/*swiper slider*/}

Kristin Watson

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

{/*swiper slider*/}

Wade Warren

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

{/*swiper slider*/}

Wade Warren

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

{/*swiper slider*/}
{/*

John Gripsonery

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

Kristin Watson

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

Wade Warren

CEO,JAKS Shans

Songerty successfully cope with tasks of varying complexity provide area guarantees and regularly.

*/}
) }