Update src/app/contact/page.tsx
This commit is contained in:
@@ -48,9 +48,7 @@ export default function ContactPage() {
|
||||
description="Have questions about AIAssist? Our team is here to help. Contact us for demos, integrations, or custom enterprise solutions. We typically respond within 2 hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@aiassist.io",
|
||||
},
|
||||
text: "Email Us", href: "mailto:hello@aiassist.io"},
|
||||
{ text: "Schedule a Call", href: "https://calendly.com/aiassist" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -72,53 +70,29 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can I deploy an AI agent?",
|
||||
content:
|
||||
"Most customers have their first agent live in under 24 hours. Our pre-built integrations, templates, and guided setup process make deployment fast and straightforward. No machine learning expertise required.",
|
||||
},
|
||||
id: "1", title: "How quickly can I deploy an AI agent?", content:
|
||||
"Most customers have their first agent live in under 24 hours. Our pre-built integrations, templates, and guided setup process make deployment fast and straightforward. No machine learning expertise required."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What data do AI agents have access to?",
|
||||
content:
|
||||
"Agents only access data you explicitly authorize through integrations. We follow principle of least privilege - agents only see what they need to do their job. All data is encrypted in transit and at rest.",
|
||||
},
|
||||
id: "2", title: "What data do AI agents have access to?", content:
|
||||
"Agents only access data you explicitly authorize through integrations. We follow principle of least privilege - agents only see what they need to do their job. All data is encrypted in transit and at rest."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can agents handle complex multi-turn conversations?",
|
||||
content:
|
||||
"Yes. Our agents maintain conversation context across unlimited turns, understand nuance and intent, and can handle complex workflows. They can escalate to humans when needed.",
|
||||
},
|
||||
id: "3", title: "Can agents handle complex multi-turn conversations?", content:
|
||||
"Yes. Our agents maintain conversation context across unlimited turns, understand nuance and intent, and can handle complex workflows. They can escalate to humans when needed."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my customer data secure?",
|
||||
content:
|
||||
"We maintain SOC 2 Type II certification, full GDPR compliance, HIPAA readiness, and bank-grade encryption. Data is stored in isolated environments with comprehensive audit logging.",
|
||||
},
|
||||
id: "4", title: "Is my customer data secure?", content:
|
||||
"We maintain SOC 2 Type II certification, full GDPR compliance, HIPAA readiness, and bank-grade encryption. Data is stored in isolated environments with comprehensive audit logging."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How much does it cost to get started?",
|
||||
content:
|
||||
"Our Starter plan is completely free - includes 1 agent and 1,000 conversations monthly. Professional plans start at $499/month with unlimited growth. No credit card required for free plan.",
|
||||
},
|
||||
id: "5", title: "How much does it cost to get started?", content:
|
||||
"Our Starter plan is completely free - includes 1 agent and 1,000 conversations monthly. Professional plans start at $499/month with unlimited growth. No credit card required for free plan."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What languages do agents support?",
|
||||
content:
|
||||
"Agents support 100+ languages with natural understanding and contextually appropriate responses. Language detection is automatic, or you can specify preferred languages per agent.",
|
||||
},
|
||||
id: "6", title: "What languages do agents support?", content:
|
||||
"Agents support 100+ languages with natural understanding and contextually appropriate responses. Language detection is automatic, or you can specify preferred languages per agent."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I integrate with our existing systems?",
|
||||
content:
|
||||
"Yes. We offer pre-built integrations for 50+ popular platforms including Salesforce, HubSpot, Intercom, and Slack. Custom API integrations are available for any system.",
|
||||
},
|
||||
id: "7", title: "Can I integrate with our existing systems?", content:
|
||||
"Yes. We offer pre-built integrations for 50+ popular platforms including Salesforce, HubSpot, Intercom, and Slack. Custom API integrations are available for any system."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How do agents improve over time?",
|
||||
content:
|
||||
"Agents learn from every interaction through supervised learning. You can provide feedback through our dashboard, and agents incorporate lessons into future conversations. Performance continuously improves.",
|
||||
},
|
||||
id: "8", title: "How do agents improve over time?", content:
|
||||
"Agents learn from every interaction through supervised learning. You can provide feedback through our dashboard, and agents incorporate lessons into future conversations. Performance continuously improves."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,8 +102,7 @@ export default function ContactPage() {
|
||||
logoText="AIAssist"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "/security" },
|
||||
@@ -137,8 +110,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -146,20 +118,16 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "https://docs.aiassist.io",
|
||||
},
|
||||
label: "Documentation", href: "https://docs.aiassist.io"},
|
||||
{ label: "Integrations", href: "/integrations" },
|
||||
{ label: "Templates", href: "/templates" },
|
||||
{ label: "Support", href: "/support" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
|
||||
Reference in New Issue
Block a user