From 8aebc57acef99078007d4a5957b826e0fdff4408 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 13:09:07 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c536b95..6351ac3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -13,8 +13,7 @@ import { useCheckout } from "@/hooks/useCheckout"; const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, + { name: "About Us", id: "/#about-us" }, { name: "Contact", id: "/#contact-us" }, ];