import { Swiper, SwiperSlide } from "swiper/react" import { Autoplay, Navigation, Pagination } from "swiper" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 3, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.owl-next', prevEl: '.owl-prev', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, spaceBetween: 30, }, 575: { slidesPerView: 2, spaceBetween: 30, }, 767: { slidesPerView: 2, spaceBetween: 30, }, 991: { slidesPerView: 2, spaceBetween: 30, }, 1199: { slidesPerView: 3, spaceBetween: 30, }, 1350: { slidesPerView: 3, spaceBetween: 30, }, } } export default function Service4() { return ( <>

Vinkine Popular Services

Amazing Insurance Services

{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
Car Insurance
5

Car Insurance

Pleasant experience one has to consider the safety factor equally well.

Read More
Car Insurance
6

Marriage insurance

We cover you for wedding cancel, material damage to the property

Read More
Car Insurance
7

Business Insurance

Covers the loss of income that a business suffers after a disaster

Read More
Car Insurance
8

Medical Insurance

Additional benefits such as health check up, wellness programs…

Read More
Car Insurance
1

Life insurance

Contract between a life insurance company and a policy owner. A life…

Read More
Car Insurance
2

Travel Insurance

A travel insurance policy is a versatile plan that offers financial compensation…

Read More
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
) }