Merge version_4 into main #6

Merged
bender merged 2 commits from version_4 into main 2026-03-03 07:25:31 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,6 +52,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaAnimation="none"
tagAnimation="none"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", alt: "Sarah Mitchell" },
{ src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Michael Chen" },
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Emily Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", alt: "David Kim" }
]}
avatarText="Trusted by coaches and consultants"
/>
</div>
@@ -223,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}