Update src/app/page.tsx

This commit is contained in:
2026-01-23 11:45:29 +00:00
parent b139a5818c
commit 289315facb

View File

@@ -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"