4 Commits

Author SHA1 Message Date
5db97d9eaf Update src/app/page.tsx 2026-04-18 02:13:46 +00:00
79e3b13d8c Merge version_3 into main
Merge version_3 into main
2026-04-18 02:09:42 +00:00
08e59b681b Update src/app/page.tsx 2026-04-18 02:09:36 +00:00
8b97943dd4 Merge version_2 into main
Merge version_2 into main
2026-04-18 02:07:06 +00:00

View File

@@ -114,9 +114,9 @@ export default function LandingPage() {
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="blur-reveal"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Michael Maloney", role: "Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CV1p6moMxc2HaAeVg3cKHU48Fe/professional-headshot-of-a-successful-sa-1776477806821-51cf0d35.png" },
@@ -125,6 +125,7 @@ export default function LandingPage() {
]}
title="Why Agents Join Generation Next"
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
textboxLayout="split"
/>
</div>
@@ -170,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}