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

This commit is contained in:
2026-02-14 10:47:40 +00:00
parent 8d75242263
commit 146719aa5b

View File

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