From e927f4fd33c2195756b2e1c66412fd648377f9d8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 14:55:25 +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 b0a35c8..f1b4350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function PetShelterPage() { { name: "About", id: "about" }, { name: "Adopt", id: "animals" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Start Adoption", href: "#animals" }}