diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 31b7fc2..d00b35e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,8 +39,6 @@ function ShopPageContent() { { name: "Features", id: "/#features" }, { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, { name: "Contact", id: "/#contact" } ]} brandName="NoteGenius AI" @@ -91,8 +89,6 @@ function ShopPageContent() { { name: "Features", id: "/#features" }, { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, { name: "Contact", id: "/#contact" } ]} brandName="NoteGenius AI"