From 92c108c19537d7f2f489cfd16f153452447c7d2d Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 8 Jun 2026 17:33:06 +0200 Subject: [PATCH] feat(home): hero, welcome, pathways, featured events, contact Five-section home view: cosmic-stag hero with primary CTAs, welcome panel paired with a property photo, four pathways (day visit / activity / retreat / residency) linking into the relevant sections, three featured upcoming events, contact band. Earthy serif/sans rhythm and accent terracotta hovers throughout. Event imagery loads from the Wix CDN for now; plan is to mirror to public/ once final selections are made. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/i18n/locales/en.json | 77 +++++++++++++- src/i18n/locales/fr.json | 77 +++++++++++++- src/views/HomeView.vue | 219 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 364 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 2b5b717..a481b28 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -8,7 +8,8 @@ "comingSoon": "Coming soon.", "learnMore": "Learn more", "seeAll": "See all", - "contactUs": "Contact us" + "contactUs": "Contact us", + "openingFall2026": "Opening fall 2026" }, "nav": { "concept": "Concept", @@ -33,5 +34,79 @@ "social": "Follow us", "address": "456 Grand Rue de Bellissen, Château de Bénac, 09000 France", "rights": "All rights reserved." + }, + "home": { + "hero": { + "kicker": "Ariège · Pyrenean foothills", + "lede": "An artist residency, a working farm and an events venue — practising slow living with humble reverence for the natural world.", + "ctaVisit": "Plan your visit", + "ctaConcept": "Discover the concept" + }, + "welcome": { + "title": "Farmstand ✦ Land art ✦ Residency ✦ Events", + "body": "Eleven hectares at Château de Bénac, where regenerative practices, ecological design and artistic work share the same ground. We are growing the place slowly — opening to the public in fall 2026." + }, + "pathways": { + "title": "Find your way in", + "subtitle": "Four ways to meet the land.", + "dayVisit": { + "title": "Drop by for the day", + "body": "Visit the farmstand and the land-art gallery, picnic in the sculpture garden." + }, + "activity": { + "title": "Join an activity", + "body": "Workshops, yoga, sauna soirees, open-air concerts and seasonal celebrations." + }, + "retreat": { + "title": "Stay for a retreat", + "body": "Short stays for makers, writers, retreaters and small gatherings." + }, + "residency": { + "title": "Apply for a residency", + "body": "Long-term residencies for artists, builders, growers, and stewards." + } + }, + "events": { + "title": "What's coming up", + "subtitle": "A glimpse of the season ahead. Inaugural programming opens fall 2026.", + "seeAll": "See all events" + }, + "contact": { + "title": "Visit us in Ariège", + "body": "We're at 456 Grand Rue de Bellissen, Château de Bénac, 09000 France. Write us, send a smoke signal, or follow along online.", + "cta": "Write to us" + } + }, + "events": { + "saunaSoiree": { + "title": "Sauna Soiree", + "date": "First Sunday of the month", + "location": "Wellness Nook" + }, + "springResidency": { + "title": "Spring Residency — The Spirit of Art", + "date": "March 1, 2027", + "location": "Main building, Temple" + }, + "picnicJam": { + "title": "Picnic Potluck & Jam — Salad Buffet", + "date": "March 22, 2026", + "location": "Mad Hatter's Tea Party Table" + }, + "artWalk": { + "title": "Evening Art Walk & Open-Air Concert", + "date": "May 15, 2026", + "location": "Main building, Temple" + }, + "yinYoga": { + "title": "Cozy Yin Yoga & Tea", + "date": "Thursday evenings", + "location": "Wellness Nook" + }, + "vinyasaFlow": { + "title": "Yoga Vinyasa Flow", + "date": "Wednesday mornings", + "location": "Wellness Nook" + } } } diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 5f83833..6ca7b37 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -8,7 +8,8 @@ "comingSoon": "Bientôt disponible.", "learnMore": "En savoir plus", "seeAll": "Voir tout", - "contactUs": "Nous contacter" + "contactUs": "Nous contacter", + "openingFall2026": "Ouverture à l'automne 2026" }, "nav": { "concept": "Concept", @@ -33,5 +34,79 @@ "social": "Suivez-nous", "address": "456 Grand Rue de Bellissen, Château de Bénac, 09000 France", "rights": "Tous droits réservés." + }, + "home": { + "hero": { + "kicker": "Ariège · piémont pyrénéen", + "lede": "Une résidence d'artistes, une fermette en activité et un lieu d'événements — pratiquer le slow living avec révérence pour le monde naturel.", + "ctaVisit": "Préparer votre visite", + "ctaConcept": "Découvrir le concept" + }, + "welcome": { + "title": "Fermette ✦ Art de la terre ✦ Résidence ✦ Événements", + "body": "Onze hectares au Château de Bénac, où pratiques régénératives, design écologique et création artistique partagent le même sol. Nous faisons croître ce lieu doucement — ouverture au public à l'automne 2026." + }, + "pathways": { + "title": "Trouvez votre chemin", + "subtitle": "Quatre façons de rencontrer le lieu.", + "dayVisit": { + "title": "Passer une journée", + "body": "Visitez la fermette et la galerie d'art de la terre, pique-niquez dans le jardin de sculptures." + }, + "activity": { + "title": "Rejoindre une activité", + "body": "Ateliers, yoga, soirées sauna, concerts en plein air et célébrations saisonnières." + }, + "retreat": { + "title": "Faire une retraite", + "body": "Courts séjours pour artistes, écrivain·es, retraitant·es et petits rassemblements." + }, + "residency": { + "title": "Candidater à une résidence", + "body": "Résidences longue durée pour artistes, bâtisseur·euses, maraîcher·ères et gardien·nes du lieu." + } + }, + "events": { + "title": "À venir prochainement", + "subtitle": "Un aperçu de la saison qui arrive. La programmation inaugurale ouvre à l'automne 2026.", + "seeAll": "Voir tous les événements" + }, + "contact": { + "title": "Nous rendre visite en Ariège", + "body": "456 Grand Rue de Bellissen, Château de Bénac, 09000 France. Écrivez-nous, envoyez un signal de fumée, ou suivez-nous en ligne.", + "cta": "Nous écrire" + } + }, + "events": { + "saunaSoiree": { + "title": "Soirée sauna", + "date": "Premier dimanche du mois", + "location": "Coin bien-être" + }, + "springResidency": { + "title": "Résidence de printemps — L'esprit de l'art", + "date": "1er mars 2027", + "location": "Bâtiment principal, le Temple" + }, + "picnicJam": { + "title": "Pique-nique partagé & jam — Buffet de salades", + "date": "22 mars 2026", + "location": "Table du Chapelier fou" + }, + "artWalk": { + "title": "Promenade artistique & concert en plein air", + "date": "15 mai 2026", + "location": "Bâtiment principal, le Temple" + }, + "yinYoga": { + "title": "Yin Yoga & tisane", + "date": "Les jeudis soir", + "location": "Coin bien-être" + }, + "vinyasaFlow": { + "title": "Vinyasa Flow", + "date": "Les mercredis matin", + "location": "Coin bien-être" + } } } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index e558339..a49c684 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,15 +1,220 @@