Update src/app/contact/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,8 +95,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "The Soldier", href: "/" },
|
||||
{ label: "The Militia", href: "/" },
|
||||
{ label: "The Army", href: "/" },
|
||||
@@ -110,8 +103,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -119,8 +111,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user