From 48cae4b441aa5ef4bb9358fe011fccdbca9c83fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:19:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++++---------------------------------- 1 file changed, 37 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..acf0050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,10 @@ export default function WebAgency2Page() { { name: "Work", id: "work" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Case Studies", id: "case-studies" }, + { name: "Contact", id: "contact" } ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "/contact" }} />