Update src/app/blog/page.tsx

This commit is contained in:
2026-02-14 10:47:37 +00:00
parent c324e58af6
commit 94102e9d8c

View File

@@ -33,7 +33,8 @@ export default function BlogPage() {
{ 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" }}
/>