fix(ui): remove wedding info display from homepage
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<script lang="ts">
|
||||
import PhotoBackground from "$lib/components/PhotoBackground.svelte";
|
||||
import { createWeddingInfo, formatFullDate } from "$lib/wedding-info.svelte";
|
||||
import { createRsvpStatus } from "$lib/rsvp-status.svelte";
|
||||
|
||||
const wedding = createWeddingInfo();
|
||||
const rsvpStatus = createRsvpStatus();
|
||||
</script>
|
||||
|
||||
@@ -24,20 +22,6 @@
|
||||
</h1>
|
||||
<p class="text-surface-100 text-2xl">are getting married</p>
|
||||
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="text-surface-50 text-2xl font-medium sm:text-3xl">
|
||||
{formatFullDate(wedding.date)}
|
||||
</p>
|
||||
<p class="text-surface-200 text-2xl tracking-wide">
|
||||
{wedding.ceremonyTime}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-0.5">
|
||||
<p class="text-surface-50 text-2xl">{wedding.venueName}</p>
|
||||
<p class="text-surface-100 text-2xl">{wedding.venueAddress}</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-4 text-center">
|
||||
<p class="text-surface-100 text-xl">
|
||||
Welcome to our wedding website! We are so excited to celebrate
|
||||
@@ -48,9 +32,7 @@
|
||||
Browse the menu above to find venue directions, dress code details, and
|
||||
RSVP information.
|
||||
</p>
|
||||
<p class="text-surface-100 text-xl">
|
||||
We can't wait to see you on {formatFullDate(wedding.date)}, {wedding.ceremonyTime}!
|
||||
</p>
|
||||
<p class="text-surface-100 text-xl">We can't wait to see you soon!</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-2 flex flex-wrap items-center justify-center gap-4">
|
||||
|
||||
Reference in New Issue
Block a user