1 Commits

Author SHA1 Message Date
4b7a0719b0 Update src/app/page.tsx 2026-04-18 03:15:28 +00:00

View File

@@ -9,7 +9,6 @@ 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";
@@ -49,17 +48,17 @@ export default function LandingPage() {
{ 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/uploaded-1776462408742-61bfz6xl.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/futuristic-3d-income-dashboard-interface-1776477771783-b5753008.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/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" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482061072-gotlp7i8.jpg", alt: "Sales Agent 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482077290-d6c6p8rc.jpg", alt: "Sales Agent 2" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482092887-j7l20lpj.jpg", alt: "Sales Agent 3" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482105955-kr8jb97q.jpg", alt: "Sales Agent 4" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482121095-gzsyu5fi.jpg", alt: "Sales Agent 5" },
]}
avatarText="Join 100+ successful agents"
avatarText="Join 500+ successful agents"
marqueeItems={[
{ type: "text", text: "100% Warm Leads" },
{ type: "text", text: "No Cold Calling" },
@@ -112,21 +111,6 @@ export default function LandingPage() {
/>
</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>
);
}
}