'use client' import { Autoplay, Navigation, Pagination } from "swiper/modules" import { Swiper, SwiperSlide } from "swiper/react" 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', clickable: true, }, } export default function Slider() { return ( <>
Best accounting Services

Accounting Platform using AI technology

Empower decision-making with real-time financial reporting, providing instant access to key metrics, profit and loss statements, and other critical data for informed business strategies.

  • Best For IT Consulting
  • Our Vision, Our Mission
  • Save Money & Time
  • 100% Satisfaction
+28k
Trusted , Happy & Satisfied Businesses

Need help? Call us

1-800-222-8888

Need help? Call us

1-800-222-8888

) }