Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 23:18:30 +00:00
parent dc26aff020
commit d4f1eb3aaf

View File

@@ -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"