use h1 on all pages instead of h2 for SEO reasons
This commit is contained in:
parent
e6adfe7499
commit
63ac43a045
12 changed files with 23 additions and 17 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue