5 Commits

Author SHA1 Message Date
928320b827 Update src/app/page.tsx 2026-03-03 04:47:36 +00:00
3dec989bc0 Update src/app/layout.tsx 2026-03-03 04:47:36 +00:00
db5ae58bf8 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:45:36 +00:00
d45db2fa96 Update src/app/page.tsx 2026-03-03 04:45:32 +00:00
1600b10515 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:42:22 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -65,6 +65,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
carouselPosition="right"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied client 3" }
]}
avatarText="1,000+ Transformations Achieved"
/>
</div>
@@ -163,7 +169,7 @@ export default function LandingPage() {
<ContactCenter
tag="Ready to Transform?"
title="Begin Your Coaching Journey Today"
description="Join hundreds of clients who've achieved their fitness goals with our premium coaching. Limited spots available each month."
description="New client spots fill within 2 weeks. Secure yours now."
tagIcon={Rocket}
tagAnimation="slide-up"
background={{ variant: "rotated-rays-static" }}