From 260882ce06003fd628109be418042e67ae918634 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:37:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e8efa4..902b31d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,6 @@ export default function LandingPage() { { name: "Properties", id: "properties" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, - { name: "Team", id: "team" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Schedule Viewing", href: "#contact" }} -- 2.49.1