diff --git a/src/app/page.tsx b/src/app/page.tsx index 4140bdf..c9085af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,13 +95,16 @@ export default function LandingPage() { stats: [ { title: "Models Active", values: [42, 58, 73], - description: "AI models processing data"}, + description: "AI models processing data" + }, { title: "Accuracy Rate", values: [94.2, 96.5, 98.1], - valueSuffix: "%", description: "Overall prediction accuracy"}, + valueSuffix: "%", description: "Overall prediction accuracy" + }, { title: "Data Processed", values: [1240, 1856, 2304], - valueSuffix: "M", description: "Daily data processing volume"}, + valueSuffix: "M", description: "Daily data processing volume" + }, ], chartTitle: "Performance Metrics", chartData: [ { value: 75 }, @@ -113,13 +116,16 @@ export default function LandingPage() { listTitle: "Recent Predictions", listItems: [ { icon: TrendingUp, - title: "Market Surge Detected", status: "Confirmed"}, + title: "Market Surge Detected", status: "Confirmed" + }, { icon: AlertCircle, - title: "Anomaly Detected", status: "Processing"}, + title: "Anomaly Detected", status: "Processing" + }, { icon: CheckCircle, - title: "Pattern Recognized", status: "Confirmed"}, + title: "Pattern Recognized", status: "Confirmed" + }, ], }} /> @@ -140,9 +146,11 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - title: "Neural Intelligence", description: "Advanced deep learning models trained on billions of data points", bentoComponent: "globe"}, + title: "Neural Intelligence", description: "Advanced deep learning models trained on billions of data points", bentoComponent: "globe" + }, { - title: "Real-Time Analytics", description: "Instant insights with animated dashboards and live metrics", bentoComponent: "animated-bar-chart"}, + title: "Real-Time Analytics", description: "Instant insights with animated dashboards and live metrics", bentoComponent: "animated-bar-chart" + }, { title: "Smart Integrations", description: "Connect seamlessly with your existing enterprise tools", bentoComponent: "orbiting-icons", centerIcon: Shield, items: [ @@ -154,14 +162,15 @@ export default function LandingPage() { ], }, { - title: "Automation Workflow", description: "Orchestrate complex workflows with intelligent decision-making", bentoComponent: "3d-task-list", title: "Workflow Steps", items: [ + title: "Automation Workflow", description: "Orchestrate complex workflows with intelligent decision-making", bentoComponent: "3d-task-list", items: [ { icon: Play, label: "Trigger Event", time: "Instant" }, { icon: Zap, label: "Process Data", time: "2-5s" }, { icon: CheckCircle, label: "Execute Action", time: "1-3s" }, ], }, { - title: "Performance Tracking", description: "Monitor model accuracy and system performance metrics", bentoComponent: "line-chart"}, + title: "Performance Tracking", description: "Monitor model accuracy and system performance metrics", bentoComponent: "line-chart" + }, { title: "Predictive Insights", description: "AI-powered forecasting for strategic business decisions", bentoComponent: "icon-info-cards", items: [ { icon: TrendingUp, label: "Revenue Growth", value: "+42%" }, @@ -249,17 +258,23 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "VP of Operations, TechCorp", testimonial: "AICore reduced our operational costs by 45% in just six months. The platform's intuitive interface made adoption seamless across our entire organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-portrait-of-a-busi-1772646609149-10ff218c.png", imageAlt: "Sarah Chen"}, + id: "1", name: "Sarah Chen", handle: "VP of Operations, TechCorp", testimonial: "AICore reduced our operational costs by 45% in just six months. The platform's intuitive interface made adoption seamless across our entire organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-portrait-of-a-busi-1772646609149-10ff218c.png", imageAlt: "Sarah Chen" + }, { - id: "2", name: "Michael Rodriguez", handle: "CEO, FinanceFlow", testimonial: "The predictive analytics capabilities are game-changing. We've improved our decision-making accuracy by 40% and identified new revenue streams we never saw coming.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-a-tech-entrepre-1772646608982-c4dc512c.png", imageAlt: "Michael Rodriguez"}, + id: "2", name: "Michael Rodriguez", handle: "CEO, FinanceFlow", testimonial: "The predictive analytics capabilities are game-changing. We've improved our decision-making accuracy by 40% and identified new revenue streams we never saw coming.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-a-tech-entrepre-1772646608982-c4dc512c.png", imageAlt: "Michael Rodriguez" + }, { - id: "3", name: "Emma Thompson", handle: "Head of Analytics, DataDrive Inc", testimonial: "Implementation was faster than expected. The AICore team's support ensured we were up and running in weeks, not months. Exceptional platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-corporate-headshot-of-busin-1772646609501-4f8700fd.png", imageAlt: "Emma Thompson"}, + id: "3", name: "Emma Thompson", handle: "Head of Analytics, DataDrive Inc", testimonial: "Implementation was faster than expected. The AICore team's support ensured we were up and running in weeks, not months. Exceptional platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-corporate-headshot-of-busin-1772646609501-4f8700fd.png", imageAlt: "Emma Thompson" + }, { - id: "4", name: "David Kim", handle: "CTO, CloudScale Systems", testimonial: "The machine learning models deliver consistent, reliable predictions. We've integrated AICore into our core infrastructure and it's become indispensable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-technology-exec-1772646609608-bb085f41.png", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "CTO, CloudScale Systems", testimonial: "The machine learning models deliver consistent, reliable predictions. We've integrated AICore into our core infrastructure and it's become indispensable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-technology-exec-1772646609608-bb085f41.png", imageAlt: "David Kim" + }, { - id: "5", name: "Jessica Martinez", handle: "Director of Strategy, InnovateLabs", testimonial: "AICore's automation capabilities freed up our team to focus on strategic initiatives. ROI was achieved within the first quarter of deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-business-portrait-of-team-l-1772646609270-7a43743d.png", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", handle: "Director of Strategy, InnovateLabs", testimonial: "AICore's automation capabilities freed up our team to focus on strategic initiatives. ROI was achieved within the first quarter of deployment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-business-portrait-of-team-l-1772646609270-7a43743d.png", imageAlt: "Jessica Martinez" + }, { - id: "6", name: "James Wilson", handle: "Chief Data Officer, GlobalTech", testimonial: "The enterprise-grade security and compliance features gave us complete peace of mind. AICore meets all our regulatory requirements without compromise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-ai-researcher-o-1772646609207-47ac6317.png", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Chief Data Officer, GlobalTech", testimonial: "The enterprise-grade security and compliance features gave us complete peace of mind. AICore meets all our regulatory requirements without compromise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APSdPuu9Uwg8u5khG0wpI6CAix/professional-headshot-of-ai-researcher-o-1772646609207-47ac6317.png", imageAlt: "James Wilson" + }, ]} /> @@ -284,7 +299,8 @@ export default function LandingPage() { { text: "Contact Sales", href: "#" }, ], features: [ - "Up to 10 AI models", "100GB data storage", "Basic analytics dashboard", "Email support", "Monthly reports", "API access"], + "Up to 10 AI models", "100GB data storage", "Basic analytics dashboard", "Email support", "Monthly reports", "API access" + ], }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, @@ -293,7 +309,8 @@ export default function LandingPage() { { text: "Contact Sales", href: "#" }, ], features: [ - "Unlimited AI models", "1TB data storage", "Advanced analytics & forecasting", "Priority 24/7 support", "Custom integrations", "Dedicated account manager", "Real-time dashboards", "Compliance reports"], + "Unlimited AI models", "1TB data storage", "Advanced analytics & forecasting", "Priority 24/7 support", "Custom integrations", "Dedicated account manager", "Real-time dashboards", "Compliance reports" + ], }, { id: "3", price: "$29,999", name: "Enterprise", buttons: [ @@ -301,7 +318,8 @@ export default function LandingPage() { { text: "Contact Sales", href: "#" }, ], features: [ - "Unlimited everything", "Unlimited storage", "White-label solutions", "Dedicated infrastructure", "24/7 premium support", "Custom SLA agreements", "Advanced security features", "Dedicated success team", "Custom AI model development"], + "Unlimited everything", "Unlimited storage", "White-label solutions", "Dedicated infrastructure", "24/7 premium support", "Custom SLA agreements", "Advanced security features", "Dedicated success team", "Custom AI model development" + ], }, ]} /> @@ -322,17 +340,23 @@ export default function LandingPage() { animationType="smooth" faqs={[ { - id: "1", title: "What AI models does AICore include?", content: "AICore provides a comprehensive suite of pre-trained models including natural language processing, computer vision, predictive analytics, anomaly detection, and time-series forecasting. You can also train custom models on your own data."}, + id: "1", title: "What AI models does AICore include?", content: "AICore provides a comprehensive suite of pre-trained models including natural language processing, computer vision, predictive analytics, anomaly detection, and time-series forecasting. You can also train custom models on your own data." + }, { - id: "2", title: "How long does implementation take?", content: "Most implementations are completed within 2-4 weeks. Our experienced team handles data migration, system integration, and staff training to ensure a smooth transition. Enterprise customers receive dedicated implementation support."}, + id: "2", title: "How long does implementation take?", content: "Most implementations are completed within 2-4 weeks. Our experienced team handles data migration, system integration, and staff training to ensure a smooth transition. Enterprise customers receive dedicated implementation support." + }, { - id: "3", title: "Is my data secure on AICore?", content: "Absolutely. We use bank-level AES-256 encryption, secure AWS infrastructure, and comply with GDPR, HIPAA, and SOC 2 Type II standards. Your data never leaves our secure, isolated infrastructure."}, + id: "3", title: "Is my data secure on AICore?", content: "Absolutely. We use bank-level AES-256 encryption, secure AWS infrastructure, and comply with GDPR, HIPAA, and SOC 2 Type II standards. Your data never leaves our secure, isolated infrastructure." + }, { - id: "4", title: "Can I integrate AICore with existing systems?", content: "Yes. AICore offers REST APIs, webhooks, and pre-built connectors for popular platforms like Salesforce, Tableau, Looker, and more. Our integration team can help with custom integrations if needed."}, + id: "4", title: "Can I integrate AICore with existing systems?", content: "Yes. AICore offers REST APIs, webhooks, and pre-built connectors for popular platforms like Salesforce, Tableau, Looker, and more. Our integration team can help with custom integrations if needed." + }, { - id: "5", title: "What kind of support is available?", content: "All plans include documentation, video tutorials, and email support. Professional and Enterprise plans get priority support and access to our dedicated support team via phone and Slack."}, + id: "5", title: "What kind of support is available?", content: "All plans include documentation, video tutorials, and email support. Professional and Enterprise plans get priority support and access to our dedicated support team via phone and Slack." + }, { - id: "6", title: "Do you offer training for our team?", content: "Yes. We provide comprehensive onboarding, online courses, and webinars. Enterprise customers receive on-site training customized to your specific use cases and workflows."}, + id: "6", title: "Do you offer training for our team?", content: "Yes. We provide comprehensive onboarding, online courses, and webinars. Enterprise customers receive on-site training customized to your specific use cases and workflows." + }, ]} />