Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "History", id: "history" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Plan Your Visit", id: "faq" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Products", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -163,7 +163,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "History", id: "history" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Plan Your Visit", id: "faq" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Products", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -242,7 +242,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "History", id: "history" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Plan Your Visit", id: "faq" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Products", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user