"use client"; import { Swiper, SwiperSlide } from "swiper/react"; import { Autoplay, Navigation, Pagination } from "swiper/modules"; import Link from "next/link"; const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: ".testimonial-two-button-next", prevEl: ".testimonial-two-button-prev", }, // Pagination pagination: { el: ".swiper-pagination-testimonials", clickable: true, }, }; export default function Testimonials() { return ( <>

Check out what our clients are saying...

Social Celebrity

https://social-celebrity.com/

RankRunners helped our brand reach the top of the search results for relevant search terms within just a few month's time. They truly take a comprehensive approach to SEO and clearly outline the entire process from start to finish so that we're never in the dark and know exactly how our budget is being allocated.

The Gurvey Law Group, PC

https://gurveylaw.com/

Extremely happy with choosing to use Rankrunners to increase the amount of clients we work with. The entire process was easy and we saw an increase right away. Would recommend every company to use them to increase sales through their online tools!

Andres Gonzalez

Awesome firm. They are helping us to develop and start out business the way we envisioned. Highly recommended professionals.

); }