Update src/app/page.tsx

This commit is contained in:
2026-01-27 05:31:40 +00:00
parent c4a49110af
commit 10350c4968

View File

@@ -33,7 +33,9 @@ export default function LandingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]} ]}
brandName="Webuild" brandName="Webuild"
bottomLeftText="Global Design Studio" bottomLeftText="Global Design Studio"