diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3d4a6f4..f684500 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d26f52..54ae51d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,9 +213,9 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", title: "What types of risks does InsureAI coverage include?", content: "InsureAI provides comprehensive coverage for data breaches, algorithmic liability, intellectual property infringement, regulatory compliance violations, privacy breaches, and third-party liability specific to AI operations. We also cover business interruption related to AI system failures."}, + id: "1", title: "How quickly can we get coverage set up?", content: "Most policies can be activated within 48 hours of approval. Our streamlined application process typically takes 5-7 business days, including risk assessment. Enterprise clients receive dedicated onboarding support to expedite implementation."}, { - id: "2", title: "How quickly can we get coverage set up?", content: "Most policies can be activated within 48 hours of approval. Our streamlined application process typically takes 5-7 business days, including risk assessment. Enterprise clients receive dedicated onboarding support to expedite implementation."}, + id: "2", title: "What types of risks does InsureAI coverage include?", content: "InsureAI provides comprehensive coverage for data breaches, algorithmic liability, intellectual property infringement, regulatory compliance violations, privacy breaches, and third-party liability specific to AI operations. We also cover business interruption related to AI system failures."}, { id: "3", title: "Do you cover compliance with emerging AI regulations?", content: "Yes. Our policies specifically address GDPR, CCPA, and emerging AI governance frameworks. We provide continuous compliance updates and support as new regulations are introduced globally."}, { @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file