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 Slider2() { return ( <>
icon Best For Insurance

Insurance
For Better
World

Read More
icon
icon
icon Live Your Dream

Personalized
Health Plans For
Your Family

Read More
icon
icon
) }