simplified landing

This commit is contained in:
Mik-TF
2024-06-07 09:14:05 -04:00
parent e2e94ee411
commit 5a0d6025a7
3 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,5 @@ import { SITE } from 'astrowind:config';
---
<span class="flex items-center self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
<img src="/assets/images/logo.svg" alt="Site Logo" class="h-8 w-auto mr-2" />
{SITE?.name}
</span>

View File

@@ -32,8 +32,6 @@ const {
<div class="pt-0 md:pt-12 pointer-events-none"></div>
<div class="py-8 md:py-20">
<div class="text-center pb-8 md:pb-16 max-w-5xl mx-auto">
<!-- Add the logo before the tagline -->
<img src="/assets/images/logo.svg" alt="Logo" class=" mx-auto mb-4 h-65 sm:h-23 w-auto" />
{
tagline && (
<p