From 565ff34c9fed32e4c2b4ca20409499d46fbc16e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 03:51:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fc5430..e9792c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { @@ -346,4 +349,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From e37ef1c3957569dd06c372aaaeacaa7fb0a7c8d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 03:51:22 +0000 Subject: [PATCH 2/2] Update src/app/team/page.tsx --- src/app/team/page.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index f5dbaf5..2164948 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -24,18 +24,28 @@ export default function TeamPage() { @@ -82,7 +92,7 @@ export default function TeamPage() { { label: "FAQ", href: "#faq" }, { label: "Blog", href: "#" }, { label: "Customer Stories", href: "#testimonials" }, - { label: "Service Areas", href: "/locations" } + { label: "Service Areas", href: "#" } ] }, { @@ -101,4 +111,4 @@ export default function TeamPage() { ); -} +} \ No newline at end of file