diff --git a/src/app/page.tsx b/src/app/page.tsx index c89ff1e..65547c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"