Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-05 07:11:08 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}