Update src/app/blog/page.tsx

This commit is contained in:
2026-02-14 10:57:00 +00:00
parent 2337bef4ac
commit 66039546d3

View File

@@ -34,6 +34,7 @@ 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" }}