* change RSVP deadline and venue details * add venue and wedding party pages with relevant information * enhance layout with additional meta descriptions and links
11 lines
624 B
TypeScript
11 lines
624 B
TypeScript
// 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";
|