6 Commits

Author SHA1 Message Date
ac1ec6c535 Update src/app/page.tsx 2026-03-03 11:55:18 +00:00
a73f9ef00f Update src/app/layout.tsx 2026-03-03 11:55:17 +00:00
bebf663618 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:52:18 +00:00
8664703748 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:49:06 +00:00
46ea9be852 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:40:50 +00:00
64233ec95c Merge version_1 into main
Merge version_1 into main
2026-03-03 11:39:11 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1406,4 +1406,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -218,14 +218,14 @@ export default function HomePage() {
tagAnimation="blur-reveal"
faqs={[
{
id: "1", title: "How does VoiceAI understand different accents and languages?", content:
id: "1", title: "How quickly can we deploy a voice agent?", content:
"You can have your first AI agent live in as little as 30 minutes using our pre-built templates. Our setup wizard guides you through training the agent on your business context. For enterprise custom deployments, our team handles everything end-to-end in 1-2 weeks."},
{
id: "2", title: "How does VoiceAI understand different accents and languages?", content:
"Our AI uses advanced machine learning trained on millions of voice samples from across the globe. We support over 100 languages and dialects with continuous learning that improves accuracy over time. Our system handles background noise, speech variations, and regional accents with 99.2% accuracy."},
{
id: "2", title: "Is VoiceAI HIPAA and GDPR compliant?", content:
id: "3", title: "Is VoiceAI HIPAA and GDPR compliant?", content:
"Yes. VoiceAI is fully HIPAA, GDPR, SOC 2 Type II, and ISO 27001 certified. We provide enterprise-grade security including end-to-end encryption, data residency options, and detailed audit logs. Healthcare and financial institutions trust VoiceAI with sensitive customer data."},
{
id: "3", title: "How quickly can we deploy a voice agent?", content:
"You can have your first AI agent live in as little as 30 minutes using our pre-built templates. Our setup wizard guides you through training the agent on your business context. For enterprise custom deployments, our team handles everything end-to-end in 1-2 weeks."},
{
id: "4", title: "Can VoiceAI integrate with our existing tools?", content:
"Yes. We integrate with 50+ platforms including Salesforce, HubSpot, Zendesk, Stripe, and more. Our REST API and webhooks allow custom integrations with any business system. Enterprise customers get dedicated integration support."},
@@ -253,4 +253,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}