From 10350c496851514edf1df688ecb6e15f12384566 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 05:31:40 +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 c89ff1e..65547c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,10 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Work", id: "work" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} brandName="Webuild" bottomLeftText="Global Design Studio" bottomRightText="hello@webuild.design"