From 7664932acfb295c2b0d3f7e08b570b7b151f93f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:11:03 +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 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 -- 2.49.1 From 08fc7add917fc30d755c3ceb80f6417df9a447e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:11:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1