| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>NexusData - AI-Powered Data Insights</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <style> |
| .hero-gradient { |
| background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); |
| } |
| .modern-texture { |
| background-image: url("http://static.photos/technology/1200x630/7"); |
| background-size: cover; |
| background-position: center; |
| } |
| .glow-border { |
| box-shadow: 0 0 15px rgba(100, 100, 100, 0.5); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-900 text-gray-100 font-sans"> |
| |
| <nav class="bg-gray-800 border-b border-gray-700"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex justify-between h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0 flex items-center"> |
| <i data-feather="activity" class="h-8 w-8 text-indigo-400"></i> |
| <span class="ml-2 text-xl font-bold text-white">NexusData</span> |
| </div> |
| </div> |
| <div class="flex items-center space-x-8"> |
| <a href="#" class="text-gray-300 hover:text-white px-3 py-2">Services</a> |
| <a href="#" class="text-gray-300 hover:text-white px-3 py-2">Solutions</a> |
| <a href="#" class="text-gray-300 hover:text-white px-3 py-2">Industries</a> |
| <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md">Contact</a> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section class="modern-texture hero-gradient min-h-screen flex items-center"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> |
| <div class="text-center"> |
| <h1 class="text-5xl md:text-7xl font-bold mb-6 text-white"> |
| Transforming Data<br>Into Intelligence |
| </h1> |
| <p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto"> |
| AI-powered analytics and machine learning solutions designed for the modern enterprise |
| </p> |
| <div class="flex justify-center space-x-6"> |
| <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-4 rounded-lg text-lg font-semibold glow-border transition-all duration-300 hover:scale-105"> |
| Get Started |
| </button> |
| <button class="border border-gray-400 hover:border-white text-white px-8 py-4 rounded-lg text-lg font-semibold transition-all duration-300 hover:scale-105"> |
| View Demo |
| </button> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="bg-gray-800 py-20"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center"> |
| <div class="p-6"> |
| <div class="text-3xl font-bold text-indigo-400 mb-2">99.9%</div> |
| <div class="text-gray-400">Uptime Guarantee</div> |
| </div> |
| <div class="p-6"> |
| <div class="text-3xl font-bold text-blue-400 mb-2">500+</div> |
| <div class="text-gray-400">Enterprise Clients</div> |
| </div> |
| <div class="p-6"> |
| <div class="text-3xl font-bold text-blue-400 mb-2">24/7</div> |
| <div class="text-gray-400">Support Coverage</div> |
| </div> |
| <div class="p-6"> |
| <div class="text-3xl font-bold text-blue-400 mb-2">0.2ms</div> |
| <div class="text-gray-400">Average Latency</div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="bg-gray-900 py-20"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-white">INDUSTRIAL DATA SOLUTIONS</h2> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="bg-gray-800 p-8 rounded-lg glow-border"> |
| <i data-feather="bar-chart-2" class="h-12 w-12 text-white mb-4"></i> |
| <h3 class="text-xl font-semibold mb-4">Real-time Analytics</h3> |
| <p class="text-gray-400">Monitor and analyze data streams with millisecond precision for immediate insights.</p> |
| </div> |
| <div class="bg-gray-800 p-8 rounded-lg glow-border"> |
| <i data-feather="cpu" class="h-12 w-12 text-white mb-4"></i> |
| <h3 class="text-xl font-semibold mb-4">Machine Learning</h3> |
| <p class="text-gray-400">Predictive models built to withstand the most demanding industrial applications.</p> |
| </div> |
| <div class="bg-gray-800 p-8 rounded-lg glow-border"> |
| <i data-feather="shield" class="h-12 w-12 text-white mb-4"></i> |
| <h3 class="text-xl font-semibold mb-4">Security First</h3> |
| <p class="text-gray-400">Military-grade encryption and compliance frameworks for sensitive industrial data.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="bg-indigo-600 py-20"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6 text-white">READY TO FORGE YOUR DATA?</h2> |
| <p class="text-xl text-blue-100 mb-8 max-w-2xl mx-auto"> |
| Join industry leaders who trust SteelDataMetrics for their mission-critical data operations |
| </p> |
| <button class="bg-white text-blue-600 px-8 py-4 rounded-md text-lg font-semibold hover:bg-gray-100"> |
| Schedule Demo |
| </button> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-800 border-t border-gray-700 py-12"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div> |
| <div class="flex items-center mb-4"> |
| <i data-feather="activity" class="h-6 w-6 text-indigo-400"></i> |
| <span class="ml-2 text-lg font-bold text-white">NexusData</span> |
| </div> |
| <p class="text-gray-400">Transforming data into intelligence since 2020</p> |
| </div> |
| <div> |
| <h4 class="text-white font-semibold mb-4">Solutions</h4> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">Real-time Analytics</a> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">Predictive Maintenance</a> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">Quality Control</a> |
| </div> |
| <div> |
| <h4 class="text-white font-semibold mb-4">Company</h4> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">About Us</a> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">Careers</a> |
| <a href="#" class="block text-gray-400 hover:text-white mb-2">Contact</a> |
| </div> |
| <div> |
| <h4 class="text-white font-semibold mb-4">Connect</h4> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="linkedin"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white"><i data-feather="github"></i></a> |
| </div> |
| </div> |
| </div> |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> |
| <p>© 2024 NexusData. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| feather.replace(); |
| document.addEventListener('DOMContentLoaded', function() { |
| anime({ |
| targets: '.hero-gradient h1', |
| translateY: [-50, 0], |
| opacity: [0, 1], |
| duration: 1500, |
| easing: 'easeOutExpo' |
| }); |
| }); |
| </script> |
| </body> |
| </html> |