Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:59:16 +00:00
parent cbf42372d9
commit 25c3090f50

View File

@@ -61,7 +61,6 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/#about" }, { name: "About", id: "/#about" },
{ name: "Services", id: "/#features-detailed" }, { name: "Services", id: "/#features-detailed" },
{ name: "Contact", id: "/#contact" } { name: "Contact", id: "/#contact" }
@@ -116,7 +115,6 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/#about" }, { name: "About", id: "/#about" },
{ name: "Services", id: "/#features-detailed" }, { name: "Services", id: "/#features-detailed" },
{ name: "Contact", id: "/#contact" } { name: "Contact", id: "/#contact" }