sobansameer's picture
Make me website page
62075a5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing | QuantumCart</title>
<script src="https://cdn.tailwindcss.com"></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&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.pricing-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.popular-plan {
border: 2px solid #805ad5;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<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-gray-600 hover:text-purple-600 transition">Home</a>
<a href="features.html" class="text-gray-600 hover:text-purple-600 transition">Features</a>
<a href="pricing.html" class="text-purple-600 font-medium 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>
</div>
<button class="md:hidden text-gray-600">
<i data-feather="menu"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="bg-gradient-to-r from-purple-600 to-indigo-600 text-white py-20">
<div class="container mx-auto px-4 md:px-6 text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Simple, Transparent <span class="bg-white text-purple-600 px-2 rounded-lg">Pricing</span></h1>
<p class="text-xl max-w-3xl mx-auto opacity-90">
Choose the perfect plan for your business needs. No hidden fees, cancel anytime.
</p>
</div>
</section>
<!-- Pricing Section -->
<section class="py-16">
<div class="container mx-auto px-4 md:px-6">
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Basic Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-sm transition-all duration-300">
<h3 class="text-xl font-bold mb-2">Starter</h3>
<p class="text-gray-600 mb-6">Perfect for small businesses</p>
<div class="mb-6">
<span class="text-4xl font-bold">$29</span>
<span class="text-gray-500">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Up to 100 products</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Basic analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Email support</span>
</li>
</ul>
<button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 py-3 rounded-lg font-medium transition">
Get Started
</button>
</div>
<!-- Popular Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-sm transition-all duration-300 popular-plan relative">
<div class="absolute top-0 right-0 bg-purple-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg">
POPULAR
</div>
<h3 class="text-xl font-bold mb-2">Professional</h3>
<p class="text-gray-600 mb-6">For growing businesses</p>
<div class="mb-6">
<span class="text-4xl font-bold">$99</span>
<span class="text-gray-500">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Up to 1000 products</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Advanced analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Priority support</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>AI recommendations</span>
</li>
</ul>
<button class="w-full bg-purple-600 hover:bg-purple-700 text-white py-3 rounded-lg font-medium transition">
Get Started
</button>
</div>
<!-- Enterprise Plan -->
<div class="pricing-card bg-white p-8 rounded-xl shadow-sm transition-all duration-300">
<h3 class="text-xl font-bold mb-2">Enterprise</h3>
<p class="text-gray-600 mb-6">For large businesses</p>
<div class="mb-6">
<span class="text-4xl font-bold">$299</span>
<span class="text-gray-500">/month</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Unlimited products</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Premium analytics</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>24/7 support</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>All AI features</span>
</li>
<li class="flex items-center">
<i data-feather="check" class="text-purple-600 mr-2 w-4 h-4"></i>
<span>Custom integrations</span>
</li>
</ul>
<button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 py-3 rounded-lg font-medium transition">
Get Started
</button>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4 md:px-6">
<h2 class="text-3xl font-bold text-center mb-12">Frequently Asked <span class="text-purple-600">Questions</span></h2>
<div class="max-w-3xl mx-auto space-y-6">
<div class="border-b border-gray-200 pb-6">
<h3 class="text-xl font-medium mb-2">Can I change plans later?</h3>
<p class="text-gray-600">Yes, you can upgrade or downgrade your plan at any time. Your billing will be prorated accordingly.</p>
</div>
<div class="border-b border-gray-200 pb-6">
<h3 class="text-xl font-medium mb-2">Is there a free trial available?</h3>
<p class="text-gray-600">We offer a 14-day free trial for all plans. No credit card required to start the trial.</p>
</div>
<div class="border-b border-gray-200 pb-6">
<h3 class="text-xl font-medium mb-2">What payment methods do you accept?</h3>
<p class="text-gray-600">We accept all major credit cards (Visa, MasterCard, American Express) as well as PayPal.</p>
</div>
<div class="pb-6">
<h3 class="text-xl font-medium mb-2">How do I cancel my subscription?</h3>
<p class="text-gray-600">You can cancel anytime from your account settings with just a few clicks.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<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="#" 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</a></li>
<li><a href="#" class="hover:text-white transition">Blog</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="contact.html" class="hover:text-white transition">Contact</a></li>
<li><a href="#" class="hover:text-white transition">Careers</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</a>
<a href="#" class="hover:text-white transition">Terms</a>
</div>
</div>
</div>
</footer>
<script>
feather.replace();
</script>
</body>
</html>