From fc576a3281e2bccec9896428df0b5ddd9c48e06f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:38:44 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 53ef864..1114d1c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,6 +42,7 @@ function ShopPageContent() { const navItems = [ { name: "Home", id: "/" }, + { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" } ];