Update src/app/page.tsx

This commit is contained in:
2026-01-29 14:55:25 +00:00
parent bbb0995730
commit e927f4fd33

View File

@@ -34,8 +34,10 @@ export default function PetShelterPage() {
{ name: "About", id: "about" },
{ name: "Adopt", id: "animals" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Start Adoption", href: "#animals"
}}