Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -29,74 +29,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "/plans",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "/how-it-works",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Plans", id: "/plans" },
|
||||
{ name: "How It Works", id: "/how-it-works" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
]}
|
||||
brandName="Vsurance LLC"
|
||||
button={{
|
||||
text: "Book a Call",
|
||||
href: "/schedule",
|
||||
}}
|
||||
text: "Book a Call", href: "/schedule"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Medicare Made Simple. Independent Advice You Can Trust."
|
||||
description="As an independent broker, Vsurance shops 20+ top carriers to find the plan that's right for you — at no cost."
|
||||
tag="Trusted Independent Broker"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Free Plan Review",
|
||||
href: "/schedule",
|
||||
},
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "/how-it-works",
|
||||
},
|
||||
{ text: "Get My Free Plan Review", href: "/schedule" },
|
||||
{ text: "See How It Works", href: "/how-it-works" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-2gd9rshb.jpg?_wi=1",
|
||||
imageAlt: "Greg, Founder of Vsurance LLC",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-d5zerbhz.png?_wi=1",
|
||||
imageAlt: "Vsurance Shield Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/group-healthy-shield-logo-template_361591-974.jpg",
|
||||
imageAlt: "Healthy Shield Logo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shield-medical-silhouette-logo_361591-2268.jpg",
|
||||
imageAlt: "Medical Shield Silhouette",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/heart-icon-healthcare-symbol-flat-design-vector-illustration_53876-140627.jpg",
|
||||
imageAlt: "Heart Healthcare Symbol",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-2gd9rshb.jpg", imageAlt: "Greg, Founder of Vsurance LLC" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-d5zerbhz.png", imageAlt: "Vsurance Shield Logo" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -111,50 +68,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "20+ Carriers Compared",
|
||||
description: "We shop the entire market to secure the best rates for your specific health needs.",
|
||||
icon: Search,
|
||||
title: "20+ Carriers Compared", description: "We shop the entire market to secure the best rates for your specific health needs.", icon: Search,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/unite-cause-vector-background-ovarian-cancer-awareness_1057-26724.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-health-care-protection-background-with-shield-logo-design_1017-52033.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-d5zerbhz.png?_wi=2",
|
||||
imageAlt: "humana health insurance logo",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/unite-cause-vector-background-ovarian-cancer-awareness_1057-26724.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/digital-health-care-protection-background-with-shield-logo-design_1017-52033.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Zero Cost to You",
|
||||
description: "Brokers are compensated by insurance carriers directly, ensuring our advice remains free.",
|
||||
icon: ShieldCheck,
|
||||
title: "Zero Cost to You", description: "Brokers are compensated by insurance carriers directly, ensuring our advice remains free.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nurse-logo-collection_52683-63243.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3md7lc",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-2gd9rshb.jpg?_wi=2",
|
||||
imageAlt: "humana health insurance logo",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nurse-logo-collection_52683-63243.jpg" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3md7lc" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Unbiased Guidance",
|
||||
description: "We have no sales quotas or favorites. We find the plan that fits you best.",
|
||||
icon: UserCheck,
|
||||
title: "Unbiased Guidance", description: "We have no sales quotas or favorites. We find the plan that fits you best.", icon: UserCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877426.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-support-shield-background-with-protecting-layers_1017-24591.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-heart-cross-logo_23-2150992592.jpg",
|
||||
imageAlt: "humana health insurance logo",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877426.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/medical-support-shield-background-with-protecting-layers_1017-24591.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="We work for you — not the insurance companies."
|
||||
description="Our independent status means your needs always come first."
|
||||
@@ -167,46 +100,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria T.",
|
||||
role: "Orlando, FL",
|
||||
testimonial: "Greg made Medicare so easy to understand. I finally feel confident in my coverage.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-d5zerbhz.png?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert B.",
|
||||
role: "Tampa, FL",
|
||||
testimonial: "Professional, kind, and knowledgeable. He found me a plan that saved me money!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-2gd9rshb.jpg?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda S.",
|
||||
role: "Miami, FL",
|
||||
testimonial: "Honest advice with no sales pressure. Exactly what I needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/unite-cause-vector-background-ovarian-cancer-awareness_1057-26724.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Jacksonville, FL",
|
||||
testimonial: "Top notch service. Greg really knows his stuff when it comes to Medicare.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-health-care-protection-background-with-shield-logo-design_1017-52033.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Susan P.",
|
||||
role: "Naples, FL",
|
||||
testimonial: "Highly recommend Vsurance. Truly client-first approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nurse-logo-collection_52683-63243.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{ id: "1", name: "Maria T.", role: "Orlando, FL", testimonial: "Greg made Medicare so easy to understand. I finally feel confident in my coverage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-d5zerbhz.png", imageAlt: "User provided image" },
|
||||
{ id: "2", name: "Robert B.", role: "Tampa, FL", testimonial: "Professional, kind, and knowledgeable. He found me a plan that saved me money!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNw5ebnR4Q1tnh9JTt6ul51Klz/uploaded-1776239187796-2gd9rshb.jpg", imageAlt: "User provided image" }
|
||||
]}
|
||||
title="Hear from our clients"
|
||||
description="See why hundreds of Floridians trust Greg for their Medicare guidance."
|
||||
@@ -219,21 +114,9 @@ export default function LandingPage() {
|
||||
title="Our Impact in Florida"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Families Served",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Building,
|
||||
label: "Carrier Partners",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Client Satisfaction",
|
||||
value: "100%",
|
||||
},
|
||||
{ icon: Users, label: "Families Served", value: "500+" },
|
||||
{ icon: Building, label: "Carrier Partners", value: "20+" },
|
||||
{ icon: Smile, label: "Client Satisfaction", value: "100%" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,31 +128,8 @@ export default function LandingPage() {
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tom H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877420.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-logo-template-world-health-day-awareness_23-2151257342.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/shield-logo-medical-color_361591-1879.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529348.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "James C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-health-day-logo-template_52683-159826.jpg",
|
||||
},
|
||||
{ id: "1", name: "Tom H.", imageSrc: "http://img.b2bpic.net/free-vector/home-health-care-logo-design-template_23-2150877420.jpg" },
|
||||
{ id: "2", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-logo-template-world-health-day-awareness_23-2151257342.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,29 +139,15 @@ export default function LandingPage() {
|
||||
logoText="Vsurance LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/schedule",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/schedule" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Plans",
|
||||
items: [
|
||||
{
|
||||
label: "Medicare Advantage",
|
||||
href: "/plans",
|
||||
},
|
||||
{
|
||||
label: "Supplements",
|
||||
href: "/plans",
|
||||
},
|
||||
title: "Plans", items: [
|
||||
{ label: "Medicare Advantage", href: "/plans" },
|
||||
{ label: "Supplements", href: "/plans" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user