Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 21:52:34 +00:00
parent cc820db3f1
commit e48ef51342

View File

@@ -41,7 +41,7 @@ function ShopPageContent() {
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
{ name: "Contact", id: "#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }}
@@ -93,7 +93,7 @@ function ShopPageContent() {
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
{ name: "Contact", id: "#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Cart", onClick: () => {} }}