Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user