Merge version_1 into main #1
174
src/app/page.tsx
174
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
name: "Why Us", id: "why"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "how",
|
||||
},
|
||||
name: "How It Works", id: "how"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Legacy Life Coverage"
|
||||
/>
|
||||
@@ -59,38 +49,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Don't Leave Your Family with a $15,000 Burden When You're Gone"
|
||||
description="Final expense life insurance covers funeral costs, medical bills, and more — so your loved ones can grieve without the financial stress."
|
||||
tag="1.8 Million+ Families Protected"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Free Quote",
|
||||
href: "https://form.jotform.com/261069280018151",
|
||||
},
|
||||
text: "Get My Free Quote", href: "https://form.jotform.com/261069280018151"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture_1127-101.jpg",
|
||||
imageAlt: "professional insurance background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture_1127-101.jpg", imageAlt: "professional insurance background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-glasses-stethoscope-desk_23-2148519795.jpg",
|
||||
imageAlt: "professional insurance background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-wood-patterned-background_53876-90846.jpg",
|
||||
imageAlt: "Gold wood patterned background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-golden-textured-material_23-2148943372.jpg",
|
||||
imageAlt: "Abstract golden textured material",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/textured-gold-background_53876-88772.jpg",
|
||||
imageAlt: "Textured gold background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-glasses-stethoscope-desk_23-2148519795.jpg", imageAlt: "professional insurance background"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,19 +77,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "No Medical Exam",
|
||||
description: "Qualify easily — even with pre-existing health conditions. No doctors, no needles, no hassle.",
|
||||
},
|
||||
title: "No Medical Exam", description: "Qualify easily — even with pre-existing health conditions. No doctors, no needles, no hassle."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Approval",
|
||||
description: "Get approved quickly — sometimes the same day. Your family won't have to wait for protection.",
|
||||
},
|
||||
title: "Fast Approval", description: "Get approved quickly — sometimes the same day. Your family won't have to wait for protection."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Guaranteed Coverage",
|
||||
description: "Your benefits are guaranteed. Your family receives a tax-free lump sum to use however they need.",
|
||||
},
|
||||
title: "Guaranteed Coverage", description: "Your benefits are guaranteed. Your family receives a tax-free lump sum to use however they need."},
|
||||
]}
|
||||
title="Why Thousands of Seniors Choose Legacy Life Coverage"
|
||||
description="Simple, affordable, and designed specifically for people 50 to 85 years old."
|
||||
@@ -133,25 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.8M+",
|
||||
title: "Families Protected",
|
||||
description: "Across the United States",
|
||||
icon: Users,
|
||||
id: "m1", value: "1.8M+", title: "Families Protected", description: "Across the United States", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Peace of Mind",
|
||||
description: "Available day or night",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Peace of Mind", description: "Available day or night", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
description: "To your family's future",
|
||||
icon: Heart,
|
||||
id: "m3", value: "100%", title: "Commitment", description: "To your family's future", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Proven Stability"
|
||||
@@ -167,23 +120,15 @@ export default function LandingPage() {
|
||||
description="Getting covered is easier than you think. Just 3 steps."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Now",
|
||||
href: "https://form.jotform.com/261069280018151",
|
||||
},
|
||||
text: "Get Started Now", href: "https://form.jotform.com/261069280018151"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "1. Answer a Few Questions",
|
||||
description: "Fill out our short, secure form. No medical exam — just a few simple questions.",
|
||||
},
|
||||
title: "1. Answer a Few Questions", description: "Fill out our short, secure form. No medical exam — just a few simple questions."},
|
||||
{
|
||||
title: "2. See Your Options",
|
||||
description: "We'll match you with the best affordable plans available in your area.",
|
||||
},
|
||||
title: "2. See Your Options", description: "We'll match you with the best affordable plans available in your area."},
|
||||
{
|
||||
title: "3. Get Covered",
|
||||
description: "Choose the plan that's right for you and protect your family — starting today.",
|
||||
},
|
||||
title: "3. Get Covered", description: "Choose the plan that's right for you and protect your family — starting today."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smooth-golden-textured-material-background_23-2148943358.jpg"
|
||||
/>
|
||||
@@ -197,45 +142,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dorothy M.",
|
||||
role: "Retired Teacher",
|
||||
company: "Florida",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-woman-park_273609-15858.jpg",
|
||||
},
|
||||
id: "1", name: "Dorothy M.", role: "Retired Teacher", company: "Florida", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elderly-woman-park_273609-15858.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert T.",
|
||||
role: "Veteran",
|
||||
company: "Texas",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-grey-haired-european-man-looks-with-strict-face-expression-through-round-glasses-wears-formal-white-shirt-bowtie_273609-33935.jpg",
|
||||
},
|
||||
id: "2", name: "Robert T.", role: "Veteran", company: "Texas", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-grey-haired-european-man-looks-with-strict-face-expression-through-round-glasses-wears-formal-white-shirt-bowtie_273609-33935.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Patricia W.",
|
||||
role: "Grandmother",
|
||||
company: "Ohio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-senior-woman-standing-against-red-backdrop_23-2148093026.jpg",
|
||||
},
|
||||
id: "3", name: "Patricia W.", role: "Grandmother", company: "Ohio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-senior-woman-standing-against-red-backdrop_23-2148093026.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James B.",
|
||||
role: "Grandfather",
|
||||
company: "Georgia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-retired-man_23-2147562098.jpg",
|
||||
},
|
||||
id: "4", name: "James B.", role: "Grandfather", company: "Georgia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-retired-man_23-2147562098.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda S.",
|
||||
role: "Retired Nurse",
|
||||
company: "Arizona",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-gathering-cafe_23-2149230386.jpg",
|
||||
},
|
||||
id: "5", name: "Linda S.", role: "Retired Nurse", company: "Arizona", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-gathering-cafe_23-2149230386.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real people. Real stories. Real peace of mind."
|
||||
@@ -247,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do I need a medical exam?",
|
||||
content: "No, our plans are designed specifically for seniors without requiring any medical exams or doctor visits.",
|
||||
},
|
||||
id: "faq1", title: "Do I need a medical exam?", content: "No, our plans are designed specifically for seniors without requiring any medical exams or doctor visits."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Who can apply?",
|
||||
content: "Our coverage is available for U.S. residents between the ages of 50 and 85.",
|
||||
},
|
||||
id: "faq2", title: "Who can apply?", content: "Our coverage is available for U.S. residents between the ages of 50 and 85."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How fast is approval?",
|
||||
content: "Approval is typically instant, and in many cases, you can secure coverage on the same day.",
|
||||
},
|
||||
id: "faq3", title: "How fast is approval?", content: "Approval is typically instant, and in many cases, you can secure coverage on the same day."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -271,8 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Secure Free Quote"
|
||||
title="Your Family Deserves to Be Protected"
|
||||
description="Don't wait. Coverage is available right now for ages 50–85. Get your free quote in under 2 minutes."
|
||||
@@ -284,25 +194,17 @@ export default function LandingPage() {
|
||||
logoText="Legacy Life Coverage"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "https://form.jotform.com/261069280018151",
|
||||
},
|
||||
label: "Contact Us", href: "https://form.jotform.com/261069280018151"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user