Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4087b9f6e3 | |||
| 27a4ee38fa | |||
| ef167d17a3 | |||
| c47ddb7010 | |||
| 85b107cde2 | |||
| 912f65fe3b | |||
| dc49c693cb | |||
| 22d1a3ca58 | |||
| 17347f4e40 | |||
| 2b0455bda6 | |||
| 22a66c53ae | |||
| c54a101af3 | |||
| db7bad2b64 | |||
| f1577a06b1 | |||
| 6f7b80bb1f | |||
| c85745a78e | |||
| 4838cbdafb | |||
| cc13077bbb | |||
| 2c1f023132 | |||
| 84d62e5b82 | |||
| 4a634481b7 | |||
| 4b7a0719b0 | |||
| 5f6714efe3 | |||
| 43af14965c | |||
| 2c6f38450f |
@@ -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 TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
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,7 +43,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 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={[
|
||||
{ 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" },
|
||||
@@ -105,28 +104,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ 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">
|
||||
<TestimonialCardFive
|
||||
title="Our Agents"
|
||||
description="Hear from our top performers about their experience with Generation Next."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: " Michael Maloney", date: "2024", title: "Top Producer", quote: "This system changed everything for my business. I'm hitting $15k+ monthly consistently!", tag: "Pro", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483590615-2ouk5xub.jpg" },
|
||||
{ id: "t2", name: "Mike D.", date: "2024", title: "Mentor", quote: "The training here is unmatched. It's the best environment for any serious insurance agent.", tag: "Leader", avatarSrc: "https://i.pravatar.cc/150?u=mike" },
|
||||
{ id: "t3", name: "David L.", date: "2024", title: "Rising Star", quote: "In my first 30 days, I replaced my corporate salary. The leads are actual gold.", tag: "Agent", avatarSrc: "https://i.pravatar.cc/150?u=david" },
|
||||
{ id: "t4", name: "Elena M.", date: "2024", title: "Top Closer", quote: "I never thought insurance could be this fun. The system makes closing so simple.", tag: "Pro", avatarSrc: "https://i.pravatar.cc/150?u=elena" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
@@ -169,4 +153,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user