From 6a5962ba5772329ec012a54780650fc9fd6606d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 01:53:24 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 72ffa08..8cf825a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,6 +40,7 @@ export default function ShopPage() { { name: "Journey", id: "journey" }, { name: "Work", id: "work" }, { name: "Contact", id: "contact" }, + { name: "Features", id: "/features" }, { name: "Shop", id: "/shop" } ]} brandName="Webild" @@ -84,6 +85,7 @@ export default function ShopPage() { { name: "Journey", id: "journey" }, { name: "Work", id: "work" }, { name: "Contact", id: "contact" }, + { name: "Features", id: "/features" }, { name: "Shop", id: "/shop" } ]} brandName="Webild"