2 Commits

Author SHA1 Message Date
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

@@ -151,7 +151,7 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
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: "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>
</ThemeProvider>
);
}
}