From e6003d06e9b710ee8086f3e58823905d91461d2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 09:25:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..90faef8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,10 +35,10 @@ export default function WebAgency2Page() { navItems={[ { name: "Work", id: "work" }, { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "/contact" }} />