Merge version_3 into main #2
@@ -14,7 +14,7 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI", metadataBase: new URL("https://cerebral-ai.example.com"),
|
||||
title: "Cerebral AI - Advanced AI Platform for Intelligent Automation", description: "Transform your business with cutting-edge AI technology. Real-time analytics, predictive insights, and seamless automation to drive growth and efficiency.", keywords: "AI platform, artificial intelligence, machine learning, automation, predictive analytics, enterprise AI, learning platform", metadataBase: new URL("https://cerebral-ai.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://cerebral-ai.example.com"
|
||||
},
|
||||
|
||||
@@ -36,7 +36,10 @@ import {
|
||||
Lock,
|
||||
Zap as ZapIcon,
|
||||
BookOpen,
|
||||
LayoutGrid
|
||||
LayoutGrid,
|
||||
Cpu,
|
||||
Lightbulb,
|
||||
Workflow
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -56,7 +59,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Platform", id: "features" },
|
||||
{ name: "Platform", id: "features-bento" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
@@ -237,38 +240,43 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the plan that fits your business. Scale anytime with no hidden fees."
|
||||
title="Intelligent Learning Platform Pricing"
|
||||
description="Choose the perfect plan for your AI learning needs. All plans include access to our full platform, API, and documentation."
|
||||
tag="AI Platform Tiers"
|
||||
tagIcon={Cpu}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$499/mo", name: "Starter", buttons: [
|
||||
id: "starter", badge: "For Learning", badgeIcon: Lightbulb,
|
||||
price: "$299/mo", name: "Starter", buttons: [
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Up to 1M predictions/month", "5 API users", "Basic analytics dashboard", "Email support", "Standard uptime SLA", "1 data integration"
|
||||
"Up to 1M AI predictions/month", "5 team members", "Basic learning models", "Email support", "Standard uptime SLA (99%)", "1 data integration", "Pre-built model templates", "Monthly model updates"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$1,999/mo", name: "Professional", buttons: [
|
||||
price: "$1,499/mo", name: "Professional", buttons: [
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Up to 25M predictions/month", "Unlimited API users", "Advanced analytics & dashboards", "Priority support 24/7", "99.9% uptime SLA", "Unlimited integrations", "Custom model training", "Dedicated account manager"
|
||||
"Up to 25M AI predictions/month", "Unlimited team members", "Advanced learning models", "Priority 24/7 support", "99.9% uptime SLA", "Unlimited integrations", "Custom model training", "Dedicated learning consultant", "Real-time monitoring & alerts", "Custom model fine-tuning"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Rocket,
|
||||
price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
{ text: "Get Quote", href: "#" }
|
||||
],
|
||||
features: [
|
||||
"Unlimited predictions", "Unlimited API users & resources", "Custom analytics solutions", "Premium support + SLA guarantee", "99.99% uptime SLA", "White-label options", "Advanced security & compliance", "Dedicated infrastructure", "Custom integrations"
|
||||
"Unlimited AI predictions", "Unlimited team members & resources", "Custom learning solutions", "Premium support + SLA guarantee", "99.99% uptime SLA", "White-label platform", "Advanced security & compliance", "Dedicated infrastructure", "Custom model development", "On-premises deployment option"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -278,36 +286,39 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers to common questions about our AI learning platform and how it can help your organization"
|
||||
title="AI Learning Platform FAQ"
|
||||
description="Find answers to common questions about our AI learning platform, implementation, and support"
|
||||
tag="Learning Resources"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does it take to get started?", content: "Most customers are up and running within 24-48 hours. Our onboarding team provides step-by-step guidance, API documentation, and pre-configured templates to accelerate deployment. Enterprise customers have access to dedicated implementation specialists."
|
||||
id: "1", title: "How does your AI learning platform differ from competitors?", content: "Our platform combines enterprise-grade AI with intuitive learning interfaces. We provide pre-built models trained on millions of data points, custom training capabilities, and real-time model updates. Our AI continuously learns and improves, delivering better predictions as you use it."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What data formats are supported?", content: "We support JSON, CSV, Parquet, and streaming data formats. Our platform connects to 500+ data sources including databases, cloud storage, and real-time data streams via Apache Kafka and similar technologies."
|
||||
id: "2", title: "What is your platform's learning curve for new users?", content: "We've designed Cerebral AI for accessibility. Most users can set up their first AI model within 30 minutes using our guided templates. Our comprehensive learning center includes video tutorials, documentation, and interactive workshops. Support team available 24/7 for any questions."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is my data secure and private?", content: "Yes. We employ military-grade AES-256 encryption, SOC 2 Type II compliance, GDPR and HIPAA compliance. Data is encrypted in transit and at rest. You maintain full control over your data with options for private deployments and air-gapped environments."
|
||||
id: "3", title: "How does the platform handle continuous learning and model improvement?", content: "Our AI models are designed to learn from new data automatically. You can enable continuous learning to improve model accuracy over time. Monthly model updates include latest research findings and optimization techniques. Advanced users can manually retrain models with custom datasets."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What's your uptime guarantee?", content: "Professional plans include 99.9% uptime SLA. Enterprise customers receive 99.99% with guaranteed response times. We maintain redundant infrastructure across multiple geographic regions for business continuity and disaster recovery."
|
||||
id: "4", title: "What learning resources are available for AI model development?", content: "We provide comprehensive resources: video tutorials, API documentation, code examples, GitHub repositories, webinars, and certifications. Our learning academy covers basics to advanced topics like custom model training, feature engineering, and deployment strategies."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I train custom AI models on my data?", content: "Absolutely. Professional and Enterprise plans include access to our model training studio. You can fine-tune models on your data or create entirely custom models. Our ML engineers can assist with advanced implementations and optimization."
|
||||
id: "5", title: "Can I build and train custom AI models on my own data?", content: "Absolutely. Professional and Enterprise plans include access to our custom model training studio. You can fine-tune pre-built models or create entirely custom models using your data. Our ML team can provide guidance and optimization support for complex implementations."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What support options are available?", content: "Starter plans include email support with 24-hour response times. Professional plans include 24/7 priority support with 4-hour response times. Enterprise customers get a dedicated success manager and SLA-backed response guarantees."
|
||||
id: "6", title: "How does your platform support team help with implementation learning?", content: "Our support team includes AI specialists who provide implementation guidance. Starter plans get email support with resources. Professional plans include priority 24/7 support with dedicated learning consultants. Enterprise customers get dedicated success managers for ongoing optimization and learning."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Do you have API rate limits?", content: "Rate limits depend on your plan. Starter plans have standard rate limits suitable for development. Professional plans include generous limits suitable for most workloads. Enterprise customers can negotiate custom limits based on their requirements."
|
||||
id: "7", title: "What are the system requirements for learning module integration?", content: "Our platform is cloud-based requiring only internet connectivity. Integrates with REST APIs, webhooks, and 500+ pre-built connectors. Works with any programming language, database, or operating system. No local installation required - fully managed infrastructure."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Can I integrate with my existing tools and systems?", content: "Yes. We offer 500+ pre-built integrations with popular platforms including Salesforce, HubSpot, Zapier, Slack, and more. We also provide custom integration support and have comprehensive REST and GraphQL APIs."
|
||||
id: "8", title: "How do you ensure AI models stay accurate and compliant?", content: "We employ continuous monitoring and model validation. Automatic alerts notify you of prediction drift. Models are tested for bias and compliance with regulations. Regular audit trails track all predictions and model changes for compliance and learning purposes."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -315,14 +326,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Lead Generation & Support"
|
||||
tag="Get Started With AI Learning"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your AI Journey Today"
|
||||
description="Join hundreds of companies using Cerebral AI to drive innovation and growth. Get started with a free trial or schedule a personalized demo with our team. Our experts will help you identify opportunities and build a custom implementation plan."
|
||||
title="Begin Your AI Learning Journey"
|
||||
description="Join hundreds of organizations learning and leveraging AI with Cerebral AI. Start with a free trial, schedule a personalized learning demo, or contact our team for enterprise solutions. We'll help you identify opportunities and create a custom implementation plan tailored to your learning goals."
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" }
|
||||
{ text: "Schedule Learning Demo", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -346,8 +357,8 @@ export default function LandingPage() {
|
||||
title: "Learning & Developers", items: [
|
||||
{ label: "Documentation", href: "https://docs.example.com" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "GitHub", href: "#" },
|
||||
{ label: "Status", href: "#" }
|
||||
{ label: "Learning Academy", href: "#" },
|
||||
{ label: "GitHub", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user