Hero Basic
<section class="bg-gray-100 py-16">
<div class="max-w-7xl mx-auto px-4 text-center">
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-4">
Welcome to Our Platform
</h1>
<p class="text-lg text-gray-600 mb-6 max-w-3xl mx-auto">
We provide fast, reliable solutions to help you build modern websites easily. Experience our products and enjoy unprecedented convenience.
</p>
<a href="#" class="inline-block bg-blue-600 text-white px-6 py-3 rounded-lg shadow hover:bg-blue-700 transition">
Get Started
</a>
</div>
</section>
Copied to clipboard