Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:29:18 +00:00
parent de5e335434
commit ec718e454a

View File

@@ -78,9 +78,11 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
features={[
{
title: "Predictive Analytics", description: "Forecast trends and market movements with advanced machine learning models.", bentoComponent: "globe"},
title: "Predictive Analytics", description: "Forecast trends and market movements with advanced machine learning models.", bentoComponent: "globe"
},
{
title: "Real-Time Dashboards", description: "Monitor KPIs and business metrics with interactive, live-updating visualizations.", bentoComponent: "animated-bar-chart"},
title: "Real-Time Dashboards", description: "Monitor KPIs and business metrics with interactive, live-updating visualizations.", bentoComponent: "animated-bar-chart"
},
{
title: "Task Automation Pipeline", description: "Automate complex business processes with AI-driven workflows and decision engines.", bentoComponent: "3d-task-list", items: [
{ icon: Zap, label: "Data Processing", time: "Real-time" },
@@ -120,7 +122,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"Up to 5 data sources", "Basic AI analytics", "Real-time dashboards", "Email support", "1 user seat", "Monthly data refresh"],
"Up to 5 data sources", "Basic AI analytics", "Real-time dashboards", "Email support", "1 user seat", "Monthly data refresh"
],
},
{
id: "professional", badge: "Professional", badgeIcon: Star,
@@ -129,7 +132,8 @@ export default function LandingPage() {
{ text: "Contact Sales", href: "#" },
],
features: [
"Unlimited data sources", "Advanced AI & ML models", "Custom dashboards", "Priority support", "5 user seats", "Real-time updates", "API access", "Advanced security"],
"Unlimited data sources", "Advanced AI & ML models", "Custom dashboards", "Priority support", "5 user seats", "Real-time updates", "API access", "Advanced security"
],
},
{
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
@@ -138,7 +142,8 @@ export default function LandingPage() {
{ text: "Request Demo", href: "#" },
],
features: [
"Full platform access", "Unlimited users", "Dedicated support team", "Custom integrations", "White-label options", "SLA guarantees", "On-premise deployment", "Advanced compliance"],
"Full platform access", "Unlimited users", "Dedicated support team", "Custom integrations", "White-label options", "SLA guarantees", "On-premise deployment", "Advanced compliance"
],
},
]}
animationType="scale-rotate"
@@ -157,16 +162,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Chief Data Officer", company: "TechCorp International", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-succ-1772544454013-02b38bf4.png", imageAlt: "Sarah Chen, CDO at TechCorp"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-succ-1772544454013-02b38bf4.png", imageAlt: "Sarah Chen, CDO at TechCorp"
},
{
id: "2", name: "Michael Rodriguez", role: "VP of Analytics", company: "FinanceHub Solutions", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-dive-1772544451280-c777eeab.png", imageAlt: "Michael Rodriguez, VP at FinanceHub"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-dive-1772544451280-c777eeab.png", imageAlt: "Michael Rodriguez, VP at FinanceHub"
},
{
id: "3", name: "Emma Thompson", role: "CEO", company: "RetailMax", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-conf-1772544451209-070164c6.png", imageAlt: "Emma Thompson, CEO at RetailMax"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-conf-1772544451209-070164c6.png", imageAlt: "Emma Thompson, CEO at RetailMax"
},
{
id: "4", name: "David Park", role: "Founder & CEO", company: "DataStream Ventures", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-dive-1772544452559-a1550278.png", imageAlt: "David Park, CEO at DataStream"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7NU9S8BzsF9NbOfZRJCWTkPO/professional-headshot-portrait-of-a-dive-1772544452559-a1550278.png", imageAlt: "David Park, CEO at DataStream"
},
]}
gridVariant="uniform-all-items-equal"
animationType="depth-3d"
@@ -183,13 +192,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "300%", description: "Average ROI within the first 12 months of implementation"},
id: "1", value: "300%", description: "Average ROI within the first 12 months of implementation"
},
{
id: "2", value: "10,000+", description: "Enterprises worldwide leveraging ValorGlobal intelligence"},
id: "2", value: "10,000+", description: "Enterprises worldwide leveraging ValorGlobal intelligence"
},
{
id: "3", value: "99.99%", description: "Platform uptime and reliability guarantee"},
id: "3", value: "99.99%", description: "Platform uptime and reliability guarantee"
},
{
id: "4", value: "50M+", description: "Data points processed daily across all platforms"},
id: "4", value: "50M+", description: "Data points processed daily across all platforms"
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}