Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-20 19:58:04 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="mediumLarge"
background="grid"
background={{ variant: "animated-grid" }}
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -198,7 +198,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your fitness journey? Start your free trial today and experience personalized coaching designed just for you."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Start Your Free Trial", href: "#get-started" },
{ text: "Download App", href: "#download" }