Update src/app/contact/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "features" },
|
||||
{ label: "Security", href: "security" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -27,8 +26,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Team", href: "team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -76,43 +73,25 @@ export default function ContactPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I schedule a demo?",
|
||||
content:
|
||||
"Our sales team is ready to showcase FinFlow's capabilities. Email us at sales@finflow.io or use our contact form above. We'll schedule a personalized demo tailored to your business needs.",
|
||||
},
|
||||
id: "1", title: "How can I schedule a demo?", content:
|
||||
"Our sales team is ready to showcase FinFlow's capabilities. Email us at sales@finflow.io or use our contact form above. We'll schedule a personalized demo tailored to your business needs."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the typical sales cycle?",
|
||||
content:
|
||||
"Enterprise deals typically close within 4-12 weeks. Initial discovery call (1 week), technical evaluation (2-3 weeks), contract negotiation (1-2 weeks), and final approval (1-2 weeks).",
|
||||
},
|
||||
id: "2", title: "What is the typical sales cycle?", content:
|
||||
"Enterprise deals typically close within 4-12 weeks. Initial discovery call (1 week), technical evaluation (2-3 weeks), contract negotiation (1-2 weeks), and final approval (1-2 weeks)."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer custom implementations?",
|
||||
content:
|
||||
"Yes. Our professional services team specializes in custom implementations, data migrations, and integration setup for enterprise clients. Typical projects range from 8-16 weeks.",
|
||||
},
|
||||
id: "3", title: "Do you offer custom implementations?", content:
|
||||
"Yes. Our professional services team specializes in custom implementations, data migrations, and integration setup for enterprise clients. Typical projects range from 8-16 weeks."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What support channels are available?",
|
||||
content:
|
||||
"Enterprise clients receive 24/7 support via email, Slack, and phone. Our average response time for critical issues is under 15 minutes. Premium support includes dedicated account managers and quarterly business reviews.",
|
||||
},
|
||||
id: "4", title: "What support channels are available?", content:
|
||||
"Enterprise clients receive 24/7 support via email, Slack, and phone. Our average response time for critical issues is under 15 minutes. Premium support includes dedicated account managers and quarterly business reviews."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I integrate FinFlow with my current systems?",
|
||||
content:
|
||||
"Absolutely. FinFlow offers 500+ pre-built integrations and flexible APIs. Our integration specialists have successfully connected to legacy banking systems, ERP platforms, and custom applications.",
|
||||
},
|
||||
id: "5", title: "Can I integrate FinFlow with my current systems?", content:
|
||||
"Absolutely. FinFlow offers 500+ pre-built integrations and flexible APIs. Our integration specialists have successfully connected to legacy banking systems, ERP platforms, and custom applications."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Where are your data centers located?",
|
||||
content:
|
||||
"We operate data centers in North America, Europe, and Asia-Pacific. Enterprise clients can choose data residency preferences. We maintain multiple geographic backups for disaster recovery and compliance.",
|
||||
},
|
||||
id: "6", title: "Where are your data centers located?", content:
|
||||
"We operate data centers in North America, Europe, and Asia-Pacific. Enterprise clients can choose data residency preferences. We maintain multiple geographic backups for disaster recovery and compliance."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8GOydHfClbi36f53UKitWZH2/professional-financial-support-team-envi-1772544009073-79e9c5b6.png"
|
||||
imageAlt="Financial support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -131,13 +110,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Sales Support",
|
||||
"Technical Support",
|
||||
"Implementation Team",
|
||||
"Account Management",
|
||||
"Security Team",
|
||||
"Compliance",
|
||||
]}
|
||||
"Sales Support", "Technical Support", "Implementation Team", "Account Management", "Security Team", "Compliance"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user