Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88f17024c8 | |||
| 55e912585b | |||
| ac95d1b03c | |||
| 1eb31e5830 | |||
| b098fa5a0d | |||
| 92eb32598a | |||
| e7e73b4ee0 | |||
| 145005069f | |||
| 2de7d8d15f | |||
| 43d24fa54a | |||
| 625b0d1a58 | |||
| 3bcb3a227a | |||
| 3db93c2017 |
@@ -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" }}
|
||||
@@ -99,4 +98,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" }}
|
||||
@@ -301,4 +300,4 @@ export default function TallinnOldTownPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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") }}
|
||||
@@ -167,4 +165,4 @@ export default function ProductsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) }}
|
||||
@@ -323,4 +320,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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") }}
|
||||
@@ -167,4 +165,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user