Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-02 10:09:16 +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>
);
}
}