6 Commits

Author SHA1 Message Date
3c13038140 Update src/app/page.tsx 2026-03-11 08:21:34 +00:00
4ff16b9adc Merge version_2 into main
Merge version_2 into main
2026-03-11 08:19:19 +00:00
3f9b34ac1b Update src/app/page.tsx 2026-03-11 08:19:15 +00:00
58ca15bf69 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:17:34 +00:00
e996525410 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:17:09 +00:00
dbeb08bdc4 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:16:15 +00:00

View File

@@ -163,6 +163,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttonAnimation="none" buttonAnimation="none"
cardClassName="[&:nth-child(2)]:border-2 [&:nth-child(2)]:border-primary-button [&:nth-child(2)]:bg-gradient-to-br [&:nth-child(2)]:from-primary-button/5 [&:nth-child(2)]:to-primary-button/10"
/> />
</div> </div>
@@ -215,7 +216,7 @@ export default function LandingPage() {
mediaAnimation="none" mediaAnimation="none"
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Get Started" buttonText="Get Started"
termsText="Join our community and receive exclusive training tips and program updates. We respect your privacy." termsText="Get instant access to beginner fundamentals + weekly elite coaching tips. Unsubscribe anytime."
/> />
</div> </div>