import { Autoplay, Navigation, Pagination } from "swiper" import ClientSlider from "../slider/ClientSlider" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 6, 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: 3, spaceBetween: 30, }, 767: { slidesPerView: 4, spaceBetween: 30, }, 991: { slidesPerView: 5, spaceBetween: 30, }, 1199: { slidesPerView: 6, spaceBetween: 30, }, 1350: { slidesPerView: 6, spaceBetween: 30, }, } } export default function Client2() { return ( <>
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}

Popular Global Clients

We’ve 1520+Global Premium Clients

{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
) }