|
|
|
|
@@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
|
|
|
|
import { Zap, Sparkles, Cpu, Target, Quote, DollarSign, HelpCircle, Rocket, Brain, BarChart3, Settings, TrendingUp, CircleDollarSign, ArrowLeftRight, Send, Lock, Shield, RotateCcw, Boxes, Workflow } from 'lucide-react';
|
|
|
|
|
import { Film, Sparkles, Zap, BarChart3, TrendingUp, Play, AlertCircle, Send, Lock, Shield, RotateCcw, Boxes, Workflow, DollarSign, HelpCircle, Rocket, Award, Users, Eye, Clock, Target } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -25,74 +25,74 @@ export default function LandingPage() {
|
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="layered"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleFullscreen
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Features", id: "features" },
|
|
|
|
|
{ name: "Capabilities", id: "capabilities" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
{ name: "Company", id: "company" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Why Us", id: "why-us" },
|
|
|
|
|
{ name: "Results", id: "results" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="Nexus AI"
|
|
|
|
|
bottomLeftText="Innovation Hub"
|
|
|
|
|
bottomRightText="hello@nexusai.com"
|
|
|
|
|
brandName="Inzovex Media"
|
|
|
|
|
bottomLeftText="Elite Creative Agency"
|
|
|
|
|
bottomRightText="hello@inzovexmedia.com"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardDashboard
|
|
|
|
|
title="AI Intelligence at Scale"
|
|
|
|
|
description="Harness the power of advanced machine learning and real-time analytics. Process complex data, automate workflows, and unlock actionable insights instantly with our intelligent platform."
|
|
|
|
|
tag="Next-Gen AI Platform"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
title="Elite Video Editing & Thumbnail Systems for High-Performing Creators"
|
|
|
|
|
description="Engineered to increase CTR, Watch Time & Audience Retention."
|
|
|
|
|
tag="Premium Video Production"
|
|
|
|
|
tagIcon={Film}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Free Trial", href: "https://app.nexusai.com" },
|
|
|
|
|
{ text: "View Demo", href: "#features" }
|
|
|
|
|
{ text: "Book a Call", href: "#contact" },
|
|
|
|
|
{ text: "View Portfolio", href: "#portfolio" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
|
dashboard={{
|
|
|
|
|
title: "Real-Time Analytics Hub", logoIcon: Brain,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-modern-clean-ai-platform-dashboard-int-1772766147812-72e5d371.png", imageAlt: "Nexus AI Dashboard", buttons: [
|
|
|
|
|
{ text: "Dashboard", href: "#" },
|
|
|
|
|
{ text: "Export Report", href: "#" }
|
|
|
|
|
title: "Content Performance Analytics", logoIcon: BarChart3,
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1574375927938-d5a98e8ffe85?w=1200&h=600&fit=crop", imageAlt: "Professional video editing dashboard", buttons: [
|
|
|
|
|
{ text: "Start Analysis", href: "#" },
|
|
|
|
|
{ text: "View Results", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
sidebarItems: [
|
|
|
|
|
{ icon: BarChart3, active: true },
|
|
|
|
|
{ icon: Brain, active: false },
|
|
|
|
|
{ icon: Settings, active: false }
|
|
|
|
|
{ icon: TrendingUp, active: false },
|
|
|
|
|
{ icon: Eye, active: false }
|
|
|
|
|
],
|
|
|
|
|
stats: [
|
|
|
|
|
{ title: "Processing Speed", values: [2.4, 3.8, 5.2], valueSuffix: "B ops/s", description: "Real-time operations" },
|
|
|
|
|
{ title: "Accuracy Rate", values: [94.2, 96.8, 98.5], valueSuffix: "%", description: "Model precision" },
|
|
|
|
|
{ title: "Active Users", values: [4250, 8640, 12890], description: "Platform growth" }
|
|
|
|
|
{ title: "Average CTR Increase", values: [12, 18, 24], valueSuffix: "%", description: "Client improvement rate" },
|
|
|
|
|
{ title: "Watch Time Boost", values: [35, 52, 68], valueSuffix: "%", description: "Average retention gain" },
|
|
|
|
|
{ title: "Active Creators", values: [150, 280, 420], description: "Growing client base" }
|
|
|
|
|
],
|
|
|
|
|
chartTitle: "AI Model Performance", chartData: [
|
|
|
|
|
chartTitle: "CTR Performance Trends", chartData: [
|
|
|
|
|
{ value: 65 },
|
|
|
|
|
{ value: 78 },
|
|
|
|
|
{ value: 85 },
|
|
|
|
|
{ value: 72 },
|
|
|
|
|
{ value: 90 }
|
|
|
|
|
],
|
|
|
|
|
listTitle: "Recent Predictions", listItems: [
|
|
|
|
|
{ icon: TrendingUp, title: "Market Trend Analysis", status: "Completed" },
|
|
|
|
|
{ icon: Zap, title: "Anomaly Detection", status: "Processing" },
|
|
|
|
|
{ icon: Target, title: "Customer Segmentation", status: "Completed" }
|
|
|
|
|
listTitle: "Recent Projects", listItems: [
|
|
|
|
|
{ icon: Film, title: "Cinematic Transitions Package", status: "Completed" },
|
|
|
|
|
{ icon: Zap, title: "Viral Thumbnail Series", status: "Processing" },
|
|
|
|
|
{ icon: TrendingUp, title: "Growth Optimization System", status: "Completed" }
|
|
|
|
|
],
|
|
|
|
|
searchPlaceholder: "Search AI models..."
|
|
|
|
|
searchPlaceholder: "Search video projects..."
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureBento
|
|
|
|
|
title="Powerful AI Features"
|
|
|
|
|
description="Everything you need to build, deploy, and scale intelligent applications with cutting-edge machine learning capabilities."
|
|
|
|
|
tag="Core Features"
|
|
|
|
|
title="Our Premium Services"
|
|
|
|
|
description="Comprehensive video production and optimization solutions designed to scale creator channels and maximize audience engagement across all platforms."
|
|
|
|
|
tag="Service Suite"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -100,205 +100,172 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Neural Processing", description: "Advanced neural networks optimized for rapid inference and training", bentoComponent: "globe"
|
|
|
|
|
title: "YouTube Video Editing", description: "Cinematic cuts, color grading, and effects optimized for maximum retention and viewer engagement", bentoComponent: "icon-info-cards", items: [
|
|
|
|
|
{ icon: Film, label: "4K Editing", value: "Pro" },
|
|
|
|
|
{ icon: Zap, label: "Speed", value: "72hrs" },
|
|
|
|
|
{ icon: Award, label: "Quality", value: "Premium" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Real-Time Analytics", description: "Process and visualize millions of data points instantly", bentoComponent: "animated-bar-chart"
|
|
|
|
|
title: "Viral Thumbnail Design", description: "High-CTR thumbnails using psychology and proven design patterns that make viewers click", bentoComponent: "orbiting-icons", centerIcon: Target,
|
|
|
|
|
items: [
|
|
|
|
|
{ icon: Eye, ring: 1, duration: 3 },
|
|
|
|
|
{ icon: Target, ring: 2, duration: 4 },
|
|
|
|
|
{ icon: Zap, ring: 3, duration: 5 }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Global Insights", description: "Monitor performance across distributed systems worldwide", bentoComponent: "map"
|
|
|
|
|
title: "Content Optimization Systems", description: "Data-driven strategies to improve retention, watch time, and audience satisfaction metrics", bentoComponent: "animated-bar-chart"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Predictive Models", description: "AI-powered forecasting with 98%+ accuracy rates", bentoComponent: "line-chart"
|
|
|
|
|
title: "Creator Growth Strategy", description: "Custom frameworks to scale channels sustainably through strategic content positioning", bentoComponent: "line-chart"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="capabilities" data-section="capabilities">
|
|
|
|
|
<div id="why-us" data-section="why-us">
|
|
|
|
|
<FeatureHoverPattern
|
|
|
|
|
title="Advanced Capabilities"
|
|
|
|
|
description="Explore the sophisticated tools that power intelligent decision-making and automated workflows."
|
|
|
|
|
tag="Technology Stack"
|
|
|
|
|
tagIcon={Cpu}
|
|
|
|
|
title="Why Choose Inzovex Media"
|
|
|
|
|
description="We don't just edit videos—we engineer growth systems for elite creators. Every edit, every thumbnail, every frame is optimized for maximum performance."
|
|
|
|
|
tag="Our Advantage"
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
icon: BarChart3,
|
|
|
|
|
title: "Data-Driven Editing", description: "Every edit decision backed by audience engagement data and retention analytics"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Eye,
|
|
|
|
|
title: "High CTR Thumbnail Psychology", description: "Proven design principles that increase click-through rates by 15-40% on average"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Lightning Fast", description: "Sub-millisecond latency for real-time intelligence and instant insights"
|
|
|
|
|
title: "Fast Delivery Systems", description: "Streamlined workflows deliver polished content in 48-72 hours without sacrificing quality"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Enterprise Secure", description: "Military-grade encryption and compliance with all major standards"
|
|
|
|
|
icon: Users,
|
|
|
|
|
title: "Creator-Focused Workflow", description: "Dedicated support team that understands YouTube's algorithm and creator needs intimately"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: RotateCcw,
|
|
|
|
|
title: "Auto-Scaling", description: "Automatically adapts to workload demands and handles peaks effortlessly"
|
|
|
|
|
icon: TrendingUp,
|
|
|
|
|
title: "Proven Results", description: "Average client sees 25% CTR increase and 40% watch time improvement within 3 months"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Boxes,
|
|
|
|
|
title: "Modular Design", description: "Mix and match AI components to build custom solutions"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Brain,
|
|
|
|
|
title: "Self-Learning", description: "Models improve automatically as they process more data"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Workflow,
|
|
|
|
|
title: "Workflow Automation", description: "Orchestrate complex AI pipelines with simple configurations"
|
|
|
|
|
icon: Award,
|
|
|
|
|
title: "Premium Quality Standards", description: "Every project meets our elite quality bar—think startup precision meets creative excellence"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<div id="portfolio" data-section="portfolio">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
tag="Our Mission"
|
|
|
|
|
tag="Success Stories"
|
|
|
|
|
tagIcon={Target}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Democratizing AI for Every Organization"
|
|
|
|
|
description="We believe artificial intelligence should be accessible, transparent, and beneficial to all. Our platform empowers businesses of any size to leverage state-of-the-art machine learning without requiring PhD-level expertise. Founded by leading researchers and engineers, Nexus AI is committed to advancing AI technology responsibly."
|
|
|
|
|
title="Portfolio Showcase"
|
|
|
|
|
description="See real results from creators we've worked with. Our portfolio features cinematic thumbnails, before/after editing comparisons, and documented channel growth from clients across niches—gaming, education, lifestyle, business, and more. Every project represents our commitment to elite quality and measurable results."
|
|
|
|
|
metrics={[
|
|
|
|
|
{ value: "500K+", title: "Predictions per second" },
|
|
|
|
|
{ value: "2,500+", title: "Enterprises trusted us" }
|
|
|
|
|
{ value: "15-40%", title: "Average CTR Increase" },
|
|
|
|
|
{ value: "35-68%", title: "Watch Time Improvement" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-team-of-engineers-and-dat-1772766147500-c17b0136.png"
|
|
|
|
|
imageAlt="Nexus AI team collaborating on AI projects"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1598327105666-5b89351aff97?w=1200&h=600&fit=crop"
|
|
|
|
|
imageAlt="Video editing and thumbnail portfolio showcase"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
title="Trusted by Industry Leaders"
|
|
|
|
|
description="See how enterprises are transforming their operations with Nexus AI"
|
|
|
|
|
tag="Client Stories"
|
|
|
|
|
tagIcon={Quote}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Chen", handle: "VP of Engineering, DataFlow Inc", testimonial: "Nexus AI reduced our model training time by 80% and improved accuracy metrics across the board. It's become essential to our data science workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-portrait-of-a-co-1772766146217-0dc3da3b.png", imageAlt: "Sarah Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Rodriguez", handle: "CTO, FinTech Solutions", testimonial: "The platform's real-time analytics capabilities helped us detect fraud patterns 3x faster than before. Absolutely game-changing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-of-a-tech-profes-1772766146737-ff2b0791.png", imageAlt: "Michael Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emily Watson", handle: "Director of Innovation, RetailCo", testimonial: "Integration was seamless, and the support team went above and beyond. We're now running 15+ AI models simultaneously without issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-of-a-business-le-1772766146236-f2a9dac8.png", imageAlt: "Emily Watson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Kim", handle: "Head of Product, CloudAI Ventures", testimonial: "Nexus AI's scalability is impressive. We handle 2.5 billion predictions daily with zero downtime. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-of-a-tech-innova-1772766148188-7c0c46aa.png", imageAlt: "David Kim"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Lisa Thompson", handle: "Data Science Lead, Analytics First", testimonial: "The auto-scaling feature saved us thousands in infrastructure costs. Performance is consistent even during peak demand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-of-a-data-scient-1772766146469-3e949ef6.png", imageAlt: "Lisa Thompson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "James Patterson", handle: "CEO, SmartOps", testimonial: "We evaluated 5 competitors. Nexus AI won on performance, reliability, and customer support. Best investment we've made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYOWFknOV9xNjNJr4uX2RPnIWJ/a-professional-headshot-of-a-business-ex-1772766146097-7cc51a94.png", imageAlt: "James Patterson"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<div id="results" data-section="results">
|
|
|
|
|
<PricingCardThree
|
|
|
|
|
title="Simple, Transparent Pricing"
|
|
|
|
|
description="Choose the plan that scales with your business. Start free, upgrade anytime."
|
|
|
|
|
tag="Flexible Plans"
|
|
|
|
|
tagIcon={DollarSign}
|
|
|
|
|
title="Measurable Results"
|
|
|
|
|
description="Real metrics that matter. Our systems are engineered to deliver tangible improvements in your YouTube performance."
|
|
|
|
|
tag="Performance Metrics"
|
|
|
|
|
tagIcon={BarChart3}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter", price: "$299/mo", name: "Starter", buttons: [
|
|
|
|
|
{ text: "Get Started", href: "https://app.nexusai.com/signup" },
|
|
|
|
|
id: "ctr", price: "+25%", name: "Click-Through Rate (CTR)", buttons: [
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Up to 10M predictions/month", "5 AI models", "Email support", "Basic analytics dashboard", "99.5% uptime SLA"
|
|
|
|
|
"Thumbnail psychology optimization", "A/B testing strategies", "Performance tracking", "Competitive analysis", "Continuous improvement system"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
|
|
|
|
price: "$999/mo", name: "Professional", buttons: [
|
|
|
|
|
{ text: "Get Started", href: "https://app.nexusai.com/signup" },
|
|
|
|
|
id: "watchtime", badge: "Most Important", badgeIcon: TrendingUp,
|
|
|
|
|
price: "+45%", name: "Watch Time & Retention", buttons: [
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Unlimited predictions", "Unlimited AI models", "Priority 24/7 support", "Advanced analytics & insights", "99.99% uptime SLA", "Custom integrations", "Team collaboration tools"
|
|
|
|
|
"Pacing and editing optimization", "Retention hook implementation", "Hook analysis and refinement", "Scene timing perfection", "Engagement maximization"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
|
|
|
|
{ text: "Contact Sales", href: "mailto:sales@nexusai.com" },
|
|
|
|
|
{ text: "Schedule Demo", href: "#contact" }
|
|
|
|
|
id: "avd", price: "+38%", name: "Average View Duration (AVD)", buttons: [
|
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"Dedicated infrastructure", "White-label solution", "Custom SLA & support", "Advanced security features", "On-premise deployment", "Compliance certifications", "Technical account manager"
|
|
|
|
|
"Scene structure optimization", "Pacing analysis", "Engagement metrics tracking", "Viewer journey mapping", "Performance forecasting"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqDouble
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Get answers to common questions about Nexus AI and how to get started."
|
|
|
|
|
tag="Support"
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
title="What Our Creators Say"
|
|
|
|
|
description="Real feedback from creators and brands we've transformed"
|
|
|
|
|
tag="Client Success"
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "How does Nexus AI compare to building ML models in-house?", content: "Nexus AI provides pre-optimized models, automated scaling, and enterprise-grade infrastructure. Building in-house requires significant engineering resources, specialized talent, and ongoing maintenance. Our platform lets you deploy production-ready AI in minutes instead of months."
|
|
|
|
|
id: "1", name: "Alex Turner", handle: "Tech Creator, 500K Subscribers", testimonial: "Inzovex took my editing to the next level. My CTR went from 5% to 8.2% in just 2 months. The thumbnail work alone is worth every penny.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Alex Turner"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "What's your data privacy and security policy?", content: "We employ military-grade encryption, SOC 2 Type II compliance, GDPR adherence, and regular security audits. Your data is isolated, encrypted at rest and in transit, and never shared. Enterprise customers can deploy on-premise with full data control."
|
|
|
|
|
id: "2", name: "Maya Rodriguez", handle: "Lifestyle Brand, 250K Subscribers", testimonial: "Their growth strategy completely transformed my channel trajectory. Watch time up 60%, and my audience is more engaged than ever.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", imageAlt: "Maya Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Can I integrate Nexus AI with my existing systems?", content: "Yes. We provide REST APIs, webhooks, Python/JavaScript SDKs, and pre-built integrations with popular tools like Salesforce, Stripe, and Segment. Custom integrations are available for enterprise customers."
|
|
|
|
|
id: "3", name: "James Chen", handle: "Gaming Channel, 1M Subscribers", testimonial: "Working with Inzovex means I can focus on creating while they handle the technical excellence. My videos have never looked better.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "James Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "How does pricing work? Are there hidden fees?", content: "Pricing is based on predictions per month for Starter/Professional plans, or custom quotes for Enterprise. No setup fees, no hidden charges. You only pay for what you use, with transparent billing and can upgrade or downgrade anytime."
|
|
|
|
|
id: "4", name: "Sarah Kim", handle: "Educational Creator, 175K Subscribers", testimonial: "The data-driven approach is incredible. Every edit serves a purpose. My retention rates have never been higher.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Sarah Kim"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "What's your uptime and reliability guarantee?", content: "Professional plans include 99.99% uptime SLA with automatic failover across multiple data centers. We monitor 24/7, maintain redundant systems, and provide incident response within 15 minutes for critical issues."
|
|
|
|
|
id: "5", name: "Marcus Johnson", handle: "Business Coach, 380K Subscribers", testimonial: "Premium quality at premium speed. They delivered better results than I expected, and faster than I thought possible.", imageSrc: "https://images.unsplash.com/photo-1507637872865-56130c7687b1?w=150&h=150&fit=crop", imageAlt: "Marcus Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Do you offer training or consulting services?", content: "Yes. We offer onboarding workshops, technical training, architecture consulting, and dedicated support options. Professional and Enterprise plans include access to our expert consulting team."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "7", title: "How quickly can I get started?", content: "You can sign up and deploy your first model within 5 minutes using our template library. For custom models, onboarding typically takes 2-3 days with our support team guiding the process."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "8", title: "What kind of support do you provide?", content: "Starter plan includes email support (24h response). Professional includes 24/7 phone/chat support with 2h response. Enterprise includes a dedicated technical account manager and priority support channels."
|
|
|
|
|
id: "6", name: "Emma Watson", handle: "Personal Brand, 90K Subscribers", testimonial: "They didn't just edit my videos—they transformed how I think about content production. Best investment in my channel.", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=150&h=150&fit=crop", imageAlt: "Emma Watson"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Ready to Transform?"
|
|
|
|
|
tag="Let's Create"
|
|
|
|
|
tagIcon={Rocket}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Start Your AI Journey Today"
|
|
|
|
|
description="Join thousands of enterprises leveraging Nexus AI to drive innovation. Get a personalized demo, free trial access, or speak with our sales team."
|
|
|
|
|
title="Ready to Turn Your Content into a Growth Machine?"
|
|
|
|
|
description="Join elite creators who are scaling their channels with professional editing and data-driven optimization. Let's discuss how we can transform your YouTube presence."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Free Trial", href: "https://app.nexusai.com/trial" },
|
|
|
|
|
{ text: "Contact Sales", href: "mailto:sales@nexusai.com?subject=Nexus AI Demo Request" }
|
|
|
|
|
{ text: "Book a Call", href: "https://calendly.com/inzovex" },
|
|
|
|
|
{ text: "Start Your Project", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
@@ -308,50 +275,50 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="Nexus AI"
|
|
|
|
|
logoText="Inzovex Media"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Product", items: [
|
|
|
|
|
{ label: "Features", href: "#features" },
|
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
|
{ label: "Documentation", href: "https://docs.nexusai.com" },
|
|
|
|
|
{ label: "API Reference", href: "https://api.nexusai.com/docs" }
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{ label: "Video Editing", href: "#services" },
|
|
|
|
|
{ label: "Thumbnail Design", href: "#services" },
|
|
|
|
|
{ label: "Optimization Systems", href: "#services" },
|
|
|
|
|
{ label: "Creator Strategy", href: "#services" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Blog", href: "https://blog.nexusai.com" },
|
|
|
|
|
{ label: "Careers", href: "https://careers.nexusai.com" },
|
|
|
|
|
{ label: "Press", href: "https://press.nexusai.com" }
|
|
|
|
|
{ label: "About Us", href: "#" },
|
|
|
|
|
{ label: "Portfolio", href: "#portfolio" },
|
|
|
|
|
{ label: "Results", href: "#results" },
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{ label: "Community", href: "https://community.nexusai.com" },
|
|
|
|
|
{ label: "Tutorials", href: "https://tutorials.nexusai.com" },
|
|
|
|
|
{ label: "Case Studies", href: "https://nexusai.com/case-studies" },
|
|
|
|
|
{ label: "Contact Support", href: "mailto:support@nexusai.com" }
|
|
|
|
|
{ label: "Creator Blog", href: "#" },
|
|
|
|
|
{ label: "Case Studies", href: "#" },
|
|
|
|
|
{ label: "Growth Guide", href: "#" },
|
|
|
|
|
{ label: "FAQ", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
{ label: "Privacy Policy", href: "https://nexusai.com/privacy" },
|
|
|
|
|
{ label: "Terms of Service", href: "https://nexusai.com/terms" },
|
|
|
|
|
{ label: "Security", href: "https://nexusai.com/security" },
|
|
|
|
|
{ label: "Compliance", href: "https://nexusai.com/compliance" }
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
{ label: "Brand Guidelines", href: "#" },
|
|
|
|
|
{ label: "Contact Us", href: "mailto:hello@inzovexmedia.com" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Connect", items: [
|
|
|
|
|
{ label: "Twitter", href: "https://twitter.com/nexusai" },
|
|
|
|
|
{ label: "LinkedIn", href: "https://linkedin.com/company/nexusai" },
|
|
|
|
|
{ label: "GitHub", href: "https://github.com/nexusai" },
|
|
|
|
|
{ label: "Discord", href: "https://discord.gg/nexusai" }
|
|
|
|
|
{ label: "Twitter", href: "https://twitter.com/inzovex" },
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com/inzovex" },
|
|
|
|
|
{ label: "YouTube", href: "https://youtube.com/@inzovex" },
|
|
|
|
|
{ label: "Email", href: "mailto:hello@inzovexmedia.com" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 Nexus AI. All rights reserved."
|
|
|
|
|
copyrightText="© 2025 Inzovex Media. Elite creativity. Premium results."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
|