Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88f17024c8 | |||
| 55e912585b | |||
| ac95d1b03c | |||
| 1eb31e5830 | |||
| b098fa5a0d |
@@ -34,7 +34,6 @@ export default function BlogPage() {
|
||||
{ name: "History", id: "history" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Plan Your Visit", id: "faq" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Products", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "contact" }}
|
||||
|
||||
@@ -37,7 +37,6 @@ export default function TallinnOldTownPage() {
|
||||
{ name: "History", id: "history" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Plan Your Visit", id: "faq" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Products", id: "/products" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "contact" }}
|
||||
|
||||
@@ -41,7 +41,6 @@ export default function ProductsPage() {
|
||||
{ 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: () => console.log("cart") }}
|
||||
@@ -113,7 +112,6 @@ export default function ProductsPage() {
|
||||
{ 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: () => console.log("cart") }}
|
||||
|
||||
@@ -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) }}
|
||||
|
||||
@@ -41,7 +41,6 @@ export default function ShopPage() {
|
||||
{ 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: () => console.log("cart") }}
|
||||
@@ -113,7 +112,6 @@ export default function ShopPage() {
|
||||
{ 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: () => console.log("cart") }}
|
||||
|
||||
Reference in New Issue
Block a user