From 3c739764457f26fdc4ae17a0531aaadcf1e8f70e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 17:12:52 +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 b70caf2..9cd63c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function PawsHomePage() { { name: "Featured Pets", id: "featured" }, { name: "Impact", id: "impact" }, { name: "Stories", id: "stories" }, - { name: "FAQ", id: "faq" } - ]} + { name: "FAQ", id: "faq" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Adopt Today", href: "contact" }}