Update src/app/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user