Update src/app/contact/page.tsx
This commit is contained in:
@@ -33,8 +33,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "/contact"
|
||||
text: "Schedule Tour", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -128,8 +118,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Buy Property", href: "/properties" },
|
||||
{ label: "Sell Property", href: "#" },
|
||||
{ label: "Property Management", href: "#" },
|
||||
@@ -137,8 +126,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user