feat: replicate atitlan.io homepage

- HeroSection: logo with float animation, gradient heading, subtitle
- BtcmatCard: cash-in/out rates with hover effects
- AtmStatus: live Nostr WebSocket (Kind 30078) status from strfry relay
- Contact links (Telegram, email)
- Background image with low opacity overlay
- Remove Vite template boilerplate

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-04-01 16:53:46 -04:00
parent af52a7686f
commit f56a976111
13 changed files with 246 additions and 126 deletions

View file

@ -1,10 +1,11 @@
<!doctype html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>atio-home</title>
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#1e1e2e" />
<title>Atitlan.io - Coming Soon</title>
</head>
<body>
<div id="app"></div>