6 Commits

Author SHA1 Message Date
c54a101af3 Update theme fonts 2026-04-18 03:35:41 +00:00
db7bad2b64 Update theme fonts 2026-04-18 03:35:41 +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
2c1f023132 Merge version_10 into main
Merge version_10 into main
2026-04-18 03:18:19 +00:00
2 changed files with 27 additions and 21 deletions

View File

@@ -19,6 +19,7 @@ export const metadata: Metadata = {
},
};
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],

View File

@@ -9,8 +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 TextAbout from '@/components/sections/about/TextAbout';
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";
export default function LandingPage() {
@@ -53,11 +53,11 @@ export default function LandingPage() {
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-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" },
{ 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/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/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/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/tmp/laptop-icon-1776481336801-94d198e8.png", alt: "Sales Agent 5" },
]}
avatarText="Join 500+ successful agents"
marqueeItems={[
@@ -112,6 +112,21 @@ 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: "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://i.pravatar.cc/150?u=sarah" },
{ 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"
@@ -128,6 +143,10 @@ export default function LandingPage() {
/>
</div>
<div id="carrier-logos" data-section="carrier-logos" className="w-full flex justify-center py-20">
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776483145155-utuxvp06.png" alt="Insurance Carriers" className="max-w-4xl w-full h-auto px-4" />
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
@@ -141,20 +160,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardFive
title="Trusted by Industry Carriers"
description="We partner with leading insurance carriers to ensure top-tier support and reliability for our agents."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "carriers", name: "Our Partners", date: "", title: "Insurance Carrier Network", quote: "We represent a premier list of reputable insurance carriers to provide families with the most comprehensive coverage options available in the market today.", tag: "Trusted", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482282242-9o46ykpl.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/uploaded-1776482282242-9o46ykpl.png", imageAlt: "Insurance Carriers"
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Generation Next"
@@ -168,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}