Calls to action and footers
The end of the page: one last push, a newsletter signup, and the footer.
Call-to-action bandNewsletter bandSimple footerFooter with columns
Call-to-action band
sections/cta-footers/cta-band.html
A coloured panel with a headline and two buttons. Goes right before the footer.
<section class="mx-auto max-w-6xl px-6 py-16">
<div class="rounded-3xl bg-brand-500 px-6 py-14 text-center shadow-lg sm:px-12 sm:py-16">
<h2 class="mt-0! mb-0! border-t-0! pt-0! text-3xl! font-bold! leading-tight! tracking-tight text-white! sm:text-4xl!">Ready to check availability?</h2>
<p class="mx-auto! mt-4! mb-0! max-w-xl text-lg leading-relaxed! text-white/85!">Send us your dates and the number of guests. We usually reply within a day.</p>
<div class="mx-auto mt-8 flex max-w-xs flex-col gap-3 sm:max-w-none sm:flex-row sm:justify-center">
<a href="#" class="inline-flex items-center justify-center rounded-md bg-white px-5 py-3 text-sm font-semibold text-brand-600! no-underline! shadow-sm hover:bg-white/90">Check availability</a>
<a href="#" class="inline-flex items-center justify-center rounded-md px-5 py-3 text-sm font-semibold text-white! no-underline! ring-1 ring-white/50 ring-inset hover:bg-white/10">See the rooms</a>
</div>
</div>
</section>