Merge version_6 into main #7
@@ -9,7 +9,7 @@ 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 TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
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";
|
||||
|
||||
@@ -113,20 +113,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
<TestimonialCardFive
|
||||
title="Our Agents"
|
||||
description="Hear from our top performers about their experience with Generation Next."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Why Agents Join Generation Next"
|
||||
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
|
||||
groups={[
|
||||
{
|
||||
id: "leadership", groupTitle: "Team Leadership", members: [
|
||||
{ id: "t1", title: "Michael Maloney", subtitle: "Director", detail: "Leading the vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-successful-sa-1776477806821-51cf0d35.png" },
|
||||
{ id: "t2", title: "Top Producer", subtitle: "Lead Mentor", detail: "Guiding new agents", 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", title: "Sales Expert", subtitle: "Closing Specialist", detail: "Closing mastery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-top-producing-1776477823206-78067cb9.png" },
|
||||
]
|
||||
}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", 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/professional-portrait-of-a-female-sales--1776477840494-490efc80.png" },
|
||||
{ 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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-portrait-of-a-male-team-lea-1776477848742-b1053d44.png" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user