From 64699975b3419593ca34e98fd30980d2831c0d8f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 15:14:07 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 56 ++++++++++++---------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1c1ace0..5560600 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,10 +27,10 @@ export default function ContactPage() { @@ -58,24 +58,16 @@ export default function ContactPage() { useInvertedBackground="invertDefault" faqs={[ { - id: "1", - title: "How long does it take to deploy an AI agent?", - content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." + id: "1", title: "How long does it take to deploy an AI agent?", content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates." }, { - id: "2", - title: "What kind of support do you provide?", - content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." + id: "2", title: "What kind of support do you provide?", content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs." }, { - id: "3", - title: "How secure is AgentAI?", - content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." + id: "3", title: "How secure is AgentAI?", content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security." }, { - id: "4", - title: "Can AgentAI integrate with our existing systems?", - content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." + id: "4", title: "Can AgentAI integrate with our existing systems?", content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use." } ]} animationType="smooth" @@ -86,28 +78,16 @@ export default function ContactPage() {