// Matches wedding.* / site.* in config.example.yaml. Used as an immediate // fallback while /api/config loads (and when developing the UI without the Go server). export const FALLBACK_SITE_URL = "https://zoeshaldon.warky.info"; export const FALLBACK_WEDDING_DATE = "2026-11-07T16:00:00+02:00"; export const FALLBACK_CEREMONY_TIME = "16:00 for 16:30"; export const FALLBACK_RSVP_BY_DATE = "2026-10-17T00:00:00+02:00"; export const FALLBACK_VENUE_NAME = "Rivier Plaas Wedding Venue"; export const FALLBACK_VENUE_ADDRESS = "Langenhoven Street, Riversdale, Meyerton, 1961"; export const FALLBACK_RSVP_PHONE = "076 925 1718";