From 673cc61214ba389146972ef0cc6f17b6699f2d06 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:32:13 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4e1e5be..ebb5629 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,7 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -145,7 +145,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -203,7 +203,7 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -263,4 +263,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file