Update src/app/page.tsx

This commit is contained in:
2026-02-14 10:47:38 +00:00
parent 94102e9d8c
commit 014b603dfb

View File

@@ -31,11 +31,13 @@ export default function TallinnOldTownPage() {
<NavbarStyleCentered
brandName="Tallinn Old Town"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Attractions", id: "attractions" },
{ name: "History", id: "history" },
{ name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" }
{ name: "Plan Your Visit", id: "faq" },
{ name: "Products", id: "/products" }
]}
button={{ text: "Get Started", href: "contact" }}
/>