Discover software, services, and devices that help you achieve more at home, work, and school.
Experience a new operating system designed for productivity and creativity.
Get Word, Excel, PowerPoint, and more with cloud-powered productivity.
Build, deploy, and manage applications with our cloud computing platform.
Protect your data with industry-leading security measures.
Access your tools and services from anywhere in the world.
Work together seamlessly with Teams and shared workspaces.
<!-- Hero Section -->
<section class="bg-gradient-to-br from-blue-600 to-blue-800 text-white py-20 px-6">
<div class="max-w-6xl mx-auto flex flex-col md:flex-row items-center gap-12">
<div class="flex-1">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Empowering Every Person</h1>
<p class="text-xl text-blue-100 mb-8">Discover software, services, and devices that help you achieve more at home, work, and school.</p>
<div class="flex gap-4">
<button class="bg-white text-blue-700 px-6 py-3 rounded-md font-semibold hover:bg-blue-50">Shop Now</button>
<button class="border-2 border-white px-6 py-3 rounded-md font-semibold hover:bg-white/10">Learn More</button>
</div>
</div>
<div class="flex-1">
<div class="w-full h-64 bg-gradient-to-br from-white/20 to-white/5 rounded-xl flex items-center justify-center">
<div class="grid grid-cols-2 gap-2">
<div class="w-16 h-16 bg-red-500 rounded"></div>
<div class="w-16 h-16 bg-green-500 rounded"></div>
<div class="w-16 h-16 bg-blue-500 rounded"></div>
<div class="w-16 h-16 bg-yellow-400 rounded"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Products Section -->
<section class="py-16 px-6 bg-white">
<div class="max-w-6xl mx-auto">
<h2 class="text-3xl font-bold text-slate-800 mb-12 text-center">Our Products</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="border border-slate-200 rounded-xl p-6 hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
<i data-lucide="monitor" class="w-6 h-6 text-blue-600"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-2">Windows 11</h3>
<p class="text-slate-600">Experience a new operating system designed for productivity and creativity.</p>
</div>
<div class="border border-slate-200 rounded-xl p-6 hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-orange-100 rounded-lg flex items-center justify-center mb-4">
<i data-lucide="file-text" class="w-6 h-6 text-orange-600"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-2">Microsoft 365</h3>
<p class="text-slate-600">Get Word, Excel, PowerPoint, and more with cloud-powered productivity.</p>
</div>
<div class="border border-slate-200 rounded-xl p-6 hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center mb-4">
<i data-lucide="cloud" class="w-6 h-6 text-indigo-600"></i>
</div>
<h3 class="text-xl font-semibold text-slate-800 mb-2">Azure</h3>
<p class="text-slate-600">Build, deploy, and manage applications with our cloud computing platform.</p>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 px-6 bg-slate-50">
<div class="max-w-6xl mx-auto">
<div class="flex flex-col md:flex-row items-center gap-12">
<div class="flex-1">
<div class="w-full h-72 bg-gradient-to-br from-blue-100 to-indigo-100 rounded-xl"></div>
</div>
<div class="flex-1">
<h2 class="text-3xl font-bold text-slate-800 mb-6">Why Choose Microsoft?</h2>
<div class="space-y-4">
<div class="flex items-start gap-4">
<div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center flex-shrink-0">
<i data-lucide="shield" class="w-4 h-4 text-white"></i>
</div>
<div>
<h3 class="font-semibold text-slate-800">Enterprise Security</h3>
<p class="text-slate-600">Protect your data with industry-leading security measures.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center flex-shrink-0">
<i data-lucide="globe" class="w-4 h-4 text-white"></i>
</div>
<div>
<h3 class="font-semibold text-slate-800">Global Reach</h3>
<p class="text-slate-600">Access your tools and services from anywhere in the world.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="w-8 h-8 bg-blue-600 rounded-full flex items-center justify-center flex-shrink-0">
<i data-lucide="users" class="w-4 h-4 text-white"></i>
</div>
<div>
<h3 class="font-semibold text-slate-800">Collaborative Tools</h3>
<p class="text-slate-600">Work together seamlessly with Teams and shared workspaces.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-slate-900 text-white py-12 px-6">
<div class="max-w-6xl mx-auto">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<h4 class="font-semibold mb-4">Products</h4>
<ul class="space-y-2 text-slate-400">
<li><a href="#" class="hover:text-white">Windows</a></li>
<li><a href="#" class="hover:text-white">Office</a></li>
<li><a href="#" class="hover:text-white">Surface</a></li>
<li><a href="#" class="hover:text-white">Xbox</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">For Business</h4>
<ul class="space-y-2 text-slate-400">
<li><a href="#" class="hover:text-white">Microsoft Cloud</a></li>
<li><a href="#" class="hover:text-white">Microsoft Security</a></li>
<li><a href="#" class="hover:text-white">Azure</a></li>
<li><a href="#" class="hover:text-white">Dynamics 365</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Developer</h4>
<ul class="space-y-2 text-slate-400">
<li><a href="#" class="hover:text-white">Microsoft Learn</a></li>
<li><a href="#" class="hover:text-white">Documentation</a></li>
<li><a href="#" class="hover:text-white">GitHub</a></li>
<li><a href="#" class="hover:text-white">Visual Studio</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Company</h4>
<ul class="space-y-2 text-slate-400">
<li><a href="#" class="hover:text-white">Careers</a></li>
<li><a href="#" class="hover:text-white">About Microsoft</a></li>
<li><a href="#" class="hover:text-white">Company news</a></li>
<li><a href="#" class="hover:text-white">Investors</a></li>
</ul>
</div>
</div>
<div class="border-t border-slate-800 pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
<p class="text-slate-400 text-sm">© 2024 Microsoft. All rights reserved.</p>
<div class="flex gap-6 text-slate-400">
<a href="#" class="hover:text-white"><i data-lucide="facebook" class="w-5 h-5"></i></a>
<a href="#" class="hover:text-white"><i data-lucide="twitter" class="w-5 h-5"></i></a>
<a href="#" class="hover:text-white"><i data-lucide="linkedin" class="w-5 h-5"></i></a>
</div>
</div>
</div>
</footer>