diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cec05e8..56e09f6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -132,7 +132,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "testimonials" }, { name: "Shop", id: "/shop" } - ] + ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />