change hero height to 55vh

This commit is contained in:
2025-04-17 22:15:28 -08:00
parent ab54ea3a7c
commit 1b46838397
698 changed files with 29646 additions and 62355 deletions

View File

@@ -0,0 +1,16 @@
{{ if ( .standalone ) }}
<section class="pt-20">
{{ else }}
<section class="pt-8">
{{ end }}
<div class="max-w-screen-xl px-4 mx-auto">
<div class="max-w-2xl mx-auto text-center">
<h2 class="text-2xl md:text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
{{ .heading.title }}
</h2>
<p class="mt-4 text-md md:text-xl text-gray-500 sm:text-xl dark:text-gray-500">
{{ .heading.text}}
</p>
</div>
</div>
</section>