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: '.slick-next', prevEl: '.slick-prev', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, } export default function Slider4() { return ( <>
Welcome To Vankine

A Moments Of Caring
Your Dream Home

Read More
Better Insurance

Find Health Coverage
that's Right for you

Read More
Better Insurance

Don’t Call it a Dream,
Call it a Plan.

Read More
Better Insurance

Build Amazing Life
With Insurance

Read More
{/*

House Insurance

Medical Insurance

Travel Insurance

Life Insurance

*/}
) }