From 80815683ddfdd6c7ba20aa85d442c328f8907b0b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:22:56 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 68 +++++++++++----------------------------- 1 file changed, 19 insertions(+), 49 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1da2959..6eb7af6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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." features={[ { - id: "01", - title: "Strategy Call", - description: - "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: "01", title: "Strategy Call", description: + "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", imageAlt: "Strategy call"}, { - id: "02", - title: "Email Us", - description: - "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: "02", title: "Email Us", description: + "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", imageAlt: "Email contact"}, { - id: "03", - title: "Project Form", - description: - "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", - }, + id: "03", title: "Project Form", description: + "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", imageAlt: "Project form"}, ]} gridVariant="three-columns-all-equal-width" 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." features={[ { - id: "01", - title: "Free Assessment", - description: - "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: "01", title: "Free Assessment", description: + "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", imageAlt: "Free assessment"}, { - id: "02", - title: "Personalized Strategy", - description: - "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: "02", title: "Personalized Strategy", description: + "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", imageAlt: "Personalized strategy"}, { - id: "03", - title: "Clear Timeline", - description: - "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", - }, + id: "03", title: "Clear Timeline", description: + "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", imageAlt: "Clear timeline"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -128,7 +98,7 @@ export default function ContactPage() { { text: "Book a Call Now", href: "/booking" }, { text: "Send a Message", href: "#" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />