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" }}