7 Commits

Author SHA1 Message Date
4312c76e1b Merge version_3 into main
Merge version_3 into main
2026-03-12 19:19:20 +00:00
ae8ffe585d Update theme colors 2026-03-12 19:19:14 +00:00
0fbed79189 Merge version_3 into main
Merge version_3 into main
2026-03-12 19:17:21 +00:00
da1dde745b Update src/app/page.tsx 2026-03-12 19:17:11 +00:00
514ef0a60c Merge version_2 into main
Merge version_2 into main
2026-03-12 19:14:00 +00:00
6834170174 Merge version_2 into main
Merge version_2 into main
2026-03-12 19:13:35 +00:00
53ee63161c Merge version_2 into main
Merge version_2 into main
2026-03-12 19:12:49 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="AI that analyzes your physique."
description="Upload your gym photos, track your progress, and improve with AI-powered feedback. Join thousands transforming their fitness journey with personalized insights and real-time analysis."
buttons={[
{ text: 'Join the Waitlist', href: '#waitlist' }
{ text: 'Get Early Access', href: '#waitlist' }
]}
buttonAnimation="slide-up"
mediaItems={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #f5f4f0;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);