Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -96,8 +96,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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"
|
||||
@@ -149,8 +147,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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"
|
||||
@@ -209,8 +205,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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"
|
||||
|
||||
Reference in New Issue
Block a user