3 Commits

Author SHA1 Message Date
390341f7a5 Update src/app/page.tsx 2026-02-20 10:42:55 +00:00
a126208ff0 Update src/app/layout.tsx 2026-02-20 10:42:54 +00:00
a7a3b3457b Merge version_4 into main
Merge version_4 into main
2026-02-20 10:36:31 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -267,6 +267,7 @@ export default function FitCoachPage() {
inputPlaceholder="Enter your email for instant access" inputPlaceholder="Enter your email for instant access"
buttonText="Get Free Plan" buttonText="Get Free Plan"
termsText="Instant download. No spam, unsubscribe anytime. Join 2,500+ members getting results with our proven training methods." termsText="Instant download. No spam, unsubscribe anytime. Join 2,500+ members getting results with our proven training methods."
containerClassName="bg-red-500"
/> />
</div> </div>
@@ -283,4 +284,4 @@ export default function FitCoachPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }