From 88acce1b8876c6d76a52d1b0e8f549beb53ebad0 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 11:17: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 9452088..7ec31e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function PetShelterPage() { { name: "About", id: "about" }, { name: "Pets", id: "featured-pets" }, { name: "Stories", id: "testimonials" }, - { name: "FAQ", id: "faq" } - ]} + { name: "FAQ", id: "faq" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Get Started", href: "contact" }}