From af66da1dc637673b15dca1d3aa5670a7b093a976 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7394dbb..0d62b40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,53 +34,36 @@ export default function LandingPage() {
@@ -421,62 +269,37 @@ export default function LandingPage() { logoText="Elite Estates" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Buy a Property", - href: "#properties", - }, + label: "Buy a Property", href: "#properties"}, { - label: "Sell an Estate", - href: "#contact", - }, + label: "Sell an Estate", href: "#contact"}, { - label: "Property Management", - href: "#", - }, + label: "Property Management", href: "#"}, { - label: "Market Insights", - href: "#", - }, + label: "Market Insights", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#", - }, + label: "Our Team", href: "#"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Disclaimer", - href: "#", - }, + label: "Disclaimer", href: "#"}, ], }, ]} -- 2.49.1