From b751fc88d0603b1d2f24badc74b2f33a1fc89fd6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:13:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 309e0de..e3959e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "How It Works", id: "how-it-works" }, { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "pricing" }, + { name: "Dashboard", id: "/dashboard" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Start Learning Free", href: "contact" }} @@ -244,7 +244,7 @@ export default function LandingPage() { title: "Product", items: [ { label: "Features", href: "#features" }, { label: "How It Works", href: "#how-it-works" }, - { label: "Pricing", href: "#pricing" }, + { label: "Dashboard", href: "/dashboard" }, { label: "FAQ", href: "#faq" }, ], },