Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-21 23:18:29 +00:00
parent 1567aac78c
commit dc26aff020

View File

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