From 5aabf5669c6eca1c309f60b12d864bc7396b192c Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:09:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" /> -- 2.49.1