From 19d8e9235ec1872b3e37cf4b8e811b4b42cb5c7f Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:34:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" }}