import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 0, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.owl-next', prevEl: '.owl-prev', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, } export default function Slider5() { return ( <>
{/*-sldier*/}
icon Best For Insurance

Insurance
For Better
World

Read More

Connect With Our Agent

Click on the blue round button at the bottom right corner of this page. You can also email our support team at vankine@example.com

Chat With Us
{/*-slider*/} {/*-sldier*/}
icon Best For Insurance

Insurance
Generation
To lead

Read More
{/*-slider*/} {/*-sldier*/}
icon Best For Insurance

Life Happy
Insurance
Policy

Read More
{/*-slider*/}
) }