From a3abc514d6a7f266225e203b3385a6b58150b702 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:45:04 +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 f47634c..0cb2a48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/young-woman-exercising-outside-turning-playlist-before-jogging_329181-11118.jpg" imageAlt="FitTrack fitness dashboard interface" buttons={[ - { text: "Start Tracking", href: "https://app.fittrack.com" }, + { text: "Start Free Trial", href: "https://app.fittrack.com" }, { text: "Learn More", href: "features" } ]} buttonAnimation="blur-reveal" -- 2.49.1