Tweaked UI and removed extra pricing pages

This commit is contained in:
2025-04-18 11:44:23 -08:00
parent 1b46838397
commit 4f196c0139
17 changed files with 171 additions and 3992 deletions

View File

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