diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 7a19f2d..32d455a 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -178,6 +178,38 @@ "cta": "Write to us" } }, + "reservations": { + "hero": { + "kicker": "Reservations · Plan Your Visit", + "title": "Come stay with us", + "lede": "A weekend visit, a week-long retreat, a small gathering, or a quiet residency — there are several ways to spend time at the château." + }, + "kindsTitle": "Ways to stay", + "kinds": { + "weekendTitle": "A weekend visit", + "weekendBody": "Two or three nights to walk the grounds, sit at the farm table, and slow down.", + "retreatTitle": "A week-long retreat", + "retreatBody": "Time enough to settle in — solo or with a small group — and let a rhythm form.", + "gatheringTitle": "Small gatherings", + "gatheringBody": "We host workshops, ceremonies and intimate events that fit the spirit of the place.", + "residencyTitle": "Residencies", + "residencyBody": "Year-round residencies for artists, makers and stewards. See Long Stays for paths in." + }, + "valuesTitle": "How we host", + "valuesBody": "We welcome visits aligned with mindfulness, collaboration, reciprocity, balance and reverence. Drama-, drink- and drug-free. Children and quiet pets are welcome on request.", + "formTitle": "Request a stay", + "formSubtitle": "A proper booking form is on its way. In the meantime, write to us and we'll arrange dates by email.", + "formPlaceholder": "Booking form — coming soon.", + "contactCard": { + "title": "Get in touch", + "emailLabel": "Email", + "addressLabel": "Address", + "openingLabel": "Opening", + "openingValue": "Fall 2026" + }, + "ctaEmail": "Write to us", + "ctaAccommodation": "See accommodation" + }, "opportunities": { "hero": { "kicker": "Collaborate · Opportunities", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 994016f..61b8d45 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -178,6 +178,38 @@ "cta": "Nous écrire" } }, + "reservations": { + "hero": { + "kicker": "Réservations · Préparer votre visite", + "title": "Venir séjourner", + "lede": "Un weekend, une semaine de retraite, un petit rassemblement ou une résidence silencieuse — plusieurs façons de passer du temps au château." + }, + "kindsTitle": "Modes de séjour", + "kinds": { + "weekendTitle": "Un weekend", + "weekendBody": "Deux ou trois nuits pour parcourir les terres, s'asseoir à la table de la ferme, et ralentir.", + "retreatTitle": "Une semaine de retraite", + "retreatBody": "Assez de temps pour se poser — seul·e ou en petit groupe — et laisser un rythme se former.", + "gatheringTitle": "Petits rassemblements", + "gatheringBody": "Nous accueillons des ateliers, des cérémonies et des événements intimes en accord avec l'esprit du lieu.", + "residencyTitle": "Résidences", + "residencyBody": "Résidences toute l'année pour artistes, artisan·es et gardien·nes. Voir Séjours longue durée pour les voies d'entrée." + }, + "valuesTitle": "Notre manière d'accueillir", + "valuesBody": "Nous accueillons les séjours alignés sur la pleine présence, la collaboration, la réciprocité, l'équilibre et la révérence. Sans drama, sans alcool, sans drogue. Enfants et animaux calmes bienvenus sur demande.", + "formTitle": "Demander un séjour", + "formSubtitle": "Un véritable formulaire de réservation arrive bientôt. En attendant, écrivez-nous et nous fixerons les dates par mail.", + "formPlaceholder": "Formulaire de réservation — bientôt disponible.", + "contactCard": { + "title": "Nous joindre", + "emailLabel": "Email", + "addressLabel": "Adresse", + "openingLabel": "Ouverture", + "openingValue": "Automne 2026" + }, + "ctaEmail": "Nous écrire", + "ctaAccommodation": "Voir l'hébergement" + }, "opportunities": { "hero": { "kicker": "Collaborer · Opportunités", diff --git a/src/views/ReservationsView.vue b/src/views/ReservationsView.vue index 015ebbb..8517821 100644 --- a/src/views/ReservationsView.vue +++ b/src/views/ReservationsView.vue @@ -1,12 +1,126 @@