From 9b1a43bc08574547f355183cfed6126b0f8138a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 12:10:38 +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 0b47ceb..474bfa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,10 @@ export default function LandingPage() { { name: "Adoptables", id: "adoptables" }, { name: "Impact", id: "impact" }, { name: "Team", id: "team" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Donate Now", href: "#contact" }} -- 2.49.1