ai-innovate-hub / products.html
zhengr's picture
company name is MixTAO Lab
384b310 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Products - MixTAO Lab</title>
<meta name="description" content="Explore our comprehensive suite of AI products designed to revolutionize your business operations.">
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>πŸ€–</text></svg>">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
body { font-family: 'Inter', sans-serif; }
.gradient-text {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.product-card {
transition: all 0.3s ease;
}
.product-card:hover {
transform: translateY(-10px);
box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}
.tab-active {
border-bottom: 3px solid #667eea;
color: #667eea;
}
</style>
</head>
<body class="bg-gray-50">
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-purple-600 to-indigo-600">
<div class="max-w-7xl mx-auto text-center">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">Our AI Products</h1>
<p class="text-xl text-purple-100 max-w-3xl mx-auto">Cutting-edge AI solutions tailored to meet your specific business needs</p>
</div>
</section>
<!-- Product Categories -->
<section class="py-12 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="flex flex-wrap justify-center gap-4 mb-12">
<button class="px-6 py-3 font-semibold text-gray-700 hover:text-purple-600 transition-colors tab-active" onclick="filterProducts('all')">All Products</button>
<button class="px-6 py-3 font-semibold text-gray-700 hover:text-purple-600 transition-colors" onclick="filterProducts('vision')">Computer Vision</button>
<button class="px-6 py-3 font-semibold text-gray-700 hover:text-purple-600 transition-colors" onclick="filterProducts('nlp')">Natural Language</button>
<button class="px-6 py-3 font-semibold text-gray-700 hover:text-purple-600 transition-colors" onclick="filterProducts('analytics')">Analytics</button>
<button class="px-6 py-3 font-semibold text-gray-700 hover:text-purple-600 transition-colors" onclick="filterProducts('automation')">Automation</button>
</div>
</div>
</section>
<!-- Products Grid -->
<section class="py-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8" id="productsGrid">
<!-- Product 1 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="vision">
<div class="h-48 bg-gradient-to-r from-purple-500 to-indigo-500 flex items-center justify-center">
<i data-feather="eye" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">VisionAI Pro</h3>
<p class="text-gray-600 mb-4">Advanced computer vision for object detection, facial recognition, and image analysis with 99.5% accuracy.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Real-time processing</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Multi-object tracking</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Custom model training</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$299/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
<!-- Product 2 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="nlp">
<div class="h-48 bg-gradient-to-r from-indigo-500 to-blue-500 flex items-center justify-center">
<i data-feather="message-circle" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">NLP Master</h3>
<p class="text-gray-600 mb-4">Natural Language Processing for sentiment analysis, chatbots, and language translation.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> 100+ languages supported</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Context-aware responses</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Easy API integration</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$199/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
<!-- Product 3 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="analytics">
<div class="h-48 bg-gradient-to-r from-blue-500 to-cyan-500 flex items-center justify-center">
<i data-feather="bar-chart-2" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">Predictive Analytics</h3>
<p class="text-gray-600 mb-4">Machine learning-powered analytics for forecasting, trend analysis, and insights generation.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Predictive modeling</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Real-time dashboards</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Automated reporting</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$399/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
<!-- Product 4 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="automation">
<div class="h-48 bg-gradient-to-r from-cyan-500 to-teal-500 flex items-center justify-center">
<i data-feather="cpu" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">AutoFlow AI</h3>
<p class="text-gray-600 mb-4">Intelligent automation platform for workflow optimization and process automation.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> No-code workflow builder</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> 500+ integrations</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Smart decision making</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$249/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
<!-- Product 5 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="vision">
<div class="h-48 bg-gradient-to-r from-teal-500 to-green-500 flex items-center justify-center">
<i data-feather="camera" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">Video Intelligence</h3>
<p class="text-gray-600 mb-4">AI-powered video analysis for surveillance, content moderation, and video understanding.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Live stream analysis</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Motion detection</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Event tagging</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$349/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
<!-- Product 6 -->
<div class="product-card bg-white rounded-2xl shadow-lg overflow-hidden" data-category="analytics">
<div class="h-48 bg-gradient-to-r from-green-500 to-emerald-500 flex items-center justify-center">
<i data-feather="trending-up" class="text-white w-20 h-20"></i>
</div>
<div class="p-6">
<h3 class="text-2xl font-bold mb-3 text-gray-800">Market Insights</h3>
<p class="text-gray-600 mb-4">AI-driven market intelligence and competitor analysis for strategic decision making.</p>
<ul class="text-gray-600 mb-6 space-y-2">
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Real-time market data</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Competitor tracking</li>
<li class="flex items-center"><i data-feather="check" class="text-green-500 w-4 h-4 mr-2"></i> Trend prediction</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-purple-600">$449/month</span>
<button class="px-6 py-2 bg-purple-600 text-white rounded-full hover:bg-purple-700 transition-colors">
Learn More
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Integration Section -->
<section class="py-20 bg-gray-100">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-4xl font-bold mb-4 gradient-text">Seamless Integration</h2>
<p class="text-xl text-gray-600">Our products integrate with your favorite tools and platforms</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">AWS</span>
</div>
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">Google Cloud</span>
</div>
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">Azure</span>
</div>
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">Salesforce</span>
</div>
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">Slack</span>
</div>
<div class="bg-white p-6 rounded-lg shadow-md flex items-center justify-center h-24">
<span class="text-gray-700 font-semibold">API Ready</span>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-r from-purple-600 to-indigo-600">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
<h2 class="text-4xl font-bold text-white mb-6">Need a Custom Solution?</h2>
<p class="text-xl text-purple-100 mb-8">Our team can build tailored AI solutions for your unique requirements</p>
<a href="contact.html" class="inline-block px-8 py-4 bg-white text-purple-600 font-semibold rounded-full hover:bg-gray-100 transform hover:scale-105 transition-all duration-300 shadow-lg">
Discuss Your Project
</a>
</div>
</section>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
</body>
</html>