From b16dcde5f3a3e938c016e7f4c0dfd2e7293aa301 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 01:45:18 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7768672..fa09135 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,8 +33,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Schedule Tour", - href: "/contact" + text: "Schedule Tour", href: "/contact" }} /> @@ -61,23 +60,19 @@ export default function ContactPage() { features={[ { icon: Phone, - title: "Call Us Direct", - description: "Speak with our real estate specialists immediately. Available 24/7 for urgent inquiries and property viewings." + title: "Call Us Direct", description: "Speak with our real estate specialists immediately. Available 24/7 for urgent inquiries and property viewings." }, { icon: MessageSquare, - title: "Live Chat Support", - description: "Get instant answers to your questions through our live chat system. Perfect for quick property inquiries." + title: "Live Chat Support", description: "Get instant answers to your questions through our live chat system. Perfect for quick property inquiries." }, { icon: Calendar, - title: "Schedule Meeting", - description: "Book a personalized consultation at our Dubai office or arrange a property tour at your convenience." + title: "Schedule Meeting", description: "Book a personalized consultation at our Dubai office or arrange a property tour at your convenience." }, { icon: Mail, - title: "Email Inquiry", - description: "Send detailed property requirements and receive comprehensive market reports and property recommendations." + title: "Email Inquiry", description: "Send detailed property requirements and receive comprehensive market reports and property recommendations." } ]} animationType="slide-up" @@ -92,23 +87,19 @@ export default function ContactPage() { metrics={[ { icon: MapPin, - label: "Office Location", - value: "DIFC" + label: "Office Location", value: "DIFC" }, { icon: Clock, - label: "Operating Hours", - value: "24/7" + label: "Operating Hours", value: "24/7" }, { icon: Phone, - label: "Response Time", - value: "<1Hr" + label: "Response Time", value: "<1Hr" }, { icon: Users, - label: "Expert Consultants", - value: "25+" + label: "Expert Consultants", value: "25+" } ]} metricsAnimation="slide-up" @@ -119,8 +110,7 @@ export default function ContactPage() {