diff --git a/src/app/page.tsx b/src/app/page.tsx index faa882b..d5c14b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,10 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Features", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "footer" } - ]} + { name: "Contact", id: "footer" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="Locally Roasted Beans" bottomRightText="hello@thebrewhaven.com" />