4 Commits

Author SHA1 Message Date
3f45ff5c56 Update src/app/page.tsx 2026-05-02 10:11:31 +00:00
588a99d827 Merge version_3 into main
Merge version_3 into main
2026-05-02 10:09:16 +00:00
c071c385db Update src/app/page.tsx 2026-05-02 10:09:10 +00:00
33bb87a6bf Merge version_2 into main
Merge version_2 into main
2026-05-02 10:08:10 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
{ {
text: "Start Coaching", href: "#contact"}, text: "Start Coaching", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAEFUfAk1bXgRIRvo2mhKQVXny/uploaded-1777716679298-k4gm4w8e.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", alt: "Fit couple" }, { src: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", alt: "Fit couple" },
@@ -98,7 +98,7 @@ export default function LandingPage() {
{ {
title: "Constant Motivation", description: "Continuous support through every milestone of your fitness journey."}, title: "Constant Motivation", description: "Continuous support through every milestone of your fitness journey."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAEFUfAk1bXgRIRvo2mhKQVXny/uploaded-1777716679299-76dyim0f.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -151,7 +151,7 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "Do I need a gym membership?", content: "Not necessarily! We can design programs that fit your available equipment." }, { id: "q1", title: "Do I need a gym membership?", content: "No gym membership? No problem—we create custom plans for home or gym." },
{ id: "q2", title: "How long until I see results?", content: "Consistency is key, but most clients start noticing significant changes within 4-6 weeks." }, { id: "q2", title: "How long until I see results?", content: "Consistency is key, but most clients start noticing significant changes within 4-6 weeks." },
{ id: "q3", title: "Is nutritional guidance included?", content: "Yes, nutritional advice is a core part of all my coaching programs." }, { id: "q3", title: "Is nutritional guidance included?", content: "Yes, nutritional advice is a core part of all my coaching programs." },
]} ]}
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }