Update src/app/page.tsx

This commit is contained in:
2026-03-02 23:13:01 +00:00
parent d7703fc3e0
commit b751fc88d0

View File

@@ -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" },
],
},