7 Commits

Author SHA1 Message Date
5db97d9eaf Update src/app/page.tsx 2026-04-18 02:13:46 +00:00
79e3b13d8c Merge version_3 into main
Merge version_3 into main
2026-04-18 02:09:42 +00:00
08e59b681b Update src/app/page.tsx 2026-04-18 02:09:36 +00:00
8b97943dd4 Merge version_2 into main
Merge version_2 into main
2026-04-18 02:07:06 +00:00
cdcb5d76de Update src/app/page.tsx 2026-04-18 02:07:00 +00:00
cdb25dde23 Merge version_1 into main
Merge version_1 into main
2026-04-18 02:05:08 +00:00
f47aee8e51 Merge version_1 into main
Merge version_1 into main
2026-04-18 02:04:42 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "glowing-orb" }}
title="A Remote Insurance Sales System Producing $800,000+ Per Month"
description="Join Generation Next — a virtual sales team powered by Family First Life helping agents earn $10K+ per month using inbound insurance leads. No cold calling required."
description="Join Generation Next — a virtual sales team powered by Family First Life helping agents earn $10K+ per month using warm insurance leads. No cold calling required."
buttons={[
{ text: "Book Your Spot for the Monday 7:30 PM Overview", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" },
{ text: "See How It Works", href: "#about" },
@@ -61,7 +61,7 @@ export default function LandingPage() {
]}
avatarText="Join 500+ successful agents"
marqueeItems={[
{ type: "text", text: "100% Inbound Leads" },
{ type: "text", text: "100% Warm Leads" },
{ type: "text", text: "No Cold Calling" },
{ type: "text", text: "Virtual Freedom" },
{ type: "text", text: "High Commissions" },
@@ -80,7 +80,7 @@ export default function LandingPage() {
{ id: "m1", value: "$800K+", title: "Monthly Production", description: "High-volume sales performance", icon: TrendingUp },
{ id: "m2", value: "100%", title: "Remote Sales", description: "Work from anywhere in the country", icon: Laptop },
{ id: "m3", value: "$10K+", title: "Avg Monthly Earnings", description: "Scalable income potential for agents", icon: DollarSign },
{ id: "m4", value: "0", title: "Cold Calling", description: "Focused exclusively on inbound leads", icon: Star },
{ id: "m4", value: "0", title: "Cold Calling", description: "Focused exclusively on warm leads", icon: Star },
]}
title="Proven System Results"
description="Building the largest life insurance brokerage in the country through a proven virtual sales model."
@@ -103,7 +103,7 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{ title: "1. Get Leads", description: "You receive exclusive inbound insurance leads.", bentoComponent: "reveal-icon", icon: Shield },
{ title: "1. Get Leads", description: "You receive exclusive warm insurance leads.", bentoComponent: "reveal-icon", icon: Shield },
{ title: "2. Connect", description: "Speak with families who have already requested coverage.", bentoComponent: "reveal-icon", icon: Phone },
{ title: "3. Close & Earn", description: "Help protect families and earn high commissions.", bentoComponent: "reveal-icon", icon: Award },
]}
@@ -114,9 +114,9 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="blur-reveal"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Michael Maloney", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-successful-sa-1776477806821-51cf0d35.png" },
@@ -125,6 +125,7 @@ export default function LandingPage() {
]}
title="Why Agents Join Generation Next"
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
textboxLayout="split"
/>
</div>
@@ -135,7 +136,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "weekly-overview", badge: "Required", price: "Free", subtitle: "Weekly Group Interview", features: ["Proven sales system overview", "Compensation plan training", "Inbound lead flow strategy", "Mentorship access"],
id: "weekly-overview", badge: "Required", price: "Free", subtitle: "Weekly Group Interview", features: ["Proven sales system overview", "Compensation plan training", "Warm lead flow strategy", "Mentorship access"],
buttons: [{ text: "Reserve My Spot Now", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" }],
},
]}
@@ -150,7 +151,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Ready to get started?"
title="Ready to Build a $10K+/Month Remote Income?"
description="Join a proven system with inbound leads, training, and support."
description="Join a proven system with warm leads, training, and support."
buttons={[
{ text: "Book My Overview Call", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" },
]}