From fc31f736b3cb1990676095977e5809f9bb586cee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Feb 2026 09:13:17 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ba2a8c6..0853759 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,7 +85,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -118,7 +118,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -158,7 +158,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -205,7 +205,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigate", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "hero" }, { label: "Shop", href: "/shop" } ] }, @@ -238,4 +238,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}