47 Commits

Author SHA1 Message Date
27a4ee38fa Update src/app/page.tsx 2026-04-18 03:46:22 +00:00
c47ddb7010 Update src/app/page.tsx 2026-04-18 03:43:42 +00:00
85b107cde2 Merge version_9 into main
Merge version_9 into main
2026-04-18 03:40:54 +00:00
e4ecfd1d6e Update src/app/page.tsx 2026-04-18 03:40:51 +00:00
912f65fe3b Merge version_9 into main
Merge version_9 into main
2026-04-18 03:38:59 +00:00
038c6cc18b Update src/app/page.tsx 2026-04-18 03:38:53 +00:00
dc49c693cb Merge version_9 into main
Merge version_9 into main
2026-04-18 03:38:13 +00:00
05aeedd1c2 Update src/app/page.tsx 2026-04-18 03:38:07 +00:00
22d1a3ca58 Switch to version 9: modified src/app/page.tsx 2026-04-18 03:36:12 +00:00
17347f4e40 Switch to version 10: modified src/app/page.tsx 2026-04-18 03:36:03 +00:00
2b0455bda6 Switch to version 10: modified src/app/layout.tsx 2026-04-18 03:36:03 +00:00
22a66c53ae Merge version_11 into main
Merge version_11 into main
2026-04-18 03:35:44 +00:00
c54a101af3 Update theme fonts 2026-04-18 03:35:41 +00:00
db7bad2b64 Update theme fonts 2026-04-18 03:35:41 +00:00
f1577a06b1 Merge version_11 into main
Merge version_11 into main
2026-04-18 03:32:45 +00:00
6f7b80bb1f Update src/app/page.tsx 2026-04-18 03:32:38 +00:00
c85745a78e Switch to version 9: modified src/app/page.tsx 2026-04-18 03:20:54 +00:00
4838cbdafb Merge version_10 into main
Merge version_10 into main
2026-04-18 03:18:51 +00:00
cc13077bbb Update src/app/page.tsx 2026-04-18 03:18:45 +00:00
2c1f023132 Merge version_10 into main
Merge version_10 into main
2026-04-18 03:18:19 +00:00
84d62e5b82 Update src/app/page.tsx 2026-04-18 03:18:13 +00:00
4a634481b7 Merge version_8 into main
Merge version_8 into main
2026-04-18 03:15:31 +00:00
4b7a0719b0 Update src/app/page.tsx 2026-04-18 03:15:28 +00:00
5f6714efe3 Switch to version 8: modified src/app/page.tsx 2026-04-18 03:09:58 +00:00
43af14965c Merge version_9 into main
Merge version_9 into main
2026-04-18 03:08:50 +00:00
73811eac29 Update src/app/page.tsx 2026-04-18 03:08:44 +00:00
2c6f38450f Merge version_9 into main
Merge version_9 into main
2026-04-18 03:08:18 +00:00
4d24332810 Update src/app/page.tsx 2026-04-18 03:08:15 +00:00
c593b870d3 Switch to version 7: modified src/app/page.tsx 2026-04-18 03:06:25 +00:00
e2b38ec6df Merge version_8 into main
Merge version_8 into main
2026-04-18 03:05:18 +00:00
962d2aded4 Update src/app/page.tsx 2026-04-18 03:05:12 +00:00
46d709530d Merge version_7 into main
Merge version_7 into main
2026-04-18 03:03:20 +00:00
143424b34c Update src/app/page.tsx 2026-04-18 03:03:17 +00:00
8426cf38dd Merge version_7 into main
Merge version_7 into main
2026-04-18 02:42:57 +00:00
72a0c8b501 Update src/app/page.tsx 2026-04-18 02:42:54 +00:00
b32dbb3ed0 Merge version_6 into main
Merge version_6 into main
2026-04-18 02:32:18 +00:00
017a0105f8 Update src/app/page.tsx 2026-04-18 02:32:15 +00:00
fa96ff0207 Merge version_5 into main
Merge version_5 into main
2026-04-18 02:23:41 +00:00
f6077e97b7 Update src/app/page.tsx 2026-04-18 02:23:38 +00:00
eea715cede Merge version_4 into main
Merge version_4 into main
2026-04-18 02:13:49 +00:00
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

@@ -9,9 +9,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react";
import { DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -44,24 +43,24 @@ 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 working from home. No cold calling."
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" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/futuristic-3d-income-dashboard-interface-1776477771783-b5753008.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776462408742-61bfz6xl.png"
imageAlt="Futuristic 3D income dashboard interface with neon green graphs and financial data"
mediaAnimation="blur-reveal"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-a-middle-aged-m-1776477831609-66763d42.png", alt: "Sales Agent 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-a-female-sales--1776477840494-490efc80.png", alt: "Sales Agent 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-a-male-team-lea-1776477848742-b1053d44.png", alt: "Sales Agent 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-an-agent-in-a-h-1776477860571-fb567af6.png", alt: "Sales Agent 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-an-agent-dark-b-1776477870131-749f9652.png", alt: "Sales Agent 5" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483395523-gvcjgo8w.jpg", alt: "Sales Agent 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483410778-91ivhfhr.jpg", alt: "Sales Agent 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483422866-zp7u3f9a.jpg", alt: "Sales Agent 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483434865-3igizd1f.jpg", alt: "Sales Agent 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483447799-vr14x3b3.jpg", alt: "Sales Agent 5" },
]}
avatarText="Join 500+ successful agents"
avatarText="Join 100+ 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 +79,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,31 +102,15 @@ 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 },
{ title: "3. Close & Earn", description: "Help protect families and earn high commissions.", bentoComponent: "reveal-icon", icon: Star },
]}
title="How The System Works"
description="No cold calling. No door knocking. No prospecting."
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
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" },
{ id: "t2", name: "Top Producer", role: "Lead Mentor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-team-mentor-c-1776477814942-eeecf2d1.png" },
{ id: "t3", name: "Sales Expert", role: "Closing Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-top-producing-1776477823206-78067cb9.png" },
]}
title="Why Agents Join Generation Next"
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
@@ -135,7 +118,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 +133,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 +153,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}