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

@ -8,7 +8,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">About Servala</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">About Servala</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Open Cloud Native Service Hub. Unlock the Power of Cloud Native Applications.</p>
</div>