From dccdfb55ebd2cdd9a07de72d02eb316ff7647578 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:49:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5705d0d..1266493 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Features", id: "#features" }, { name: "Pricing", id: "#pricing" }, { name: "About", id: "#about" }, + { name: "Dashboard", id: "/dashboard" }, ]} brandName="ManifiX" /> @@ -162,4 +163,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}