Update src/app/contact/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Properties",
|
||||
items: [
|
||||
title: "Properties", items: [
|
||||
{ label: "Featured Listings", href: "#properties" },
|
||||
{ label: "Browse All", href: "/properties" },
|
||||
{ label: "New Arrivals", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Services", href: "#features" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Schedule Viewing", href: "/contact" },
|
||||
{ label: "Contact Form", href: "#contact" },
|
||||
{ label: "Email Us", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -104,26 +100,11 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Property Consultation",
|
||||
description: "Expert guidance on finding the perfect luxury property that matches your lifestyle and investment goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg?_wi=5",
|
||||
imageAlt: "Property Consultation",
|
||||
},
|
||||
id: "01", title: "Property Consultation", description: "Expert guidance on finding the perfect luxury property that matches your lifestyle and investment goals.", imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg", imageAlt: "Property Consultation"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Transaction Management",
|
||||
description: "Comprehensive support from negotiation through closing, ensuring a smooth and seamless process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg?_wi=4",
|
||||
imageAlt: "Transaction Management",
|
||||
},
|
||||
id: "02", title: "Transaction Management", description: "Comprehensive support from negotiation through closing, ensuring a smooth and seamless process.", imageSrc: "http://img.b2bpic.net/free-photo/interracial-couple-signing-mortgage-investment-contract-meeting-with-broker_1163-4633.jpg", imageAlt: "Transaction Management"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Market Analysis",
|
||||
description: "Detailed market insights and valuations to help you make informed decisions in the luxury sector.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg?_wi=5",
|
||||
imageAlt: "Market Analysis",
|
||||
},
|
||||
id: "03", title: "Market Analysis", description: "Detailed market insights and valuations to help you make informed decisions in the luxury sector.", imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", imageAlt: "Market Analysis"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -146,7 +127,6 @@ export default function ContactPage() {
|
||||
{ id: "3", icon: Users, title: "Satisfied Clients", value: "1,200+" },
|
||||
{ id: "4", icon: Award, title: "Years Experience", value: "20+" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user