Add Veteran Owned Badge

This commit is contained in:
2025-04-16 23:27:40 -08:00
parent c229b6ff2c
commit 492115f7c3
10 changed files with 18 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
<div class="text-4xl xl:text-6xl md:text-5xl kanit-semibold mx-auto text-center text-primary-800 dark:text-primary-400">
<div class="text-3xl xl:text-6xl md:text-4xl kanit-semibold mx-auto text-center text-primary-800 dark:text-primary-400">
{{ .Page.Params.hero.title }}
</div>

View File

@@ -1,4 +1,4 @@
<div class=" max-w-xs text-4xl kanit-semibold mx-auto text-center dark:text-white pt-6">
<div class=" max-w-xs text-2xl md:text-3xl lg:text-4xl kanit-semibold mx-auto text-center dark:text-white pt-4 md:pt-6">
<div id="default-carousel" class="relative w-full text-primary-600 dark:text-gray-400" data-carousel="slide">
<!-- Slider wrapper -->
<div class="relative h-10 overflow-hidden rounded-lg">

View File

@@ -1,3 +1,3 @@
<div class="max-w-screen-sm text-xl mx-auto text-center text-primary-800 dark:text-gray-200 pt-8 kanit-light">
We provide reliable, affordable tech support for homes and businesses in the Palmer-Wasilla area.
<div class="max-w-screen-sm text-xl mx-auto text-center text-primary-800 dark:text-gray-200 pt-2 md:pt-6 kanit-light">
{{ .Page.Params.hero.tagline }}
</div>

View File

@@ -0,0 +1,3 @@
<div class="absolute right-0 bottom-0">
<img class="p-8" src="/img/veteran-owned.png" alt="veteran owned business">
</div>