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