Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="mediumLarge"
background={{ variant: "animated-grid" }}
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplit
title="Your Personal Fitness Coach"
description="Customized workouts built for consistency. Track progress, get smart reminders, and never feel stuck on your fitness journey. Whether you're just starting or leveling up, we adapt to you."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
tag="Mobile Fitness App"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -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: "animated-grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Your Free Trial", href: "#get-started" },
{ text: "Download App", href: "#download" }