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 +}