Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 01:47:28 +00:00
parent 45f0c27258
commit 0c00b2fd3e

View File

@@ -18,8 +18,7 @@ const navItems = [
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Properties", href: "/properties" },
{ label: "Services", href: "/services" },
@@ -27,8 +26,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Market Insights", href: "#" },
{ label: "Investment Guide", href: "#" },
{ label: "FAQ", href: "#" },
@@ -36,8 +34,7 @@ const footerColumns = [
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Dubai Office", href: "#" },
{ label: "info@luxeestate.ae", href: "#" },
{ label: "+971 4 XXX XXXX", href: "#" },
@@ -45,8 +42,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Compliance", href: "#" },
@@ -103,41 +99,11 @@ export default function ContactPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Patel, International Entrepreneur",
date: "Date: 15 November 2024",
title: "Exceptional service from start to finish",
quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless.",
tag: "Premium Investment",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Rajesh Patel",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2",
imageAlt: "Luxury property interior",
},
id: "1", name: "Rajesh Patel, International Entrepreneur", date: "Date: 15 November 2024", title: "Exceptional service from start to finish", quote: "LuxeEstate helped us find the perfect property within weeks. Their team's expertise and attention to detail made the entire process seamless.", tag: "Premium Investment", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2", imageAlt: "Luxury property interior"},
{
id: "2",
name: "Sophia Martinez, Business Executive",
date: "Date: 8 October 2024",
title: "Professional and trustworthy partner",
quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive.",
tag: "Corporate Client",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Sophia Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=2",
imageAlt: "Business consultation",
},
id: "2", name: "Sophia Martinez, Business Executive", date: "Date: 8 October 2024", title: "Professional and trustworthy partner", quote: "Working with LuxeEstate for our corporate properties has been outstanding. Their property management services are comprehensive.", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-partners_1098-17974.jpg?_wi=2", imageAlt: "Business consultation"},
{
id: "3",
name: "Noor Al Mazrouei, Private Investor",
date: "Date: 22 September 2024",
title: "Smart investment guidance",
quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly.",
tag: "Real Estate Investor",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
avatarAlt: "Noor Al Mazrouei",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=2",
imageAlt: "Property viewing",
},
id: "3", name: "Noor Al Mazrouei, Private Investor", date: "Date: 22 September 2024", title: "Smart investment guidance", quote: "Their investment advisory team has an incredible understanding of Dubai's market. They guided us toward properties that have appreciated significantly.", tag: "Real Estate Investor", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Noor Al Mazrouei", imageSrc: "http://img.b2bpic.net/free-photo/businessman-summer-city-with-three-women_1157-16330.jpg?_wi=2", imageAlt: "Property viewing"},
]}
textboxLayout="default"
useInvertedBackground={false}