diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index bb38b84..d40eca2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) }} />