From 289315facbebe74890b62497845a6b49547d607c Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 11:45:29 +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 eef4b23..6730b91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,8 +30,10 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Team", id: "/team" }, - { name: "Contact", id: "/contact" } - ]} + { name: "Contact", id: "/contact" }, + + { name: "Blog", id: "/blog" }, +]} brandName="TechVision" bottomLeftText="Innovation Driven" bottomRightText="hello@techvision.io"