'use client' import Link from "next/link" 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 Slider2() { return ( <>
25

Years Experiences
in this field

We Are Expert In This Field

Solutions Financial For Business

Apexa helps you to convert your data into a strategic asset and get business insights Apexa helps you to convert your data into Asset and get Top-Notch Business Insights.

Read more
32

Global Branches
68 countries

We are constantly expanding

Top experts from your country

Don't worry about distance, language or culture. We are right in your country, with leading experts in the financial industry. We are always there for your business.

Read more
15

years of applying
digital transformation

Smart financial technology

High-tech financial platform

Apexa helps you to convert your data into a strategic asset and get business insights Apexa helps you to convert your data into Asset and get Top-Notch Business Insights.

Read more
) }