hero-split-card.html
Click any icon below for terse, dismissive feedback.
HTML
<section class="grid min-h-screen grid-cols-2">
<div class="flex flex-col justify-center p-12">
<h1 class="text-5xl font-bold">Build faster</h1>
<p class="mt-4 text-gray-600">Copy-paste components.</p>
</div>
<img src="/hero.png" alt="" class="h-full object-cover" />
</section>