Update src/app/product/page.tsx
This commit is contained in:
@@ -26,11 +26,11 @@ export default function ProductPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
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"}
|
name: "Contact", id: "#contact"}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user