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