From 76d1bf0048dbf025796a4de43acb0e589d431529 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:57:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10ae423..7aaec37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="JARVIS" - button={{ text: "Enter Dashboard", href: "#" }} + button={{ text: "Enter Dashboard", href: "/" }} /> @@ -57,7 +57,7 @@ export default function LandingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ztxi1", alt: "project manager professional headshot" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r5wxeh", alt: "systems engineer professional headshot" } ]} - buttons={[{ text: "Enter Dashboard", href: "#overview" }]} + buttons={[{ text: "Enter Dashboard", href: "/" }]} marqueeItems={[ { type: "text", text: "Latency: 12ms" }, { type: "text", text: "Uptime: 99.99%" }, @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1