1
2
<section className="py-20 px-6">
3
<h1 className="font-bold text-2xl">
4
Ship faster
5
</h1>
6
<p className="text-gray-600 mb-4">
7
Design and code in
8
perfect harmony.
9
</p>
10
<button className="
11
bg-gray-900 text-white
12
px-5 py-2.5 rounded-lg">
13
Get Started
14
</button>
15
</section>