Update src/app/page.tsx

This commit is contained in:
2026-01-23 12:51:30 +00:00
parent 4e6b236749
commit ba4c22fd66

View File

@@ -30,8 +30,10 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Our Mission", id: "features" }, { name: "Our Mission", id: "features" },
{ name: "Stories", id: "testimonial" }, { name: "Stories", id: "testimonial" },
{ name: "Contact", id: "footer" } { name: "Contact", id: "footer" },
]}
{ name: "Blog", id: "/blog" },
]}
brandName="Paws & Love" brandName="Paws & Love"
bottomLeftText="Saving Lives, Finding Homes" bottomLeftText="Saving Lives, Finding Homes"
bottomRightText="hello@pawsandlove.org" bottomRightText="hello@pawsandlove.org"