Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 11:38:44 +00:00
parent 8335f6b9a8
commit fc576a3281

View File

@@ -42,6 +42,7 @@ function ShopPageContent() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }
];