From a122345ed98ab647294dde63511d615d4eb847fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:15:32 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a21d233..f54db38 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,17 +61,13 @@ export default function ContactPage() { mediaPosition="left" accordionItems={[ { - id: "discovery", title: "1. Discovery & Strategy", content: - "We begin with comprehensive discovery sessions to understand your business, market position, competitive landscape, and specific goals. Our strategists develop a detailed roadmap that outlines how web, mobile, and AI components will work together to achieve your objectives."}, + id: "discovery", title: "1. Discovery & Strategy", content: "We begin with comprehensive discovery sessions to understand your business, market position, competitive landscape, and specific goals. Our strategists develop a detailed roadmap that outlines how web, mobile, and AI components will work together to achieve your objectives."}, { - id: "design", title: "2. Design & Planning", content: - "Our design team creates comprehensive wireframes, user experience flows, and visual designs. We present detailed project plans including timelines, milestones, resource allocation, and clear communication protocols to ensure alignment throughout the engagement."}, + id: "design", title: "2. Design & Planning", content: "Our design team creates comprehensive wireframes, user experience flows, and visual designs. We present detailed project plans including timelines, milestones, resource allocation, and clear communication protocols to ensure alignment throughout the engagement."}, { - id: "development", title: "3. Development & Deployment", content: - "Our engineering teams build with precision, following rigorous quality standards and best practices. We conduct comprehensive testing, security audits, and performance optimization before deployment. Your success manager provides weekly updates and maintains transparent communication."}, + id: "development", title: "3. Development & Deployment", content: "Our engineering teams build with precision, following rigorous quality standards and best practices. We conduct comprehensive testing, security audits, and performance optimization before deployment. Your success manager provides weekly updates and maintains transparent communication."}, { - id: "optimization", title: "4. Launch & Optimization", content: - "Post-launch, we monitor performance metrics, gather user feedback, and optimize continuously. Our team provides training, documentation, and ongoing support to ensure you maximize the value of your digital investment."}, + id: "optimization", title: "4. Launch & Optimization", content: "Post-launch, we monitor performance metrics, gather user feedback, and optimize continuously. Our team provides training, documentation, and ongoing support to ensure you maximize the value of your digital investment."}, ]} buttons={[{ text: "Get Started Now", href: "/contact" }]} useInvertedBackground={false}