Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-25 12:10:44 +00:00

View File

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