From da1dde745b30def08ca98b2af6427ce3284a04dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:17:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb5ad1e..fd45175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[ -- 2.49.1