Merge version_12 into main #21
@@ -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 (
|
||||
@@ -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