5 Commits

Author SHA1 Message Date
88f17024c8 Update src/app/shop/page.tsx 2026-02-14 11:04:40 +00:00
55e912585b Update src/app/shop/[id]/page.tsx 2026-02-14 11:04:40 +00:00
ac95d1b03c Update src/app/products/page.tsx 2026-02-14 11:04:39 +00:00
1eb31e5830 Update src/app/page.tsx 2026-02-14 11:04:38 +00:00
b098fa5a0d Update src/app/blog/page.tsx 2026-02-14 11:04:37 +00:00
5 changed files with 0 additions and 9 deletions

View File

@@ -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" }}

View File

@@ -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" }}

View File

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

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

View File

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