14 Commits

Author SHA1 Message Date
a2fdcbc439 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:19:02 +00:00
dc01d5d4b1 Update theme colors 2026-03-05 07:18:56 +00:00
36209abcd8 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:16:01 +00:00
2909c2dc22 Update theme colors 2026-03-05 07:15:54 +00:00
13cbac9ebb Merge version_3 into main
Merge version_3 into main
2026-03-05 07:14:21 +00:00
5d4f062833 Update theme colors 2026-03-05 07:14:15 +00:00
f5a84d8b86 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:13:15 +00:00
0f27833ad0 Update theme colors 2026-03-05 07:13:09 +00:00
edc94e3c33 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:13:05 +00:00
6b85af4f10 Update theme colors 2026-03-05 07:12:59 +00:00
eea807b2c5 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:11:08 +00:00
08fc7add91 Update src/app/page.tsx 2026-03-05 07:11:04 +00:00
7664932acf Update src/app/layout.tsx 2026-03-05 07:11:03 +00:00
351bde6f96 Merge version_2 into main
Merge version_2 into main
2026-03-05 07:08:31 +00:00
3 changed files with 13 additions and 13 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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);