Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MixTAO Lab - Leading the Future of Artificial Intelligence</title> | |
| <meta name="description" content="Pioneering AI solutions for tomorrow's challenges. Transform your business with cutting-edge artificial intelligence technology."> | |
| <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; | |
| } | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .card-hover { | |
| transition: all 0.3s ease; | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 40px rgba(0,0,0,0.1); | |
| } | |
| .float-animation { | |
| animation: float 6s ease-in-out infinite; | |
| } | |
| @keyframes float { | |
| 0% { transform: translateY(0px); } | |
| 50% { transform: translateY(-20px); } | |
| 100% { transform: translateY(0px); } | |
| } | |
| .pulse-animation { | |
| animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; | |
| } | |
| @keyframes pulse { | |
| 0%, 100% { opacity: 1; } | |
| 50% { opacity: .5; } | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Hero Section --> | |
| <section class="relative min-h-screen flex items-center justify-center overflow-hidden"> | |
| <div class="absolute inset-0 bg-gradient-to-br from-purple-600 via-indigo-600 to-blue-600 opacity-90"></div> | |
| <div class="absolute inset-0"> | |
| <div class="absolute top-20 left-10 w-72 h-72 bg-purple-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 float-animation"></div> | |
| <div class="absolute top-40 right-10 w-72 h-72 bg-yellow-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 float-animation" style="animation-delay: 2s;"></div> | |
| <div class="absolute bottom-20 left-1/2 w-72 h-72 bg-pink-300 rounded-full mix-blend-multiply filter blur-xl opacity-70 float-animation" style="animation-delay: 4s;"></div> | |
| </div> | |
| <div class="relative z-10 text-center px-4 sm:px-6 lg:px-8"> | |
| <h1 class="text-5xl md:text-7xl font-bold text-white mb-6 animate-fade-in"> | |
| Welcome to the <span class="text-yellow-300">Future</span> | |
| </h1> | |
| <p class="text-xl md:text-2xl text-gray-100 mb-8 max-w-3xl mx-auto"> | |
| Transform your business with cutting-edge AI solutions that learn, adapt, and evolve with your needs | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> | |
| <a href="products.html" class="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"> | |
| Explore Products | |
| </a> | |
| <a href="contact.html" class="px-8 py-4 border-2 border-white text-white font-semibold rounded-full hover:bg-white hover:text-purple-600 transform hover:scale-105 transition-all duration-300"> | |
| Get Started | |
| </a> | |
| </div> | |
| </div> | |
| <div class="absolute bottom-10 left-1/2 transform -translate-x-1/2"> | |
| <div class="animate-bounce"> | |
| <i data-feather="chevron-down" class="text-white w-8 h-8"></i> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-20 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl md:text-5xl font-bold mb-4 gradient-text">Why Choose MixTAO Lab?</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">We deliver AI solutions that drive real business value and innovation</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg card-hover"> | |
| <div class="w-16 h-16 bg-gradient-to-r from-purple-500 to-indigo-500 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="brain" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4 text-gray-800">Advanced Intelligence</h3> | |
| <p class="text-gray-600">State-of-the-art machine learning algorithms that continuously improve and adapt to new data</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg card-hover"> | |
| <div class="w-16 h-16 bg-gradient-to-r from-indigo-500 to-blue-500 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="zap" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4 text-gray-800">Lightning Fast</h3> | |
| <p class="text-gray-600">Optimized for speed and efficiency, delivering results in milliseconds, not minutes</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg card-hover"> | |
| <div class="w-16 h-16 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="shield" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-4 text-gray-800">Secure & Compliant</h3> | |
| <p class="text-gray-600">Enterprise-grade security with full compliance to global data protection standards</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Stats Section --> | |
| <section class="py-20 bg-gradient-to-r from-purple-600 to-indigo-600"> | |
| <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 text-center"> | |
| <div> | |
| <div class="text-4xl md:text-5xl font-bold text-white mb-2 counter" data-target="500">0</div> | |
| <div class="text-purple-200">Happy Clients</div> | |
| </div> | |
| <div> | |
| <div class="text-4xl md:text-5xl font-bold text-white mb-2 counter" data-target="99">0</div> | |
| <div class="text-purple-200">% Accuracy</div> | |
| </div> | |
| <div> | |
| <div class="text-4xl md:text-5xl font-bold text-white mb-2 counter" data-target="24">0</div> | |
| <div class="text-purple-200">/7 Support</div> | |
| </div> | |
| <div> | |
| <div class="text-4xl md:text-5xl font-bold text-white mb-2 counter" data-target="50">0</div> | |
| <div class="text-purple-200">AI Models</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-4xl md:text-5xl font-bold mb-4 gradient-text">What Our Clients Say</h2> | |
| <p class="text-xl text-gray-600">Trusted by industry leaders worldwide</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://static.photos/people/100x100/1" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Sarah Johnson</h4> | |
| <p class="text-gray-600">CEO, TechCorp</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"AI Innovate Hub transformed our business processes. Their solutions increased our efficiency by 300%!"</p> | |
| <div class="flex mt-4"> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| </div> | |
| </div> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://static.photos/people/100x100/2" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Michael Chen</h4> | |
| <p class="text-gray-600">CTO, DataFlow</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"The best AI platform we've worked with. Their support team is phenomenal and the results speak for themselves."</p> | |
| <div class="flex mt-4"> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| </div> | |
| </div> | |
| <div class="bg-white p-8 rounded-2xl shadow-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://static.photos/people/100x100/3" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Emily Davis</h4> | |
| <p class="text-gray-600">Director, InnovateLab</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"Incredible AI technology that actually delivers on its promises. Highly recommend for any forward-thinking company."</p> | |
| <div class="flex mt-4"> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| <i data-feather="star" class="text-yellow-400 fill-current w-5 h-5"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-20 bg-gradient-to-r from-indigo-600 to-purple-600"> | |
| <div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8"> | |
| <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">Ready to Transform Your Business?</h2> | |
| <p class="text-xl text-purple-100 mb-8">Join hundreds of companies already using AI to drive growth and innovation</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"> | |
| Start Your AI Journey | |
| </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> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |