interim commit

This commit is contained in:
Preston Baxter 2023-11-24 08:57:35 -06:00
parent a2fde64459
commit f0bdb07248
2 changed files with 9 additions and 9 deletions

View File

@ -14,12 +14,12 @@ templ LandingContent() {
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
<div class="pr-12">
<h1 class="text-white font-semibold text-5xl">
Your story starts with us.
Automate the things that take time
</h1>
<p class="mt-4 text-lg text-gray-300">
This is a simple example of a Landing Page you can build using
Tailwind Starter Kit. It features multiple CSS components
based on the Tailwindcss design system.
Ministry has enough activities that take time. Automate
the things that take you away from the great commision.
Have more time to do what you are called to
</p>
</div>
</div>
@ -53,12 +53,12 @@ templ LandingContent() {
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-red-400"
>
<i class="fas fa-award"></i>
<i class="fa-brands fa-youtube"></i>
</div>
<h6 class="text-xl font-semibold">Awarded Agency</h6>
<h6 class="text-xl font-semibold">Youtube Live streams</h6>
<p class="mt-2 mb-4 text-gray-600">
Divide details about your product or agency work into parts.
A paragraph describing a feature will be enough.
Automatically schedule youtube live streams. Never manage your broadcasts again
with automated scheduling
</p>
</div>
</div>

View File

@ -19,7 +19,7 @@ templ Head(msg string) {
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<link
rel="stylesheet"