From 434ab7a63cb105fde2677bd8aa1dd30035b3c545 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:12:00 +0000 Subject: [PATCH] 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 809c990..4b17f9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,15 +185,15 @@ export default function LandingPage() { useInvertedBackground={true} faqsAnimation="blur-reveal" faqs={[ + { + id: "3", title: "What kind of ROI can we realistically expect?", content: "Our clients typically see 40-60% reduction in manual process costs within 90 days. Combined with freed-up team capacity for strategic work, most organizations achieve full payback within 6-9 months." + }, { id: "1", title: "How quickly can we deploy Nexus in our organization?", content: "Typical deployment takes 2-4 weeks from initial assessment to production launch. Our proven methodology and pre-built agents ensure rapid integration with minimal disruption to your operations." }, { id: "2", title: "Will Nexus work with our existing legacy systems?", content: "Yes. Nexus is built to integrate with existing enterprise systems—ERP, CRM, databases, and custom applications. We don't require expensive system replacements or major technical overhauls." }, - { - id: "3", title: "What kind of ROI can we realistically expect?", content: "Our clients typically see 40-60% reduction in manual process costs within 90 days. Combined with freed-up team capacity for strategic work, most organizations achieve full payback within 6-9 months." - }, { id: "4", title: "How does Nexus handle security and compliance?", content: "Security is foundational. Nexus meets enterprise-grade standards including SOC 2 Type II, HIPAA, GDPR, and industry-specific compliance. Your data stays within your infrastructure with full audit trails." }, -- 2.49.1