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" }, ];