feat: remove Coming Soon heading, show logo only

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-04-02 11:53:17 -04:00
parent 26c214b156
commit 7f07b70b33

View file

@ -1,15 +1,9 @@
<template>
<header class="text-center space-y-5 max-md:space-y-3 animate-fade-in">
<header class="text-center animate-fade-in">
<img
src="/logo.png"
alt="Atitlan.io"
class="w-32 max-md:w-20 mx-auto drop-shadow-[0_4px_20px_var(--color-primary)] animate-float"
/>
<h1 class="text-7xl max-md:text-4xl font-extralight tracking-tight leading-tight bg-gradient-to-r from-foreground to-bitcoin bg-clip-text text-transparent">
Coming Soon
</h1>
<p class="text-xl max-md:text-base font-light tracking-[0.2em] text-primary leading-relaxed">
Atitlan.io
</p>
</header>
</template>