Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Quantum Risk Sentinel</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| .vanta-bg { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| z-index: -1; | |
| } | |
| .glass-card { | |
| background: rgba(255, 255, 255, 0.08); | |
| backdrop-filter: blur(16px); | |
| -webkit-backdrop-filter: blur(16px); | |
| border: 1px solid rgba(255, 255, 255, 0.1); | |
| } | |
| .risk-level-5 { | |
| border-left: 4px solid #ef4444; | |
| } | |
| .risk-level-2 { | |
| border-left: 4px solid #f59e0b; | |
| } | |
| .risk-level-1 { | |
| border-left: 4px solid #10b981; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-white min-h-screen overflow-x-hidden"> | |
| <div id="vanta-bg" class="vanta-bg"></div> | |
| <!-- Navigation --> | |
| <nav class="container mx-auto px-6 py-4 flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <div class="w-8 h-8 rounded-full bg-indigo-600 flex items-center justify-center"> | |
| <i data-feather="shield" class="w-4 h-4"></i> | |
| </div> | |
| <span class="text-xl font-bold">QuantumRisk</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#" class="hover:text-indigo-400 transition">Dashboard</a> | |
| <a href="#" class="hover:text-indigo-400 transition">Simulations</a> | |
| <a href="#" class="hover:text-indigo-400 transition">Solutions</a> | |
| <a href="#" class="hover:text-indigo-400 transition">Alerts</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu" class="w-6 h-6"></i> | |
| </button> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="container mx-auto px-6 py-16 md:py-24 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Quantum <span class="text-indigo-400">Risk Sentinel</span></h1> | |
| <p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-12"> | |
| AI-powered geopolitical risk detection and supply chain optimization | |
| </p> | |
| <div class="flex flex-col md:flex-row justify-center gap-4"> | |
| <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-medium transition"> | |
| Request Demo | |
| </button> | |
| <button class="border border-indigo-400 text-indigo-400 hover:bg-indigo-900/30 px-8 py-3 rounded-lg font-medium transition"> | |
| How It Works | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Three-Tier System --> | |
| <section class="container mx-auto px-6 py-16"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">The 3-Tier Defense System</h2> | |
| <p class="text-gray-300 max-w-2xl mx-auto"> | |
| Our proprietary architecture detects, simulates, and solves supply chain risks in real-time | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Tier 1 --> | |
| <div class="glass-card p-6 rounded-lg risk-level-5"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-red-500/20 flex items-center justify-center mr-4"> | |
| <i data-feather="alert-triangle" class="text-red-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold">Tier 1: Early Warning</h3> | |
| </div> | |
| <p class="text-gray-300 mb-4"> | |
| Analyzes 10,000+ news sources to detect geopolitical risks before they impact your operations. | |
| </p> | |
| <div class="flex items-center text-sm text-gray-400"> | |
| <i data-feather="clock" class="w-4 h-4 mr-2"></i> | |
| <span>72-hour early warning</span> | |
| </div> | |
| </div> | |
| <!-- Tier 2 --> | |
| <div class="glass-card p-6 rounded-lg risk-level-2"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-yellow-500/20 flex items-center justify-center mr-4"> | |
| <i data-feather="activity" class="text-yellow-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold">Tier 2: Impact Simulation</h3> | |
| </div> | |
| <p class="text-gray-300 mb-4"> | |
| Generates thousands of scenarios to predict supply chain vulnerabilities with 93% accuracy. | |
| </p> | |
| <div class="flex items-center text-sm text-gray-400"> | |
| <i data-feather="cpu" class="w-4 h-4 mr-2"></i> | |
| <span>GANs + Reinforcement Learning</span> | |
| </div> | |
| </div> | |
| <!-- Tier 3 --> | |
| <div class="glass-card p-6 rounded-lg risk-level-1"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-green-500/20 flex items-center justify-center mr-4"> | |
| <i data-feather="zap" class="text-green-500"></i> | |
| </div> | |
| <h3 class="text-xl font-bold">Tier 3: Instant Solution</h3> | |
| </div> | |
| <p class="text-gray-300 mb-4"> | |
| Quantum-inspired algorithms calculate optimal solutions and automatically implement them. | |
| </p> | |
| <div class="flex items-center text-sm text-gray-400"> | |
| <i data-feather="globe" class="w-4 h-4 mr-2"></i> | |
| <span>NP-hard problems solved in seconds</span> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Real World Example --> | |
| <section class="container mx-auto px-6 py-16 bg-gray-800/50 rounded-xl my-16"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">Case Study: South China Sea Crisis</h2> | |
| <p class="text-gray-300 max-w-2xl mx-auto"> | |
| How our system prevented supply chain collapse during the 2023 maritime conflict | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="glass-card p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-red-500/20 flex items-center justify-center mr-4"> | |
| <span class="text-red-500 font-bold">1</span> | |
| </div> | |
| <h3 class="text-lg font-bold">Risk Detection</h3> | |
| </div> | |
| <ul class="text-gray-300 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>Identified 500+ news articles about sanctions</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>92% disruption risk in 48 hours</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="glass-card p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-yellow-500/20 flex items-center justify-center mr-4"> | |
| <span class="text-yellow-500 font-bold">2</span> | |
| </div> | |
| <h3 class="text-lg font-bold">Impact Simulation</h3> | |
| </div> | |
| <ul class="text-gray-300 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>Generated 10,000 disruption scenarios</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>70% shipments would be delayed</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="glass-card p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-green-500/20 flex items-center justify-center mr-4"> | |
| <span class="text-green-500 font-bold">3</span> | |
| </div> | |
| <h3 class="text-lg font-bold">Optimization</h3> | |
| </div> | |
| <ul class="text-gray-300 space-y-2"> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>Rerouted 40% via air, 30% via rail</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check" class="w-4 h-4 mt-1 mr-2 text-green-400"></i> | |
| <span>Saved 22% costs vs competitors</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA --> | |
| <section class="container mx-auto px-6 py-16 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Future-Proof Your Supply Chain?</h2> | |
| <p class="text-gray-300 max-w-2xl mx-auto mb-8"> | |
| Our AI system detects risks before they happen and automatically implements the optimal solution. | |
| </p> | |
| <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-8 py-3 rounded-lg font-medium transition"> | |
| Schedule Consultation | |
| </button> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="border-t border-gray-800 py-12 mt-16"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-4"> | |
| <div class="w-8 h-8 rounded-full bg-indigo-600 flex items-center justify-center"> | |
| <i data-feather="shield" class="w-4 h-4"></i> | |
| </div> | |
| <span class="text-xl font-bold">QuantumRisk</span> | |
| </div> | |
| <p class="text-gray-400"> | |
| AI-powered geopolitical risk detection and supply chain optimization. | |
| </p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Product</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="#" class="hover:text-indigo-400 transition">Features</a></li> | |
| <li><a href="#" class="hover:text-indigo-400 transition">Pricing</a></li> | |
| <li><a href="#" class="hover:text-indigo-400 transition">API</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Resources</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="#" class="hover:text-indigo-400 transition">Documentation</a></li> | |
| <li><a href="#" class="hover:text-indigo-400 transition">Case Studies</a></li> | |
| <li><a href="#" class="hover:text-indigo-400 transition">Blog</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Contact</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li class="flex items-center"> | |
| <i data-feather="mail" class="w-4 h-4 mr-2"></i> | |
| <span>support@quantumrisk.ai</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="w-4 h-4 mr-2"></i> | |
| <span>+1 (555) 123-4567</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 mb-4 md:mb-0"> | |
| © 2023 Quantum Risk Sentinel. All rights reserved. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#"><i data-feather="twitter" class="text-gray-400 hover:text-indigo-400 transition"></i></a> | |
| <a href="#"><i data-feather="linkedin" class="text-gray-400 hover:text-indigo-400 transition"></i></a> | |
| <a href="#"><i data-feather="github" class="text-gray-400 hover:text-indigo-400 transition"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x4f46e5, | |
| backgroundColor: 0x111827 | |
| }); | |
| </script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |