Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>NexusAI | Enterprise-Grade AI Agents for Your Business</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<script> | |
tailwind.config = { | |
theme: { | |
extend: { | |
colors: { | |
primary: '#6366f1', | |
secondary: '#8b5cf6', | |
dark: '#1e293b', | |
light: '#f8fafc', | |
}, | |
fontFamily: { | |
sans: ['Inter', 'sans-serif'], | |
}, | |
} | |
} | |
} | |
</script> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
body { | |
font-family: 'Inter', sans-serif; | |
scroll-behavior: smooth; | |
} | |
.gradient-bg { | |
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); | |
} | |
.hero-pattern { | |
background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px); | |
background-size: 20px 20px; | |
} | |
.card-hover { | |
transition: all 0.3s ease; | |
} | |
.card-hover:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.glow { | |
box-shadow: 0 0 20px rgba(99, 102, 241, 0.5); | |
} | |
.animate-float { | |
animation: float 6s ease-in-out infinite; | |
} | |
@keyframes float { | |
0% { transform: translateY(0px); } | |
50% { transform: translateY(-20px); } | |
100% { transform: translateY(0px); } | |
} | |
/* Add this to handle animation delays easily */ | |
.animation-delay-1000 { animation-delay: 1s; } | |
.animation-delay-2000 { animation-delay: 2s; } | |
.animation-delay-3000 { animation-delay: 3s; } | |
</style> | |
</head> | |
<body class="bg-light text-dark"> | |
<!-- Navigation --> | |
<nav class="fixed w-full bg-white/90 backdrop-blur-md z-50 shadow-sm"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex justify-between h-20 items-center"> | |
<div class="flex-shrink-0 flex items-center"> | |
<div class="flex items-center"> | |
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">N</div> | |
<span class="ml-3 text-xl font-bold">Nexus<span class="text-primary">AI</span></span> | |
</div> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-center space-x-8"> | |
<a href="#features" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Features</a> | |
<a href="#solutions" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Solutions</a> | |
<a href="#pricing" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Pricing</a> | |
<a href="#testimonials" class="text-gray-600 hover:text-primary px-3 py-2 font-medium">Clients</a> | |
<a href="#contact" class="bg-primary text-white px-6 py-2 rounded-full font-medium hover:bg-primary/90 transition">Get Started</a> | |
</div> | |
</div> | |
<div class="md:hidden"> | |
<button id="mobile-menu-button" class="text-gray-600 hover:text-primary focus:outline-none"> | |
<svg class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> | |
</svg> | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Mobile menu --> | |
<div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg"> | |
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> | |
<a href="#features" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Features</a> | |
<a href="#solutions" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Solutions</a> | |
<a href="#pricing" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Pricing</a> | |
<a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-primary">Clients</a> | |
<a href="#contact" class="block w-full text-center bg-primary text-white px-6 py-2 rounded-full font-medium hover:bg-primary/90 transition">Get Started</a> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center"> | |
<div> | |
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight"> | |
Transform Your Business with <span class="text-transparent bg-clip-text gradient-bg">AI Agents</span> | |
</h1> | |
<p class="mt-6 text-lg text-gray-600 max-w-lg"> | |
NexusAI builds custom AI agents trained on your company's data to automate processes, enhance decision-making, and revolutionize customer interactions. | |
</p> | |
<div class="mt-10 flex flex-col sm:flex-row gap-4"> | |
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/90 transition text-center"> | |
Request Demo | |
</a> | |
<a href="#features" class="border border-primary text-primary px-8 py-4 rounded-full font-medium hover:bg-primary/10 transition text-center"> | |
Learn More | |
</a> | |
</div> | |
<div class="mt-8 flex items-center space-x-4"> | |
<div class="flex -space-x-2"> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/1.jpg" alt=""> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/1.jpg" alt=""> | |
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/2.jpg" alt=""> | |
</div> | |
<div> | |
<p class="text-sm font-medium">Trusted by Fortune 500 companies</p> | |
<div class="flex items-center"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<span class="ml-2 text-sm font-medium">5.0 (200+ reviews)</span> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="relative"> | |
<div class="absolute -top-10 -left-10 w-64 h-64 rounded-full gradient-bg opacity-20 blur-3xl"></div> | |
<div class="absolute -bottom-10 -right-10 w-64 h-64 rounded-full gradient-bg opacity-20 blur-3xl"></div> | |
<div class="relative bg-white rounded-2xl shadow-xl overflow-hidden border border-gray-100 glow"> | |
<div class="bg-gray-50 px-6 py-4 border-b border-gray-200 flex items-center"> | |
<div class="flex space-x-2"> | |
<div class="w-3 h-3 rounded-full bg-red-500"></div> | |
<div class="w-3 h-3 rounded-full bg-yellow-500"></div> | |
<div class="w-3 h-3 rounded-full bg-green-500"></div> | |
</div> | |
<div class="ml-4 text-sm font-medium text-gray-500">AI Agent Console</div> | |
</div> | |
<div class="p-6"> | |
<div class="flex items-start space-x-4"> | |
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white"> | |
<i class="fas fa-robot"></i> | |
</div> | |
<div class="flex-1 bg-gray-50 rounded-lg p-4"> | |
<p class="font-medium">NexusAI Assistant</p> | |
<p class="mt-1 text-gray-600">Hello! I'm your custom AI agent. Based on your company's Q3 financial data, I recommend focusing on the European market expansion as it shows 42% higher growth potential than current markets.</p> | |
</div> | |
</div> | |
<div class="mt-4 flex items-start space-x-4"> | |
<div class="w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center"> | |
<i class="fas fa-user text-gray-600"></i> | |
</div> | |
<div class="flex-1 bg-primary/10 rounded-lg p-4"> | |
<p class="font-medium">You</p> | |
<p class="mt-1 text-gray-600">What's our best performing product line?</p> | |
</div> | |
</div> | |
<div class="mt-4 flex items-start space-x-4 opacity-70"> | |
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white"> | |
<i class="fas fa-robot"></i> | |
</div> | |
<div class="flex-1 bg-gray-50 rounded-lg p-4"> | |
<p class="font-medium">NexusAI Assistant</p> | |
<p class="mt-1 text-gray-600">Analyzing your data... [AI processing]</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Logo Cloud --> | |
<section class="py-12 bg-gray-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<p class="text-center text-sm font-semibold uppercase text-gray-500 tracking-wider">Trusted by industry leaders</p> | |
<div class="mt-8 grid grid-cols-2 gap-8 md:grid-cols-4 lg:grid-cols-6"> | |
<div class="flex justify-center items-center"> | |
<img class="h-12 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg" alt="Google"> | |
</div> | |
<div class="flex justify-center items-center"> | |
<img class="h-8 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Microsoft_logo.svg" alt="Microsoft"> | |
</div> | |
<div class="flex justify-center items-center"> | |
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/f/fe/Amazon_logo.svg" alt="Amazon"> | |
</div> | |
<div class="flex justify-center items-center"> | |
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/4/44/Samsung_Logo.svg" alt="Samsung"> | |
</div> | |
<div class="flex justify-center items-center"> | |
<img class="h-8 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/9/96/Salesforce_logo.svg" alt="Salesforce"> | |
</div> | |
<div class="flex justify-center items-center"> | |
<img class="h-10 opacity-60 hover:opacity-100 transition" src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg" alt="Apple"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Features Section --> | |
<section id="features" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-bold">Enterprise-Grade AI Solutions</h2> | |
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto"> | |
Our AI agents are custom-built for your business needs, trained on your proprietary data, and designed to deliver measurable results. | |
</p> | |
</div> | |
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-database text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Data-Driven Intelligence</h3> | |
<p class="mt-3 text-gray-600"> | |
Our AI agents learn exclusively from your company's data, ensuring insights and decisions are perfectly aligned with your business reality. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-lock text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Military-Grade Security</h3> | |
<p class="mt-3 text-gray-600"> | |
Your data never leaves your infrastructure. We implement the highest security standards with end-to-end encryption and strict access controls. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-arrows-rotate text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Continuous Learning</h3> | |
<p class="mt-3 text-gray-600"> | |
Our agents evolve with your business, continuously improving as they process new data and feedback from your team. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-plug text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Seamless Integration</h3> | |
<p class="mt-3 text-gray-600"> | |
Connect with your existing CRM, ERP, and business intelligence tools through our flexible API and pre-built connectors. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-chart-line text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">Actionable Insights</h3> | |
<p class="mt-3 text-gray-600"> | |
Beyond just answering questions, our agents provide strategic recommendations with supporting data visualizations and reasoning. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6"> | |
<div class="w-14 h-14 rounded-full gradient-bg flex items-center justify-center text-white mb-4"> | |
<i class="fas fa-headset text-xl"></i> | |
</div> | |
<h3 class="text-xl font-bold">24/7 Support</h3> | |
<p class="mt-3 text-gray-600"> | |
Dedicated account managers and AI specialists ensure your implementation is successful and your team gets maximum value. | |
</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Solutions Section --> | |
<section id="solutions" class="py-20 bg-gray-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-bold">Industry-Specific Solutions</h2> | |
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto"> | |
Custom AI agents designed for your specific business challenges and industry requirements. | |
</p> | |
</div> | |
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 gap-8"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-money-bill-wave text-white text-6xl"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold">Financial Services</h3> | |
<p class="mt-3 text-gray-600"> | |
Risk assessment, fraud detection, personalized wealth management, and regulatory compliance powered by AI trained on your financial data. | |
</p> | |
<div class="mt-4"> | |
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-heartbeat text-white text-6xl"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold">Healthcare</h3> | |
<p class="mt-3 text-gray-600"> | |
Patient diagnosis support, treatment recommendations, clinical trial matching, and administrative automation while maintaining HIPAA compliance. | |
</p> | |
<div class="mt-4"> | |
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-shopping-cart text-white text-6xl"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold">Retail & E-Commerce</h3> | |
<p class="mt-3 text-gray-600"> | |
Personalized recommendations, inventory optimization, dynamic pricing, and customer service agents that know your product catalog inside-out. | |
</p> | |
<div class="mt-4"> | |
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-industry text-white text-6xl"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-bold">Manufacturing</h3> | |
<p class="mt-3 text-gray-600"> | |
Predictive maintenance, supply chain optimization, quality control, and production planning powered by your operational data. | |
</p> | |
<div class="mt-4"> | |
<a href="#" class="text-primary font-medium hover:underline">Learn more →</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Demo Section --> | |
<!-- Removed text-white from section --> | |
<section class="py-20 gradient-bg hero-pattern"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center"> | |
<div> | |
<!-- Changed text-white to text-dark --> | |
<h2 class="text-3xl font-bold text-dark">See NexusAI in Action</h2> | |
<!-- Changed text-white/90 to text-dark with opacity --> | |
<p class="mt-4 text-lg text-dark opacity-90"> | |
Schedule a personalized demo to see how our AI agents can transform your business operations, customer experience, and decision-making processes. | |
</p> | |
<div class="mt-8"> | |
<!-- Changed button background from white to a more visible color --> | |
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/80 transition inline-block shadow-lg"> | |
Request Demo | |
</a> | |
</div> | |
</div> | |
<div class="relative"> | |
<!-- Inner content already fixed to text-dark in previous turn --> | |
<div class="bg-white/20 backdrop-blur-md rounded-2xl p-6 border border-white/10 text-dark"> | |
<div class="flex items-center space-x-4"> | |
<div class="w-16 h-16 rounded-full bg-white/10 flex items-center justify-center"> | |
<i class="fas fa-robot text-2xl text-dark"></i> | |
</div> | |
<div> | |
<h3 class="font-bold text-xl">Custom AI Demo</h3> | |
<p class="opacity-80">Tailored to your business needs</p> | |
</div> | |
</div> | |
<div class="mt-6 space-y-4"> | |
<div class="flex items-start space-x-4"> | |
<div class="flex-shrink-0 mt-1"> | |
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center"> | |
<i class="fas fa-check text-dark"></i> | |
</div> | |
</div> | |
<div> | |
<h4 class="font-medium">Industry-Specific Use Cases</h4> | |
<p class="opacity-80 text-sm mt-1">See examples relevant to your business</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="flex-shrink-0 mt-1"> | |
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center"> | |
<i class="fas fa-check text-dark"></i> | |
</div> | |
</div> | |
<div> | |
<h4 class="font-medium">Data Security Walkthrough</h4> | |
<p class="opacity-80 text-sm mt-1">Understand our security architecture</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="flex-shrink-0 mt-1"> | |
<div class="w-10 h-10 rounded-full bg-white/10 flex items-center justify-center"> | |
<i class="fas fa-check text-dark"></i> | |
</div> | |
</div> | |
<div> | |
<h4 class="font-medium">ROI Analysis</h4> | |
<p class="opacity-80 text-sm mt-1">See potential cost savings and revenue impact</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="absolute -top-6 -right-6 w-32 h-32 rounded-full bg-white/10 animate-float animation-delay-1000"></div> | |
<div class="absolute -bottom-6 -left-6 w-24 h-24 rounded-full bg-white/10 animate-float animation-delay-2000"></div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials --> | |
<section id="testimonials" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-bold">Trusted by Industry Leaders</h2> | |
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto"> | |
Don't just take our word for it. Here's what our clients say about working with NexusAI. | |
</p> | |
</div> | |
<div class="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover"> | |
<div class="flex items-center"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<span class="ml-2 text-sm font-medium">5.0</span> | |
</div> | |
<blockquote class="mt-4"> | |
<p class="text-gray-600 italic"> | |
"The NexusAI agent we implemented for customer support reduced our response times by 80% while maintaining 98% accuracy. It's transformed how we engage with customers." | |
</p> | |
</blockquote> | |
<div class="mt-6 flex items-center"> | |
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah Johnson"> | |
<div class="ml-4"> | |
<p class="font-medium">Sarah Johnson</p> | |
<p class="text-sm text-gray-500">VP Customer Experience, RetailCo</p> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover"> | |
<div class="flex items-center"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<span class="ml-2 text-sm font-medium">5.0</span> | |
</div> | |
<blockquote class="mt-4"> | |
<p class="text-gray-600 italic"> | |
"Our NexusAI financial analyst has identified $12M in cost savings opportunities in just three months. The ROI was immediate and substantial." | |
</p> | |
</blockquote> | |
<div class="mt-6 flex items-center"> | |
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen"> | |
<div class="ml-4"> | |
<p class="font-medium">Michael Chen</p> | |
<p class="text-sm text-gray-500">CFO, Global Finance Corp</p> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden p-6 card-hover"> | |
<div class="flex items-center"> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<span class="ml-2 text-sm font-medium">5.0</span> | |
</div> | |
<blockquote class="mt-4"> | |
<p class="text-gray-600 italic"> | |
"Implementing NexusAI's supply chain optimizer reduced our inventory costs by 35% while improving delivery times. The team's expertise in our industry was impressive." | |
</p> | |
</blockquote> | |
<div class="mt-6 flex items-center"> | |
<img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Priya Patel"> | |
<div class="ml-4"> | |
<p class="font-medium">Priya Patel</p> | |
<p class="text-sm text-gray-500">Operations Director, Manufacturing Inc</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Pricing --> | |
<section id="pricing" class="py-20 bg-gray-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-bold">Flexible Pricing Plans</h2> | |
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto"> | |
Custom AI solutions tailored to your business size and requirements. | |
</p> | |
</div> | |
<div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6 border-b border-gray-200"> | |
<h3 class="text-xl font-bold text-center">Starter</h3> | |
<div class="mt-4 text-center"> | |
<span class="text-4xl font-bold">$15,000</span> | |
<span class="text-gray-600">/month</span> | |
</div> | |
<p class="mt-2 text-sm text-gray-500 text-center">For small teams and pilot projects</p> | |
</div> | |
<div class="p-6"> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>1 Custom AI Agent</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Up to 5 data sources</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Basic analytics dashboard</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Email support</span> | |
</li> | |
</ul> | |
<div class="mt-8"> | |
<a href="#contact" class="block w-full text-center border border-primary text-primary px-6 py-3 rounded-full font-medium hover:bg-primary/10 transition"> | |
Get Started | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden card-hover border-2 border-primary relative"> | |
<div class="absolute top-0 right-0 bg-primary text-white text-xs font-bold px-3 py-1 rounded-bl-lg"> | |
Most Popular | |
</div> | |
<div class="p-6 border-b border-gray-200"> | |
<h3 class="text-xl font-bold text-center">Enterprise</h3> | |
<div class="mt-4 text-center"> | |
<span class="text-4xl font-bold">$45,000</span> | |
<span class="text-gray-600">/month</span> | |
</div> | |
<p class="mt-2 text-sm text-gray-500 text-center">For mid-sized companies</p> | |
</div> | |
<div class="p-6"> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>3 Custom AI Agents</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Up to 15 data sources</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Advanced analytics</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>API access</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Priority support</span> | |
</li> | |
</ul> | |
<div class="mt-8"> | |
<a href="#contact" class="block w-full text-center bg-primary text-white px-6 py-3 rounded-full font-medium hover:bg-primary/90 transition"> | |
Get Started | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden card-hover"> | |
<div class="p-6 border-b border-gray-200"> | |
<h3 class="text-xl font-bold text-center">Custom</h3> | |
<div class="mt-4 text-center"> | |
<span class="text-4xl font-bold">Custom</span> | |
</div> | |
<p class="mt-2 text-sm text-gray-500 text-center">For large-scale deployments</p> | |
</div> | |
<div class="p-6"> | |
<ul class="space-y-4"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Unlimited AI Agents</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Unlimited data sources</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Custom integrations</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Dedicated engineering</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>24/7 premium support</span> | |
</li> | |
</ul> | |
<div class="mt-8"> | |
<a href="#contact" class="block w-full text-center border border-primary text-primary px-6 py-3 rounded-full font-medium hover:bg-primary/10 transition"> | |
Contact Sales | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<p class="text-gray-600">Need something different? <a href="#contact" class="text-primary font-medium hover:underline">Contact us</a> for custom pricing.</p> | |
</div> | |
</div> | |
</section> | |
<!-- FAQ --> | |
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-bold">Frequently Asked Questions</h2> | |
<p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto"> | |
Everything you need to know about NexusAI and our custom AI agents. | |
</p> | |
</div> | |
<div class="mt-16 max-w-3xl mx-auto"> | |
<div class="space-y-6"> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<button class="faq-toggle w-full text-left p-6 focus:outline-none"> | |
<div class="flex justify-between items-center"> | |
<h3 class="text-lg font-medium">How does NexusAI differ from other AI solutions?</h3> | |
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i> | |
</div> | |
</button> | |
<div class="faq-content px-6 pb-6 hidden"> | |
<p class="text-gray-600"> | |
Unlike generic AI solutions, NexusAI builds agents exclusively trained on your company's proprietary data. Our agents understand your business context, terminology, and specific challenges. We don't just provide technology - we deliver complete solutions with industry-specific expertise and measurable business outcomes. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<button class="faq-toggle w-full text-left p-6 focus:outline-none"> | |
<div class="flex justify-between items-center"> | |
<h3 class="text-lg font-medium">How is my data protected?</h3> | |
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i> | |
</div> | |
</button> | |
<div class="faq-content px-6 pb-6 hidden"> | |
<p class="text-gray-600"> | |
Data security is our top priority. We implement enterprise-grade encryption both in transit and at rest. Your data never leaves your infrastructure unless you choose otherwise. We comply with GDPR, CCPA, HIPAA (for healthcare clients), and other major regulations. Our security protocols are regularly audited by third-party firms. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<button class="faq-toggle w-full text-left p-6 focus:outline-none"> | |
<div class="flex justify-between items-center"> | |
<h3 class="text-lg font-medium">What's the implementation process like?</h3> | |
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i> | |
</div> | |
</button> | |
<div class="faq-content px-6 pb-6 hidden"> | |
<p class="text-gray-600"> | |
Our typical implementation follows these steps: 1) Discovery workshop to identify use cases, 2) Data integration and environment setup, 3) AI model training on your data, 4) Testing and validation with your team, 5) Deployment and integration with your systems, 6) Ongoing optimization and support. Most implementations take 4-8 weeks depending on complexity. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<button class="faq-toggle w-full text-left p-6 focus:outline-none"> | |
<div class="flex justify-between items-center"> | |
<h3 class="text-lg font-medium">Can the AI agent integrate with our existing systems?</h3> | |
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i> | |
</div> | |
</button> | |
<div class="faq-content px-6 pb-6 hidden"> | |
<p class="text-gray-600"> | |
Absolutely. Our agents come with pre-built connectors for major CRM, ERP, BI, and database systems. We also provide a flexible API for custom integrations. Our engineering team works closely with your IT department to ensure seamless integration with your existing tech stack. | |
</p> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden"> | |
<button class="faq-toggle w-full text-left p-6 focus:outline-none"> | |
<div class="flex justify-between items-center"> | |
<h3 class="text-lg font-medium">How do you measure the success of an AI agent?</h3> | |
<i class="fas fa-chevron-down text-primary transition-transform duration-300"></i> | |
</div> | |
</button> | |
<div class="faq-content px-6 pb-6 hidden"> | |
<p class="text-gray-600"> | |
We establish clear KPIs during the discovery phase based on your business objectives. Common metrics include: time savings, cost reductions, revenue impact, accuracy rates, adoption rates among employees, and customer satisfaction scores. You'll receive regular performance reports with actionable insights. | |
</p> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<p class="text-gray-600">Have more questions? <a href="#contact" class="text-primary font-medium hover:underline">Contact our team</a>.</p> | |
</div> | |
</div> | |
</section> | |
<!-- CTA Section --> | |
<section class="py-20 gradient-bg hero-pattern"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
<!-- Changed text-white to text-dark --> | |
<h2 class="text-3xl font-bold text-dark">Ready to Transform Your Business with AI?</h2> | |
<!-- Changed text-white/90 to text-dark with opacity --> | |
<p class="mt-4 text-lg text-dark opacity-90 max-w-3xl mx-auto"> | |
Schedule a consultation with our AI experts to discuss how custom AI agents can drive value for your organization. | |
</p> | |
<div class="mt-8"> | |
<!-- Fixed button: Changed to primary background with white text --> | |
<a href="#contact" class="bg-primary text-white px-8 py-4 rounded-full font-medium hover:bg-primary/90 transition inline-block shadow-lg"> | |
Get Started Today | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Form --> | |
<section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto"> | |
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> | |
<div> | |
<h2 class="text-3xl font-bold">Let's Build Your AI Solution</h2> | |
<p class="mt-4 text-lg text-gray-600"> | |
Fill out the form and our AI specialists will contact you within 24 hours to discuss your requirements and how we can help. | |
</p> | |
<div class="mt-8 space-y-6"> | |
<div class="flex items-start space-x-4"> | |
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white"> | |
<i class="fas fa-envelope"></i> | |
</div> | |
<div> | |
<h4 class="font-medium">Email Us</h4> | |
<p class="text-gray-600 mt-1">[email protected]</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white"> | |
<i class="fas fa-phone"></i> | |
</div> | |
<div> | |
<h4 class="font-medium">Call Us</h4> | |
<p class="text-gray-600 mt-1">+1 (555) 123-4567</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="w-12 h-12 rounded-full gradient-bg flex items-center justify-center text-white"> | |
<i class="fas fa-map-marker-alt"></i> | |
</div> | |
<div> | |
<h4 class="font-medium">Visit Us</h4> | |
<p class="text-gray-600 mt-1">123 AI Boulevard, San Francisco, CA 94107</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white rounded-xl shadow-md overflow-hidden p-8"> | |
<form id="contactForm"> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
<div> | |
<label for="firstName" class="block text-sm font-medium text-gray-700">First Name</label> | |
<input type="text" id="firstName" name="firstName" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"> | |
</div> | |
<div> | |
<label for="lastName" class="block text-sm font-medium text-gray-700">Last Name</label> | |
<input type="text" id="lastName" name="lastName" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"> | |
</div> | |
<div class="md:col-span-2"> | |
<label for="email" class="block text-sm font-medium text-gray-700">Email</label> | |
<input type="email" id="email" name="email" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"> | |
</div> | |
<div class="md:col-span-2"> | |
<label for="company" class="block text-sm font-medium text-gray-700">Company</label> | |
<input type="text" id="company" name="company" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"> | |
</div> | |
<div class="md:col-span-2"> | |
<label for="message" class="block text-sm font-medium text-gray-700">How can we help?</label> | |
<textarea id="message" name="message" rows="4" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-primary focus:ring-primary p-3 border"></textarea> | |
</div> | |
<div class="md:col-span-2"> | |
<button type="submit" class="w-full bg-primary text-white px-6 py-3 rounded-md font-medium hover:bg-primary/90 transition"> | |
Submit Request | |
</button> | |
</div> | |
</div> | |
</form> | |
<div id="formSuccess" class="hidden mt-4 p-4 bg-green-50 text-green-700 rounded-md"> | |
Thank you for your message! We'll contact you shortly. | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white py-12"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
<div> | |
<div class="flex items-center"> | |
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">N</div> | |
<span class="ml-3 text-xl font-bold">Nexus<span class="text-primary">AI</span></span> | |
</div> | |
<p class="mt-4 text-gray-400"> | |
Building the future of enterprise AI, one custom agent at a time. | |
</p> | |
<div class="mt-6 flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-linkedin"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-github"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider">Product</h3> | |
<div class="mt-4 space-y-2"> | |
<a href="#features" class="block text-gray-400 hover:text-white">Features</a> | |
<a href="#solutions" class="block text-gray-400 hover:text-white">Solutions</a> | |
<a href="#pricing" class="block text-gray-400 hover:text-white">Pricing</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Case Studies</a> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider">Company</h3> | |
<div class="mt-4 space-y-2"> | |
<a href="#" class="block text-gray-400 hover:text-white">About Us</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Careers</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Blog</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Press</a> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold uppercase tracking-wider">Legal</h3> | |
<div class="mt-4 space-y-2"> | |
<a href="#" class="block text-gray-400 hover:text-white">Privacy</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Terms</a> | |
<a href="#" class="block text-gray-400 hover:text-white">Security</a> | |
<a href="#" class="block text-gray-400 hover:text-white">GDPR</a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400">© 2023 NexusAI. All rights reserved.</p> | |
<div class="mt-4 md:mt-0 flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a> | |
<a href="#" class="text-gray-400 hover:text-white">Terms of Service</a> | |
<a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Mobile menu toggle | |
document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
const menu = document.getElementById('mobile-menu'); | |
menu.classList.toggle('hidden'); | |
}); | |
// FAQ toggle | |
document.querySelectorAll('.faq-toggle').forEach(button => { | |
button.addEventListener('click', () => { | |
const content = button.nextElementSibling; | |
const icon = button.querySelector('i'); | |
content.classList.toggle('hidden'); | |
icon.classList.toggle('rotate-180'); | |
}); | |
}); | |
// Form submission | |
document.getElementById('contactForm').addEventListener('submit', function(e) { | |
e.preventDefault(); | |
// In a real implementation, you would send the form data to your server here | |
// For this demo, we'll just show a success message | |
document.getElementById('formSuccess').classList.remove('hidden'); | |
this.reset(); | |
// Scroll to show the success message | |
document.getElementById('formSuccess').scrollIntoView({ behavior: 'smooth' }); | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
if (targetId === '#') return; | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
targetElement.scrollIntoView({ behavior: 'smooth' }); | |
// Close mobile menu if open | |
const mobileMenu = document.getElementById('mobile-menu'); | |
if (!mobileMenu.classList.contains('hidden')) { | |
mobileMenu.classList.add('hidden'); | |
} | |
} | |
}); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Ibrokhim1263/nexusai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |