From ace952ea3a45f753ff675f2c93f1acf458c1708d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:21:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 216 ++++++----------------------------------------- 1 file changed, 25 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..5c17e15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,10 +35,11 @@ export default function WebAgency2Page() { navItems={[ { name: "Work", id: "work" }, { name: "Services", id: "services" }, + { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "/contact" }} /> - - - - -