Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-18 02:07:07 +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 },
]}
@@ -135,7 +135,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 +150,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" },
]}
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}