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

This commit is contained in:
2026-02-14 11:04:40 +00:00
parent ac95d1b03c
commit 55e912585b

View File

@@ -91,7 +91,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "History", id: "history" },
{ name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" },
{ name: "Services", id: "/services" },
{ name: "Products", id: "/products" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -164,7 +163,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "History", id: "history" },
{ name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" },
{ name: "Services", id: "/services" },
{ name: "Products", id: "/products" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -244,7 +242,6 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "History", id: "history" },
{ name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" },
{ name: "Services", id: "/services" },
{ name: "Products", id: "/products" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}