Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:13:56 +00:00
parent 7b03d0fa70
commit 7b0bf0d341

View File

@@ -27,11 +27,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", href: "/"},
name: "Home", id: "/"},
{
name: "Landing", href: "/landing"},
name: "Landing", id: "/landing"},
{
name: "Product", href: "/product"},
name: "Product", id: "/product"},
{
name: "Contact", id: "#contact"}
]}