Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdcb5d76de | |||
| cdb25dde23 | |||
| f47aee8e51 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
title="A Remote Insurance Sales System Producing $800,000+ Per Month"
|
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={[
|
buttons={[
|
||||||
{ text: "Book Your Spot for the Monday 7:30 PM Overview", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" },
|
{ 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" },
|
{ text: "See How It Works", href: "#about" },
|
||||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Join 500+ successful agents"
|
avatarText="Join 500+ successful agents"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "100% Inbound Leads" },
|
{ type: "text", text: "100% Warm Leads" },
|
||||||
{ type: "text", text: "No Cold Calling" },
|
{ type: "text", text: "No Cold Calling" },
|
||||||
{ type: "text", text: "Virtual Freedom" },
|
{ type: "text", text: "Virtual Freedom" },
|
||||||
{ type: "text", text: "High Commissions" },
|
{ 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: "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: "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: "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"
|
title="Proven System Results"
|
||||||
description="Building the largest life insurance brokerage in the country through a proven virtual sales model."
|
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"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "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 },
|
{ 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}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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" }],
|
buttons: [{ text: "Reserve My Spot Now", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" }],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Ready to get started?"
|
tag="Ready to get started?"
|
||||||
title="Ready to Build a $10K+/Month Remote Income?"
|
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={[
|
buttons={[
|
||||||
{ text: "Book My Overview Call", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" },
|
{ text: "Book My Overview Call", href: "https://calendly.com/michaelmaloney-familyfirstlife-insurance" },
|
||||||
]}
|
]}
|
||||||
@@ -170,4 +170,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user