Update src/app/product/page.tsx

This commit is contained in:
2026-06-10 16:13:57 +00:00
parent 7b0bf0d341
commit 75673376d7

View File

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