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"