44 Commits

Author SHA1 Message Date
4087b9f6e3 Merge version_12 into main
Merge version_12 into main
2026-04-18 03:46:25 +00:00
27a4ee38fa Update src/app/page.tsx 2026-04-18 03:46:22 +00:00
ef167d17a3 Merge version_12 into main
Merge version_12 into main
2026-04-18 03:43:48 +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

View File

@@ -9,9 +9,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TextAbout from '@/components/sections/about/TextAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -44,22 +43,22 @@ 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 warm 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={[ 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" },
]} ]}
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" imageAlt="Futuristic 3D income dashboard interface with neon green graphs and financial data"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[ 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/uploaded-1776483395523-gvcjgo8w.jpg", 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/uploaded-1776483410778-91ivhfhr.jpg", 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/uploaded-1776483422866-zp7u3f9a.jpg", 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/uploaded-1776483434865-3igizd1f.jpg", 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-1776483447799-vr14x3b3.jpg", alt: "Sales Agent 5" },
]} ]}
avatarText="Join 500+ successful agents" avatarText="Join 100+ successful agents"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "100% Warm Leads" }, { type: "text", text: "100% Warm Leads" },
{ type: "text", text: "No Cold Calling" }, { type: "text", text: "No Cold Calling" },
@@ -105,29 +104,13 @@ export default function LandingPage() {
features={[ features={[
{ title: "1. Get Leads", description: "You receive exclusive warm 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: Star },
]} ]}
title="How The System Works" title="How The System Works"
description="No cold calling. No door knocking. No prospecting." description="No cold calling. No door knocking. No prospecting."
/> />
</div> </div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="blur-reveal"
textboxLayout="split"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Michael Maloney", role: "Director", description: "Founder of Generation Next with years of virtual sales leadership experience.", 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", description: "Specialist in scaling agent earnings through proven virtual sales strategies.", 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", description: "Expert at closing high-value insurance cases entirely online.", 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"> <div id="pricing" data-section="pricing">
<PricingCardEight <PricingCardEight
animationType="slide-up" animationType="slide-up"
@@ -170,4 +153,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }