From 2bde93cd4498435a9f8129b885d25d8262275c61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:26:00 +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 55adb56..75e2d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function HomePage() { tagIcon={Shield} background={{ variant: "radial-gradient" }} buttons={[ - { text: "Start Free Trial", href: "#" }, + { text: "Launch Dashboard", href: "#" }, { text: "View Demo", href: "#" }, ]} dashboard={{ -- 2.49.1