2024-09-12 14:19:05 -04:00
|
|
|
<section class="flex py-24 px-5 gap-4 flex-col md:flex-row mx-auto container ">
|
2024-09-12 13:41:14 -04:00
|
|
|
<div class="w-full relative inline-block">
|
|
|
|
<img src="{{ .Params.headerImg }}" alt="Header Image" class="rounded-lg" />
|
2024-09-12 13:48:19 -04:00
|
|
|
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
|
2024-09-12 13:41:14 -04:00
|
|
|
</div>
|
|
|
|
<div class="w-full">
|
|
|
|
<p class="lg:w-2/3 mx-auto text-4xl sm:text-5xl uppercase text-left title-font mb-4">
|
|
|
|
{{ .Params.headerTitle }}
|
|
|
|
</p>
|
|
|
|
<p class="lg:w-2/3 text-md mx-auto leading-relaxed text-base">
|
|
|
|
{{ .Params.headerDesc }}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|