From dca0ce3a2a82d1f4c6cf82cbf7b906b4e008e5f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:33:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba615fb..17d7f33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { title="Your Money. Fully Controlled." description="Take charge of your finances with intelligent tracking, budgeting, and insights. See exactly where your money goes and make smarter financial decisions." buttons={[ - { text: "Start Free Trial", href: "#" }, + { text: "Get Started Free", href: "#" }, { text: "View Demo", href: "#" }, ]} background={{ variant: "radial-gradient" }} @@ -415,4 +415,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}