import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 2, spaceBetween: 20, 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 OptionalPanel({ isOptionalPanel, handleOptionalPanel }) { return ( <>
Vankine
Denounce with righteous indignation and dislike men who are beguiled and demoralized by the charms pleasure moment so blinded desire that they cannot foresee the pain and trouble.

Latest Portfolio

img

Former insures only the marine perils

img

Insurance covers risk of fire absence

img

Erving the interests of our clients

img

Guide To Audio Visual With JavaScript GSA

img

Building Web Layouts For Dual Foldable Devices

Need Any Help? Or Looking For an Agent

9806071234
sendmail@example.com
© {new Date().getFullYear()} Vankine. All Rights Reserved.
) }