Update src/app/shop/page.tsx
This commit is contained in:
@@ -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: () => {} }}
|
||||
|
||||
Reference in New Issue
Block a user