6 Commits

Author SHA1 Message Date
80991a9b76 Update src/app/page.tsx 2026-03-04 06:40:45 +00:00
559a757864 Merge version_3 into main
Merge version_3 into main
2026-03-04 06:38:52 +00:00
09788a056c Update src/app/page.tsx 2026-03-04 06:38:48 +00:00
43174bf4ec Merge version_2 into main
Merge version_2 into main
2026-03-04 06:35:25 +00:00
0099b1faa4 Update src/app/page.tsx 2026-03-04 06:35:21 +00:00
5c34ac8777 Merge version_1 into main
Merge version_1 into main
2026-03-04 06:33:30 +00:00

View File

@@ -144,13 +144,13 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardFourteen
title="Proven Impact. Real Results. Measurable Growth."
title="Why Choose Nexus AI — Proven Impact. Real Results. Measurable Growth."
tag="Our Track Record"
metrics={[
{ id: "1", value: "10,000+", description: "Active users across 50+ countries leveraging our AI platform daily" },
{ id: "2", value: "70%", description: "Average reduction in manual processing time with our intelligent automation" },
{ id: "3", value: "99.9%", description: "Platform uptime ensuring your AI works 24/7 without interruption" },
{ id: "4", value: "4.9/5", description: "Customer satisfaction rating from verified users and reviewers" }
{ id: "1", value: "70%", description: "Average reduction in manual processing time with our intelligent automation" },
{ id: "2", value: "99.9%", description: "Platform uptime ensuring your AI works 24/7 without interruption" },
{ id: "3", value: "4.9/5", description: "Customer satisfaction rating from verified users and reviewers" },
{ id: "4", value: "10,000+", description: "Active users across 50+ countries leveraging our AI platform daily" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -214,7 +214,7 @@ export default function LandingPage() {
]}
ctaTitle="Ready to Transform Your Business?"
ctaDescription="Get started with Nexus AI today and unlock the power of intelligent automation."
ctaButton={{ text: "Start Free Trial", href: "https://app.nexusai.example.com/signup" }}
ctaButton={{ text: "Start Your Free Trial Today", href: "https://app.nexusai.example.com/signup" }}
ctaIcon={Zap}
useInvertedBackground={false}
animationType="slide-up"