From f4db5f40e905782c9f7e23aeb9f4512e0187882b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 30 Jan 2026 14:44:59 +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 c8eebc7..bc75277 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function LandingPage() { { name: "Menu", id: "products" }, { name: "Why Us", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} /> -- 2.49.1