From 54fc6efc8027429d34b4a58133735256c929b026 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 14:48:51 +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 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" -- 2.49.1