Update src/app/page.tsx
This commit is contained in:
@@ -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"}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user