Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 19:34:52 +00:00
parent 0ec3d9ceee
commit 5a548cdec9

View File

@@ -16,9 +16,7 @@ const navItems = [
];
const navButton = {
text: "Schedule Viewing",
href: "/contact",
};
text: "Schedule Viewing", href: "/contact"};
export default function ContactPage() {
return (
@@ -46,14 +44,14 @@ export default function ContactPage() {
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Begin Your Luxury Real Estate Journey?"
description="Contact Luxe Estates today to schedule a consultation with one of our expert brokers. We're here to answer your questions, provide market insights, and help you find the perfect luxury property."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Call Us Now", href: "#" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
@@ -91,8 +89,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "About", href: "/about" },
@@ -101,8 +98,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Buy Properties", href: "/properties" },
{ label: "Sell Properties", href: "/contact" },
{ label: "Investment Advice", href: "/contact" },
@@ -110,8 +106,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "/contact" },
@@ -119,8 +114,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },