simplified landing
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user