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">
|
<div id="team" data-section="team">
|
||||||
<TeamCardOne
|
<TeamCardOne
|
||||||
animationType="slide-up"
|
carouselMode="buttons"
|
||||||
textboxLayout="split"
|
animationType="blur-reveal"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
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" },
|
{ 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"
|
title="Why Agents Join Generation Next"
|
||||||
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
|
description="Join a proven sales organization powered by Family First Life with dedicated training and mentorship."
|
||||||
|
textboxLayout="split"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -170,4 +171,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user