diff --git a/src/app/page.tsx b/src/app/page.tsx index b70caf2..9cd63c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }}