feat: remove home title

This commit is contained in:
Konstantin 2024-03-26 17:55:01 +01:00
parent 370234492a
commit 2b18d44281
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@
{% block content %}
<section class="flex flex-col items-center justify-center h-full max-w-7xl px-0 md:px-4 lg:px-8">
<div class="mx-auto max-w-3xl text-base leading-7">
<h1>{{ page.title }}</h1>
<h1 class="sr-only">{{ page.title }}</h1>
{% image page.image original class="rounded-2xl bg-gray-50" %}
<p>{{ page.hero_text }}</p>
{% if page.hero_cta_link %}