diff --git a/src/app/page.tsx b/src/app/page.tsx index bb27670..b89abd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,8 +30,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Our Mission", id: "features" }, { name: "Stories", id: "testimonial" }, - { name: "Contact", id: "footer" } - ]} + { name: "Contact", id: "footer" }, + + { name: "Blog", id: "/blog" }, +]} brandName="Paws & Love" bottomLeftText="Saving Lives, Finding Homes" bottomRightText="hello@pawsandlove.org"