Update src/app/product/page.tsx
This commit is contained in:
@@ -26,11 +26,11 @@ export default function ProductPage() {
|
||||
<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