Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 23:22:56 +00:00
parent b5bde39ac3
commit 80815683dd

View File

@@ -42,32 +42,17 @@ export default function ContactPage() {
description="Multiple ways to connect with the MDX team. We're excited to hear about your project and how we can help." description="Multiple ways to connect with the MDX team. We're excited to hear about your project and how we can help."
features={[ features={[
{ {
id: "01", id: "01", title: "Strategy Call", description:
title: "Strategy Call", "Schedule a 30-minute consultation to discuss your business goals, challenges, and how we can help you succeed online.", imageSrc:
description: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Strategy call"},
"Schedule a 30-minute consultation to discuss your business goals, challenges, and how we can help you succeed online.",
imageSrc:
"http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=3",
imageAlt: "Strategy call",
},
{ {
id: "02", id: "02", title: "Email Us", description:
title: "Email Us", "Send us a message about your project, and we'll get back to you within 24 hours with next steps and custom recommendations.", imageSrc:
description: "http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg", imageAlt: "Email contact"},
"Send us a message about your project, and we'll get back to you within 24 hours with next steps and custom recommendations.",
imageSrc:
"http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg?_wi=6",
imageAlt: "Email contact",
},
{ {
id: "03", id: "03", title: "Project Form", description:
title: "Project Form", "Fill out our quick project intake form to share details about your business, goals, timeline, and budget so we can prepare for our meeting.", imageSrc:
description: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Project form"},
"Fill out our quick project intake form to share details about your business, goals, timeline, and budget so we can prepare for our meeting.",
imageSrc:
"http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=6",
imageAlt: "Project form",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -83,32 +68,17 @@ export default function ContactPage() {
description="The sooner you connect with us, the sooner your business can start benefiting from a strategic, high-performance website." description="The sooner you connect with us, the sooner your business can start benefiting from a strategic, high-performance website."
features={[ features={[
{ {
id: "01", id: "01", title: "Free Assessment", description:
title: "Free Assessment", "We'll analyze your current situation, identify opportunities, and give you honest feedback about what your website needs to succeed.", imageSrc:
description: "http://img.b2bpic.net/free-photo/unrecognizable-colleagues-standing-table-looking-design-projects_1098-20475.jpg", imageAlt: "Free assessment"},
"We'll analyze your current situation, identify opportunities, and give you honest feedback about what your website needs to succeed.",
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-colleagues-standing-table-looking-design-projects_1098-20475.jpg?_wi=4",
imageAlt: "Free assessment",
},
{ {
id: "02", id: "02", title: "Personalized Strategy", description:
title: "Personalized Strategy", "No cookie-cutter templates. We develop a unique roadmap tailored specifically to your industry, audience, and revenue goals.", imageSrc:
description: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "Personalized strategy"},
"No cookie-cutter templates. We develop a unique roadmap tailored specifically to your industry, audience, and revenue goals.",
imageSrc:
"http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=4",
imageAlt: "Personalized strategy",
},
{ {
id: "03", id: "03", title: "Clear Timeline", description:
title: "Clear Timeline", "We'll give you a realistic project timeline, deliverables breakdown, and ongoing support plan so you know exactly what to expect.", imageSrc:
description: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Clear timeline"},
"We'll give you a realistic project timeline, deliverables breakdown, and ongoing support plan so you know exactly what to expect.",
imageSrc:
"http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg?_wi=3",
imageAlt: "Clear timeline",
},
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
@@ -128,7 +98,7 @@ export default function ContactPage() {
{ text: "Book a Call Now", href: "/booking" }, { text: "Book a Call Now", href: "/booking" },
{ text: "Send a Message", href: "#" }, { text: "Send a Message", href: "#" },
]} ]}
background={{ variant: "circleGradient" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>