Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 06:01:35 +00:00
parent 62b852dc63
commit 0a6f4ec62d

View File

@@ -76,8 +76,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -85,8 +84,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Careers", href: "#" },
@@ -94,8 +92,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "Blog", href: "#" },
@@ -103,8 +100,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },