diff --git a/src/app/page.tsx b/src/app/page.tsx index ab3168e..d98c04b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,10 @@ export default function CoffeePage() { { name: "About", id: "about" }, { name: "Menu", id: "products" }, { name: "Visit", id: "contact" }, - { name: "Community", id: "testimonials" } - ]} + { name: "Community", id: "testimonials" }, + + { name: "Blog", id: "/blog" }, +]} brandName="BrewHaven" bottomLeftText="Locally Roasted" bottomRightText="hello@brewhaven.com"