More visual updates

This commit is contained in:
2025-02-24 23:36:34 -06:00
parent 6cc77a39ae
commit 0be45ac39b
5 changed files with 54 additions and 27 deletions

View File

@ -4,6 +4,7 @@ import Layout from "../layouts/Layout.astro";
<Layout title="Welcome">
<div class="flex flex-col gap-8 max-w-5xl mx-auto p-6">
<img src="/hero.jpeg" alt="" height="250" width="250" class="rounded-full mx-auto">
<!-- Header -->
<div class="text-center space-y-4">
<div class="text-5xl font-normal" style="font-family: 'Great Vibes', cursive;">❤️ Natasha + Ixabat ❤️</div>
@ -55,9 +56,17 @@ import Layout from "../layouts/Layout.astro";
<!-- RSVP Section -->
<div class="text-center space-y-4">
<p class="text-lg">Please RSVP whether you're able to come or not by <span class="font-semibold">April 1</span></p>
<a href="/rsvp" class="btn btn-primary btn-lg">
RSVP Now
</a>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="/rsvp" class="btn btn-primary btn-lg">
RSVP Now
</a>
<a href="/registry" class="btn btn-secondary btn-lg">
Wedding Registry
</a>
<a href="/faq" class="btn btn-accent btn-lg">
FAQ
</a>
</div>
</div>
</div>
</Layout>