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