diff --git a/config.example.yaml b/config.example.yaml index c77252a..3c6c030 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -12,7 +12,7 @@ site: wedding: date: "2026-11-07T16:00:00+02:00" # RFC3339, guest arrival time; drives countdown + photo upload gate ceremony_time: "16:00 for 16:30" # display text - rsvp_by: "2026-10-17T00:00:00+02:00" # RFC3339, RSVP deadline; drives the RSVP countdown + rsvp_by: "2026-10-01T00:00:00+02:00" # RFC3339, RSVP deadline; drives the RSVP countdown venue_name: "Rivier Plaas Wedding Venue" venue_address: "Langenhoven Street, Riversdale, Meyerton, 1961" rsvp_phone: "076 925 1718" diff --git a/ui/src/routes/thanks/+page.svelte b/ui/src/routes/thanks/+page.svelte index 2f83213..d75e950 100644 --- a/ui/src/routes/thanks/+page.svelte +++ b/ui/src/routes/thanks/+page.svelte @@ -13,6 +13,8 @@ { name: "Hein Puth (Warky Devs)", role: "Website & Friend" }, { name: "Ronel Gous", role: "Ronel Events and Designs & Friend" }, { name: "Monica", role: "Rivier Plaas Wedding Venue" }, + { name: "Anton (Music Fanatics)", role: "DJ" }, + { name: "Alan Cameron (AA Photography)", role: "Photography" }, ];