| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>QuantumCart - E-Commerce Evolution</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></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; |
| } |
| .hero-gradient { |
| background: linear-gradient(135deg, #6b46c1 0%, #805ad5 50%, #9f7aea 100%); |
| } |
| .phase-card: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 { |
| filter: drop-shadow(0 0 8px rgba(159, 122, 234, 0.6)); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 text-gray-900"> |
| |
| <div id="vanta-bg" class="fixed inset-0 -z-10 opacity-30"></div> |
|
|
| |
| <nav class="bg-white shadow-sm py-4 sticky top-0 z-50"> |
| <div class="container mx-auto px-4 md:px-6 flex justify-between items-center"> |
| <div class="flex items-center space-x-2"> |
| <i data-feather="shopping-cart" class="text-purple-600 h-6 w-6"></i> |
| <span class="text-xl font-bold bg-gradient-to-r from-purple-600 to-indigo-600 bg-clip-text text-transparent">QuantumCart</span> |
| </div> |
| <div class="hidden md:flex space-x-8"> |
| <a href="index.html" class="text-purple-600 font-medium transition">Home</a> |
| <a href="features.html" class="text-gray-600 hover:text-purple-600 transition">Features</a> |
| <a href="pricing.html" class="text-gray-600 hover:text-purple-600 transition">Pricing</a> |
| <a href="blog.html" class="text-gray-600 hover:text-purple-600 transition">Blog</a> |
| <a href="contact.html" class="text-gray-600 hover:text-purple-600 transition">Contact</a> |
| <a href="demo.html" class="text-gray-600 hover:text-purple-600 transition">Live Demo</a> |
| </div> |
| <button class="md:hidden text-gray-600"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </nav> |
|
|
| |
| <section class="hero-gradient text-white py-20"> |
| <div class="container mx-auto px-4 md:px-6 text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">E-Commerce <span class="bg-white text-purple-600 px-2 rounded-lg">Evolution</span></h1> |
| <p class="text-xl md:text-2xl max-w-3xl mx-auto mb-10 opacity-90"> |
| QuantumCart transforms online shopping with AI-powered automation and seamless scaling. |
| </p> |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> |
| <button class="bg-white text-purple-600 hover:bg-purple-50 px-8 py-3 rounded-lg font-semibold transition-all transform hover:scale-105"> |
| Join Beta |
| </button> |
| <a href="demo.html" class="bg-transparent border-2 border-white hover:bg-white hover:text-purple-600 px-8 py-3 rounded-lg font-semibold transition-all transform hover:scale-105 text-center"> |
| Live Demo |
| </a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-white"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Our <span class="text-purple-600">Development</span> Journey</h2> |
| |
| <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8"> |
| |
| <div class="phase-card bg-gray-50 rounded-xl p-8 transition-all duration-300 border border-gray-100 hover:border-purple-200"> |
| <div class="w-16 h-16 rounded-full bg-purple-100 flex items-center justify-center mb-6 glow"> |
| <span class="text-2xl font-bold text-purple-600">1</span> |
| </div> |
| <h3 class="text-xl font-bold mb-3">MVP Launch</h3> |
| <p class="text-gray-600 mb-4">Core e-commerce with basic automation features</p> |
| <div class="flex items-center text-purple-600"> |
| <span class="text-sm font-medium">Now Live</span> |
| <i data-feather="check-circle" class="ml-2 w-4 h-4"></i> |
| </div> |
| </div> |
|
|
| |
| <div class="phase-card bg-gray-50 rounded-xl p-8 transition-all duration-300 border border-gray-100 hover:border-purple-200"> |
| <div class="w-16 h-16 rounded-full bg-purple-100 flex items-center justify-center mb-6"> |
| <span class="text-2xl font-bold text-purple-600">2</span> |
| </div> |
| <h3 class="text-xl font-bold mb-3">Beta Testing</h3> |
| <p class="text-gray-600 mb-4">Limited user group for feedback and improvements</p> |
| <div class="flex items-center text-purple-600"> |
| <span class="text-sm font-medium">Q3 2023</span> |
| <i data-feather="clock" class="ml-2 w-4 h-4"></i> |
| </div> |
| </div> |
|
|
| |
| <div class="phase-card bg-gray-50 rounded-xl p-8 transition-all duration-300 border border-gray-100 hover:border-purple-200"> |
| <div class="w-16 h-16 rounded-full bg-purple-100 flex items-center justify-center mb-6"> |
| <span class="text-2xl font-bold text-purple-600">3</span> |
| </div> |
| <h3 class="text-xl font-bold mb-3">Full Launch</h3> |
| <p class="text-gray-600 mb-4">All features active and available to the public</p> |
| <div class="flex items-center text-purple-600"> |
| <span class="text-sm font-medium">Q1 2024</span> |
| <i data-feather="calendar" class="ml-2 w-4 h-4"></i> |
| </div> |
| </div> |
|
|
| |
| <div class="phase-card bg-gray-50 rounded-xl p-8 transition-all duration-300 border border-gray-100 hover:border-purple-200"> |
| <div class="w-16 h-16 rounded-full bg-purple-100 flex items-center justify-center mb-6"> |
| <span class="text-2xl font-bold text-purple-600">4</span> |
| </div> |
| <h3 class="text-xl font-bold mb-3">Scale Phase</h3> |
| <p class="text-gray-600 mb-4">Advanced AI features and global expansion</p> |
| <div class="flex items-center text-purple-600"> |
| <span class="text-sm font-medium">Q3 2024</span> |
| <i data-feather="globe" class="ml-2 w-4 h-4"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-gray-50"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Next-Gen <span class="text-purple-600">E-Commerce</span> Features</h2> |
| |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition"> |
| <div class="w-12 h-12 rounded-lg bg-purple-100 flex items-center justify-center mb-6"> |
| <i data-feather="zap" class="text-purple-600"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">AI Product Recommendations</h3> |
| <p class="text-gray-600">Machine learning suggests products based on browsing behavior and purchase history.</p> |
| </div> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition"> |
| <div class="w-12 h-12 rounded-lg bg-purple-100 flex items-center justify-center mb-6"> |
| <i data-feather="repeat" class="text-purple-600"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">Automated Inventory</h3> |
| <p class="text-gray-600">Real-time stock tracking with automated reordering when inventory runs low.</p> |
| </div> |
| |
| <div class="bg-white p-8 rounded-xl shadow-sm hover:shadow-md transition"> |
| <div class="w-12 h-12 rounded-lg bg-purple-100 flex items-center justify-center mb-6"> |
| <i data-feather="shield" class="text-purple-600"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-3">Fraud Detection</h3> |
| <p class="text-gray-600">Advanced algorithms identify and prevent fraudulent transactions in real-time.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <section class="py-20 bg-gradient-to-r from-purple-600 to-indigo-600 text-white"> |
| <div class="container mx-auto px-4 md:px-6 text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Revolutionize Your E-Commerce?</h2> |
| <p class="text-xl max-w-2xl mx-auto mb-10 opacity-90"> |
| Join our beta program and be among the first to experience QuantumCart. |
| </p> |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> |
| <a href="demo.html" class="bg-white text-purple-600 hover:bg-purple-50 px-8 py-3 rounded-lg font-semibold transition-all transform hover:scale-105 text-center"> |
| Try Live Demo |
| </a> |
| <button class="bg-transparent border-2 border-white hover:bg-white hover:text-purple-600 px-8 py-3 rounded-lg font-semibold transition-all transform hover:scale-105"> |
| Join Beta |
| </button> |
| </div> |
| </div> |
| </section> |
| |
| <footer class="bg-gray-900 text-gray-400 py-12"> |
| <div class="container mx-auto px-4 md:px-6"> |
| <div class="grid md:grid-cols-4 gap-8"> |
| <div> |
| <div class="flex items-center space-x-2 mb-6"> |
| <i data-feather="shopping-cart" class="text-purple-400 h-6 w-6"></i> |
| <span class="text-xl font-bold text-white">QuantumCart</span> |
| </div> |
| <p class="mb-6">The future of e-commerce automation and AI-powered shopping experiences.</p> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="github"></i></a> |
| </div> |
| </div> |
| <div> |
| <h4 class="text-white font-medium mb-4">Product</h4> |
| <ul class="space-y-2"> |
| <li><a href="features.html" class="hover:text-white transition">Features</a></li> |
| <li><a href="pricing.html" class="hover:text-white transition">Pricing</a></li> |
| <li><a href="blog.html" class="hover:text-white transition">Blog</a></li> |
| <li><a href="demo.html" class="hover:text-white transition">Live Demo</a></li> |
| <li><a href="#" class="hover:text-white transition">Roadmap</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="text-white font-medium mb-4">Resources</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="hover:text-white transition">Documentation</a></li> |
| <li><a href="#" class="hover:text-white transition">API Reference</a></li> |
| <li><a href="blog.html" class="hover:text-white transition">Blog</a></li> |
| <li><a href="#" class="hover:text-white transition">Support</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="text-white font-medium mb-4">Company</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="hover:text-white transition">About</a></li> |
| <li><a href="#" class="hover:text-white transition">Careers</a></li> |
| <li><a href="#" class="hover:text-white transition">Contact</a></li> |
| <li><a href="#" class="hover:text-white transition">Legal</a></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>© 2023 QuantumCart. All rights reserved.</p> |
| <div class="flex space-x-6 mt-4 md:mt-0"> |
| <a href="#" class="hover:text-white transition">Privacy Policy</a> |
| <a href="#" class="hover:text-white transition">Terms of Service</a> |
| <a href="#" class="hover:text-white transition">Cookies</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: 0x805ad5, |
| backgroundColor: 0xf8fafc, |
| size: 0.8 |
| }); |
| |
| |
| feather.replace(); |
| |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| const phaseCards = document.querySelectorAll('.phase-card'); |
| phaseCards.forEach((card, index) => { |
| card.style.opacity = '0'; |
| card.style.transform = 'translateY(20px)'; |
| anime({ |
| targets: card, |
| opacity: 1, |
| translateY: 0, |
| delay: index * 100, |
| duration: 800, |
| easing: 'easeOutExpo' |
| }); |
| }); |
| }); |
| </script> |
| </body> |
| </html> |
|
|