From 1247f63b042fb363ebde8e13612de3b45574c459 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:38:56 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4d3574e..c70be8c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { title="Let's Build Your Revolution" description="Ready to transform your digital presence? Our team is standing by to discuss how Revolution Digital can deliver enterprise-grade tools at small business prices. Whether you have questions about our pricing, want to explore a custom solution, or need immediate support—we're here." tag="Contact Revolution" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/ai-integration-1773185809408-e96bfa41.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/abstract-visualization-of-ai-chatbot-int-1773185809408-e96bfa41.png" imageAlt="AI integration and automation solutions" buttons={[{ text: "Explore Services", href: "/" }]} useInvertedBackground={false} @@ -56,25 +56,19 @@ export default function ContactPage() { title="Multiple Ways to Connect" description="Choose the method that works best for you. Fast response times guaranteed." tag="Get In Touch" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/performance-metrics-visualization-showin-1773185808806-7f04d2bc.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/performance-metrics-visualization-showin-1773185808806-7f04d2bc.png" imageAlt="Contact options visualization" mediaPosition="right" mediaAnimation="none" accordionItems={[ { - id: "1", - title: "📧 Email: Direct Communication", - content: "Email us at hello@revolutiondigital.io for detailed inquiries, project briefs, or technical questions. We respond within 24 hours—guaranteed." + id: "1", title: "📧 Email: Direct Communication", content: "Email us at hello@revolutiondigital.io for detailed inquiries, project briefs, or technical questions. We respond within 24 hours—guaranteed." }, { - id: "2", - title: "📱 Phone Consultation: Let's Talk", - content: "Schedule a 30-minute consultation call with our team to discuss your specific needs, timeline, and budget. Book a time that works for you directly through our scheduling system." + id: "2", title: "📱 Phone Consultation: Let's Talk", content: "Schedule a 30-minute consultation call with our team to discuss your specific needs, timeline, and budget. Book a time that works for you directly through our scheduling system." }, { - id: "3", - title: "💬 AI Chat Support: Instant Answers", - content: "Our intelligent chatbot is available 24/7 to answer common questions about pricing, features, and setup. For complex issues, you'll be connected to our human team within minutes." + id: "3", title: "💬 AI Chat Support: Instant Answers", content: "Our intelligent chatbot is available 24/7 to answer common questions about pricing, features, and setup. For complex issues, you'll be connected to our human team within minutes." } ]} buttons={[{ text: "Back to Home", href: "/" }]} @@ -92,7 +86,7 @@ export default function ContactPage() { { text: "Schedule Consultation", href: "/" }, { text: "View All Plans", href: "/" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -101,8 +95,7 @@ export default function ContactPage() {