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: "#"},
],
},
]}