use h1 on all pages instead of h2 for SEO reasons

This commit is contained in:
Tobias Brunner 2025-03-28 15:46:43 +01:00
parent e6adfe7499
commit 63ac43a045
No known key found for this signature in database
12 changed files with 23 additions and 17 deletions

View file

@ -10,7 +10,7 @@
<div class="flex-1 pr-lg-40 mb-40 mb-lg-0">
<div class="bg-gray-50 rounded-20 p-40">
<header>
<h2 class="fs-44 fw-semibold mb-40">Inquiry for {{ service.name }}</h2>
<h1 class="fs-44 fw-semibold mb-40">Inquiry for {{ service.name }}</h1>
</header>
<form method="post">