From 543a7a8bd50a05f57629d9b5bd534830be37efcf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:37:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ecbf06..dff3d5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,6 @@ export default function LandscapingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Team", id: "team" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ text: "Consultation", href: "#contact" }} @@ -112,54 +111,51 @@ export default function LandscapingPage() { /> -
-
- -
+
+
-- 2.49.1