Update src/app/page.tsx

This commit is contained in:
2026-02-25 11:37:10 +00:00
parent e54e58789e
commit 386cbf6118

View File

@@ -33,8 +33,10 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Pets", id: "products" },
{ name: "Stories", id: "testimonial" },
{ name: "FAQ", id: "faq" }
]}
{ name: "FAQ", id: "faq" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Adopt Now", href: "contact"
}}