diff --git a/src/app/page.tsx b/src/app/page.tsx index 9452088..7ec31e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function PetShelterPage() { { name: "About", id: "about" }, { name: "Pets", id: "featured-pets" }, { name: "Stories", id: "testimonials" }, - { name: "FAQ", id: "faq" } - ]} + { name: "FAQ", id: "faq" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Get Started", href: "contact" }}