Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5db97d9eaf | |||
| 79e3b13d8c | |||
| 08e59b681b | |||
| 8b97943dd4 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user