11 lines
665 B
Plaintext
11 lines
665 B
Plaintext
.flex.flex-col.bg-white
|
|
%img.object-cover.w-full.h-96{:alt => "", :src => "https://images.unsplash.com/photo-1558769132-cb1aea458c5e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1548&q=80"}/
|
|
.flex.items-center.justify-center.flex-1
|
|
.max-w-xl.px-4.py-8.mx-auto.text-center
|
|
%h1.text-2xl.font-bold.tracking-tight.text-gray-900.sm:text-4xl
|
|
= section["header"]
|
|
%p.mt-4.text-gray-500
|
|
= section["text"]
|
|
%a.inline-block.px-5.py-3.mt-6.text-sm.font-medium.text-white.bg-indigo-600.rounded.hover:bg-indigo-700.focus:outline-none.focus:ring{:href => "#"}
|
|
= section["button"]["text"]
|