Update src/app/page.tsx

This commit is contained in:
2026-01-21 17:12:52 +00:00
parent 1476e7d0cb
commit 3c73976445

View File

@@ -34,8 +34,10 @@ export default function PawsHomePage() {
{ name: "Featured Pets", id: "featured" },
{ name: "Impact", id: "impact" },
{ name: "Stories", id: "stories" },
{ name: "FAQ", id: "faq" }
]}
{ name: "FAQ", id: "faq" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Adopt Today", href: "contact"
}}