From a73f9ef00f3d13054b9073c94a05bc55df177afd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:55:17 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b5cc26..78c2dd2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From ac1ec6c535cbe55168a0ff6822a1c73699f181af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:55:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f92bec..29ae4c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1