Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-12 16:39:13 +00:00
parent 5f96d97e84
commit 33771fc5f3

View File

@@ -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) }}
/>
</div>