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 +}