From 0daa25486aee49cb2c043b8906404c506d123ce6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:39:14 +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 139051e..cc2ed4b 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: "Get Started Free", href: "#" }, + { text: "Start Free Trial", href: "#" }, { text: "View Demo", href: "#" }, ]} background={{ variant: "radial-gradient" }} -- 2.49.1