diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a03f2a0..df1d276 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,16 +58,14 @@ export default function ContactPage() { copyrightText="© 2025 PropSales. All rights reserved." columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, ], }, { - title: "Properties", - items: [ + title: "Properties", items: [ { label: "All Projects", href: "/projects" }, { label: "Ongoing", href: "/projects" }, { label: "Completed", href: "/projects" }, @@ -75,8 +73,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -88,4 +85,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +}