diff --git a/src/app/page.tsx b/src/app/page.tsx index 5aa5ea1..398174b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }}