"use client"; import { bannerSlides2 } from "@/data/heroSlides"; import React from "react"; import { Swiper, SwiperSlide } from "swiper/react"; import Link from "next/link"; import Image from "next/image"; export default function Hero() { return (

Ultimate Peace Of Mind

Shaping{" "} icon{" "} Futures
With{" "} icon{" "} Insurance Solutions

Maximize your coverage, minimize your worries. We're committed to providing exceptional customer service and comprehensive insurance solutions that exceed your expectations.

Book a Free Consulting Find your plan
{bannerSlides2.map((slide) => (
{slide.alt}
))}
); }