From ba4c22fd668ff595e811781ae20449189588c86d Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:51:30 +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 bb27670..b89abd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,8 +30,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Our Mission", id: "features" }, { name: "Stories", id: "testimonial" }, - { name: "Contact", id: "footer" } - ]} + { name: "Contact", id: "footer" }, + + { name: "Blog", id: "/blog" }, +]} brandName="Paws & Love" bottomLeftText="Saving Lives, Finding Homes" bottomRightText="hello@pawsandlove.org" -- 2.49.1