From 386cbf6118b23124647b5870ba947cf282216c35 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:37:10 +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 e904b79..110cbfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Pets", id: "products" }, { name: "Stories", id: "testimonial" }, - { name: "FAQ", id: "faq" } - ]} + { name: "FAQ", id: "faq" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Adopt Now", href: "contact" }} -- 2.49.1