Update src/app/page.tsx

This commit is contained in:
2026-01-20 14:34:17 +00:00
parent 1acab153d1
commit 19d8e9235e

View File

@@ -34,8 +34,10 @@ export default function ZootopiaCityPage() {
{ name: "Attractions", id: "attractions" },
{ name: "Characters", id: "characters" },
{ name: "Visit", id: "contact" },
{ name: "Community", id: "testimonials" }
]}
{ name: "Community", id: "testimonials" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Explore Now", href: "#attractions"
}}