3 Commits

Author SHA1 Message Date
434ab7a63c Update src/app/page.tsx 2026-03-11 16:12:00 +00:00
4e6c9ab472 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:51:40 +00:00
70d7224d47 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:51:10 +00:00

View File

@@ -185,15 +185,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
faqs={[ 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: "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: "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." 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."
}, },