From 4ea59436838d984155eabbed6fa9e28a40ee53b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:40:54 +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 cc2ed4b..e5bb2b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,8 +78,8 @@ 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: "View Dashboard", href: "#" }, { text: "Start Free Trial", href: "#" }, - { text: "View Demo", href: "#" }, ]} background={{ variant: "radial-gradient" }} dashboard={{ -- 2.49.1