From 04b588c9ba6c84e9d2929412d5db007e1bfcf7b8 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 6 Feb 2026 17:06: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 8b0bec4..a994a79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function CoffeePage() { { name: "Products", id: "products" }, { name: "How We Work", id: "process" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} button={{ text: "Order Now", href: "contact" }} -- 2.49.1