From a9c7440ca84f39782b7e165e5ec6fab13e66c47e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 11:08:48 +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 ca202f2..4b20c9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Explore Dashboard", href: "monitoring" }, + { text: "Start Monitoring Now", href: "monitoring" }, { text: "View Demo", href: "analytics" } ]} buttonAnimation="slide-up" @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1