HTML Source Code
Copy Code
<nav class="fixed w-full z-50 bg-white/80 backdrop-blur-md border-b border-slate-100">
<div class="max-w-7xl mx-auto px-6 h-20 flex items-center justify-between">
<div class="flex items-center gap-2">
<div class="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" />
</svg>
</div>
<span class="text-xl font-bold tracking-tight text-slate-900">CloudSync</span>
</div>
<div class="hidden md:flex items-center gap-8 text-sm font-medium text-slate-600">
<a href="#features" class="hover:text-blue-600 transition-colors">Features</a>
<a href="#how-it-works" class="hover:text-blue-600 transition-colors">Solutions</a>
<a href="#pricing" class="hover:text-blue-600 transition-colors">Pricing</a>
<a href="#" class="hover:text-blue-600 transition-colors">Company</a>
</div>
<div class="flex items-center gap-4">
<button class="hidden sm:block text-sm font-semibold text-slate-700 hover:text-blue-600">Log In</button>
<button class="bg-blue-600 text-white px-5 py-2.5 rounded-full text-sm font-semibold hover:bg-blue-700 transition-all shadow-lg shadow-blue-200">Get Started</button>
</div>
</div>
</nav>
<main>
<!-- Hero Section -->
<section class="relative pt-32 pb-20 md:pt-48 md:pb-32 overflow-hidden bg-white">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-full h-full pointer-events-none -z-10">
<div class="absolute top-[-10%] left-[-10%] w-[40%] h-[40%] bg-blue-50 rounded-full blur-3xl opacity-60"></div>
<div class="absolute bottom-[10%] right-[-10%] w-[30%] h-[30%] bg-blue-50 rounded-full blur-3xl opacity-60"></div>
</div>
<div class="max-w-7xl mx-auto px-6 text-center">
<span class="inline-block py-1 px-3 rounded-full bg-blue-50 text-blue-600 text-xs font-bold tracking-wider uppercase mb-6">Version 2.0 is live</span>
<h1 class="text-5xl md:text-7xl font-extrabold text-slate-900 tracking-tight leading-[1.1] mb-8">
Your data, everywhere.<br/>
<span class="text-blue-600">Without the friction.</span>
</h1>
<p class="max-w-2xl mx-auto text-lg md:text-xl text-slate-500 mb-10 leading-relaxed">
CloudSync is the fastest, most reliable way to synchronize your digital life across every device. Enterprise-grade security meets minimalist design.
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
<button class="w-full sm:w-auto px-8 py-4 bg-blue-600 text-white rounded-xl font-bold text-lg hover:bg-blue-700 transition-all shadow-xl shadow-blue-100">Start Free Trial</button>
<button class="w-full sm:w-auto px-8 py-4 bg-white text-slate-700 border border-slate-200 rounded-xl font-bold text-lg hover:bg-slate-50 transition-all">Watch Demo</button>
</div>
<div class="mt-20 relative">
<div class="bg-white rounded-2xl shadow-2xl border border-slate-100 p-2 md:p-4 overflow-hidden">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=2070" alt="Dashboard Preview" class="rounded-xl w-full">
</div>
</div>
</div>
</section>
<!-- Social Proof -->
<section class="py-12 border-y border-slate-100 bg-slate-50/30">
<div class="max-w-7xl mx-auto px-6">
<p class="text-center text-sm font-semibold text-slate-400 uppercase tracking-widest mb-8">Trusted by industry leaders</p>
<div class="flex flex-wrap justify-center gap-8 md:gap-16 opacity-50 grayscale">
<div class="text-2xl font-bold text-slate-900">VELOCITY</div>
<div class="text-2xl font-bold text-slate-900">SPHERE</div>
<div class="text-2xl font-bold text-slate-900">APEX</div>
<div class="text-2xl font-bold text-slate-900">ELEMENT</div>
<div class="text-2xl font-bold text-slate-900">QUANTUM</div>
</div>
</div>
</section>
<!-- Features Grid -->
<section id="features" class="py-24 bg-white">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center mb-20">
<h2 class="text-3xl md:text-4xl font-bold text-slate-900 mb-4">Built for the future of work</h2>
<p class="text-slate-500 max-w-2xl mx-auto">Everything you need to manage your cloud infrastructure without the complexity of traditional providers.</p>
</div>
<div class="grid md:grid-cols-3 gap-12">
<!-- Feature 1 -->
<div class="group">
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-xl flex items-center justify-center mb-6 group-hover:bg-blue-600 group-hover:text-white transition-all duration-300">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
</svg>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-3">Lightning Sync</h3>
<p class="text-slate-500 leading-relaxed">Our proprietary delta-sync algorithm transfers only the parts of files that changed, making updates instant.</p>
</div>
<!-- Feature 2 -->
<div class="group">
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-xl flex items-center justify-center mb-6 group-hover:bg-blue-600 group-hover:text-white transition-all duration-300">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
</svg>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-3">Zero-Knowledge</h3>
<p class="text-slate-500 leading-relaxed">End-to-end encryption means even we can't see your data. Your privacy is baked into our architecture.</p>
</div>
<!-- Feature 3 -->
<div class="group">
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-xl flex items-center justify-center mb-6 group-hover:bg-blue-600 group-hover:text-white transition-all duration-300">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" />
</svg>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-3">Multi-Stack</h3>
<p class="text-slate-500 leading-relaxed">Native clients for macOS, Windows, Linux, iOS, and Android. Sync your life across any ecosystem.</p>
</div>
</div>
</div>
</section>
<!-- Detail Section -->
<section id="how-it-works" class="py-24 bg-slate-50">
<div class="max-w-7xl mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center gap-16">
<div class="lg:w-1/2">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-blue-100 text-blue-700 text-xs font-bold mb-6">
<span class="relative flex h-2 w-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-blue-400 opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-blue-500"></span>
</span>
SMART AUTOMATION
</div>
<h2 class="text-4xl font-bold text-slate-900 mb-6 leading-tight">Syncing that works while you sleep.</h2>
<p class="text-lg text-slate-500 mb-8">CloudSync intelligently monitors your file system, identifying changes and conflicts before they happen. Our AI-driven conflict resolution ensures you never lose a version of your work.</p>
<ul class="space-y-4 mb-10">
<li class="flex items-center gap-3 text-slate-700">
<svg class="w-5 h-5 text-blue-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path></svg>
Real-time file versioning (up to 90 days)
</li>
<li class="flex items-center gap-3 text-slate-700">
<svg class="w-5 h-5 text-blue-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path></svg>
Intelligent bandwidth throttling
</li>
<li class="flex items-center gap-3 text-slate-700">
<svg class="w-5 h-5 text-blue-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path></svg>
Seamless team collaboration folders
</li>
</ul>
<a href="#" class="inline-flex items-center text-blue-600 font-bold hover:gap-3 transition-all">
Learn more about our technology
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 ml-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</a>
</div>
<div class="lg:w-1/2 relative">
<div class="relative rounded-2xl overflow-hidden shadow-2xl">
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&q=80&w=2426" alt="Efficiency Graphic" class="w-full">
</div>
<div class="absolute -bottom-6 -left-6 bg-white p-6 rounded-xl shadow-xl border border-slate-100 hidden md:block">
<div class="text-blue-600 font-bold text-3xl">99.9%</div>
<div class="text-slate-500 text-sm">Uptime Guaranteed</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="py-24 bg-white">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-slate-900 mb-4">Simple, transparent pricing</h2>
<p class="text-slate-500">No hidden fees. Scale as you grow.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Starter -->
<div class="p-8 rounded-2xl border border-slate-100 bg-white hover:border-blue-200 hover:shadow-xl transition-all">
<h3 class="text-xl font-bold text-slate-900 mb-2">Individual</h3>
<p class="text-slate-500 text-sm mb-6">Perfect for freelancers and solo creators.</p>
<div class="mb-8">
<span class="text-4xl font-bold text-slate-900">$0</span>
<span class="text-slate-400">/mo</span>
</div>
<ul class="space-y-4 mb-8 text-sm text-slate-600">
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
10GB Storage
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Connect 3 devices
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Basic version history
</li>
</ul>
<button class="w-full py-3 px-6 rounded-xl border border-slate-200 font-bold text-slate-700 hover:bg-slate-50 transition-all">Get Started</button>
</div>
<!-- Pro -->
<div class="p-8 rounded-2xl border-2 border-blue-600 bg-white shadow-2xl relative scale-105 z-10">
<div class="absolute -top-4 left-1/2 -translate-x-1/2 bg-blue-600 text-white px-4 py-1 rounded-full text-xs font-bold">MOST POPULAR</div>
<h3 class="text-xl font-bold text-slate-900 mb-2">Professional</h3>
<p class="text-slate-500 text-sm mb-6">For power users and small teams.</p>
<div class="mb-8">
<span class="text-4xl font-bold text-slate-900">$12</span>
<span class="text-slate-400">/mo</span>
</div>
<ul class="space-y-4 mb-8 text-sm text-slate-600">
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
2TB Storage
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Unlimited devices
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
90-day version history
</li>
<li class="flex items-center gap-2 text-blue-600 font-medium">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Advanced collaboration
</li>
</ul>
<button class="w-full py-3 px-6 rounded-xl bg-blue-600 text-white font-bold hover:bg-blue-700 transition-all shadow-lg shadow-blue-200">Start Free Trial</button>
</div>
<!-- Business -->
<div class="p-8 rounded-2xl border border-slate-100 bg-white hover:border-blue-200 hover:shadow-xl transition-all">
<h3 class="text-xl font-bold text-slate-900 mb-2">Enterprise</h3>
<p class="text-slate-500 text-sm mb-6">Scaling solutions for large companies.</p>
<div class="mb-8">
<span class="text-4xl font-bold text-slate-900">$49</span>
<span class="text-slate-400">/mo</span>
</div>
<ul class="space-y-4 mb-8 text-sm text-slate-600">
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Unlimited Storage
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
SSO & Admin Console
</li>
<li class="flex items-center gap-2">
<svg class="w-4 h-4 text-emerald-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path></svg>
Dedicated Support
</li>
</ul>
<button class="w-full py-3 px-6 rounded-xl border border-slate-200 font-bold text-slate-700 hover:bg-slate-50 transition-all">Contact Sales</button>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-24 bg-slate-900 text-white">
<div class="max-w-7xl mx-auto px-6">
<div class="flex flex-col md:flex-row gap-12 items-center">
<div class="md:w-1/3">
<h2 class="text-3xl md:text-4xl font-bold leading-tight">What creators are saying.</h2>
<p class="text-slate-400 mt-4">Join 200,000+ people who have simplified their workflow.</p>
</div>
<div class="md:w-2/3 grid sm:grid-cols-2 gap-6">
<div class="p-8 bg-slate-800 rounded-2xl">
<p class="text-slate-300 italic mb-6">"CloudSync is the first tool I install on every new machine. The speed is incomparable to anything else on the market."</p>
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-full bg-blue-500"></div>
<div>
<div class="font-bold">Sarah Chen</div>
<div class="text-xs text-slate-500 text-uppercase">Lead Developer, Meta</div>
</div>
</div>
</div>
<div class="p-8 bg-slate-800 rounded-2xl">
<p class="text-slate-300 italic mb-6">"The zero-knowledge encryption gives me peace of mind with sensitive client work. It's security that doesn't slow you down."</p>
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-full bg-blue-400"></div>
<div>
<div class="font-bold">Marcus Thorne</div>
<div class="text-xs text-slate-500 text-uppercase">Director, Studio Noir</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="py-24 bg-white text-center">
<div class="max-w-4xl mx-auto px-6">
<h2 class="text-4xl font-bold text-slate-900 mb-6">Ready to sync your world?</h2>
<p class="text-lg text-slate-500 mb-10">Start your 14-day free trial. No credit card required. Cancel anytime.</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
<button class="bg-blue-600 text-white px-10 py-4 rounded-xl font-bold text-lg hover:bg-blue-700 transition-all shadow-xl shadow-blue-200">Create Free Account</button>
<button class="text-slate-600 font-bold hover:text-blue-600 transition-all px-10 py-4">Talk to an expert</button>
</div>
</div>
</section>
</main>
<footer class="bg-slate-50 pt-20 pb-10 border-t border-slate-200">
<div class="max-w-7xl mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-12 mb-16">
<div class="col-span-2 lg:col-span-2">
<div class="flex items-center gap-2 mb-6">
<div class="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" />
</svg>
</div>
<span class="text-xl font-bold tracking-tight text-slate-900">CloudSync</span>
</div>
<p class="text-slate-500 max-w-xs mb-6">Building the foundation for the next generation of digital infrastructure.</p>
<div class="flex gap-4">
<a href="#" class="w-10 h-10 rounded-full bg-slate-200 flex items-center justify-center hover:bg-blue-600 hover:text-white transition-all"><i class="fab fa-twitter"></i></a>
<a href="#" class="w-10 h-10 rounded-full bg-slate-200 flex items-center justify-center hover:bg-blue-600 hover:text-white transition-all"><i class="fab fa-github"></i></a>
<a href="#" class="w-10 h-10 rounded-full bg-slate-200 flex items-center justify-center hover:bg-blue-600 hover:text-white transition-all"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div>
<h4 class="font-bold text-slate-900 mb-6">Product</h4>
<ul class="space-y-4 text-slate-500 text-sm">
<li><a href="#" class="hover:text-blue-600">Features</a></li>
<li><a href="#" class="hover:text-blue-600">Integrations</a></li>
<li><a href="#" class="hover:text-blue-600">Pricing</a></li>
<li><a href="#" class="hover:text-blue-600">Changelog</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-slate-900 mb-6">Resources</h4>
<ul class="space-y-4 text-slate-500 text-sm">
<li><a href="#" class="hover:text-blue-600">Documentation</a></li>
<li><a href="#" class="hover:text-blue-600">Help Center</a></li>
<li><a href="#" class="hover:text-blue-600">API Reference</a></li>
<li><a href="#" class="hover:text-blue-600">Community</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-slate-900 mb-6">Legal</h4>
<ul class="space-y-4 text-slate-500 text-sm">
<li><a href="#" class="hover:text-blue-600">Privacy Policy</a></li>
<li><a href="#" class="hover:text-blue-600">Terms of Service</a></li>
<li><a href="#" class="hover:text-blue-600">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-slate-200 flex flex-col md:flex-row justify-between items-center gap-4">
<p class="text-slate-400 text-sm">© 2023 CloudSync Inc. All rights reserved.</p>
<div class="flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-emerald-500"></span>
<span class="text-slate-500 text-sm font-medium">All systems operational</span>
</div>
</div>
</div>
</footer>