From 5c11045bb89f27a23cc380f83af91930e54b3bbf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:49:38 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 705462d..4bc5a59 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,7 +86,8 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="AppFlow" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -126,7 +127,8 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="AppFlow" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -173,7 +175,8 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="AppFlow" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />