@@ -67,9 +67,9 @@ export default function LandingPage() {
title="Specialized Coaching Modules"
description="Three core modules designed to optimize every aspect of your appearance and health through data-driven daily SMS guidance."
tag="Features"
- tagAnimation="slide-up"
+ tagAnimation="none"
textboxLayout="default"
- useInvertedBackground={true}
+ useInvertedBackground={false}
features={[
{
id: "fitnessmax", title: "FitnessMax: Strength & Physique", tags: ["Workouts", "Progressive Overload"],
@@ -84,7 +84,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/chiropractor-checking-spine_1098-16910.jpg", imageAlt: "BoneMax skeletal health module"
}
]}
- animationType="slide-up"
+ animationType="none"
/>
@@ -97,7 +97,7 @@ export default function LandingPage() {
{ icon: Camera, label: "Step 3: Face Scan", value: "Baseline capture" },
{ icon: LayoutDashboard, label: "Step 4: Dashboard", value: "Daily coaching" }
]}
- metricsAnimation="slide-up"
+ metricsAnimation="none"
useInvertedBackground={false}
/>
@@ -108,8 +108,8 @@ export default function LandingPage() {
description="Track your progress with precision metrics that matter."
gridVariant="uniform-all-items-equal"
textboxLayout="default"
- useInvertedBackground={true}
- animationType="slide-up"
+ useInvertedBackground={false}
+ animationType="none"
metrics={[
{
id: "1", value: "92", title: "%", description: "Users report visible improvements within 8 weeks", icon: TrendingUp
@@ -160,9 +160,9 @@ export default function LandingPage() {
title="Begin Your Transformation Today"
description="Join hundreds of men who are already seeing results. Secure login → Face scan baseline → Personalized SMS coaching starts immediately."
tagIcon={Zap}
- tagAnimation="slide-up"
- background={{ variant: "sparkles-gradient" }}
- useInvertedBackground={true}
+ tagAnimation="none"
+ background={{ variant: "plain" }}
+ useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Start Free Trial"
termsText="14-day free trial. No credit card required. Cancel anytime."
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b925f2a..7742dc9 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f7f6f7;
- --card: #ffffff;
- --foreground: #25190c;
- --primary-cta: #ff6207;
+ --background: #ffffff;
+ --card: #f9f9f9;
+ --foreground: #000000;
+ --primary-cta: #000000;
--primary-cta-text: #f7f6f7;
- --secondary-cta: #ffffff;
+ --secondary-cta: #f9f9f9;
--secondary-cta-text: #25190c;
- --accent: #ffce93;
- --background-accent: #e8cfa8;
+ --accent: #e2e2e2;
+ --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);