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" }}