ukhorsecremations.co.uk/templates/components/Hero.html.twig
Stewart Walter 08d696985a Site build
2026-05-01 12:28:23 +01:00

8 lines
408 B
Twig

<div class="relative isolate overflow-hidden h-[535px] mb-12">
<img src="{{ image }}" alt="" class="absolute inset-0 -z-20 size-full object-cover" />
<div class="flex flex-col h-full justify-center items-center mx-auto max-w-5xl p-12 gap-y-12">
{% block content %}{% endblock content %}
</div>
<div aria-hidden="true" class="absolute inset-0 blur-3xl bg-black/40 -z-10"></div>
</div>