diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 66e0962..0eecac2 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -39,7 +39,8 @@ "hero": { "kicker": "Center For Art & Ecology", "title": "Concept, Mission & Core Motivations", - "lede": "Opening Fall 2026: We humbly welcome you to join in on our next open community day event or enjoy a cozy tea & yoga class." + "lede": "Opening Fall 2026: We humbly welcome you to join in on our next open community day event or enjoy a cozy tea & yoga class.", + "lede2": "Coming soon !: Visit the new exhibit of ecological land art & to stop by and support our roadside farmstand and artisan boutique. See below for more info." }, "mission": { "title": "Our Mission", @@ -99,7 +100,9 @@ }, "mission": { "title": "The Vision", - "body": "Faun's Castle is a farm, residency and refuge dedicated to the intersection of art and ecology. Spread across 11 hectares of rolling meadow and woods, you'll find a place where ecological artists, curious spirits and mindful cultivators can come together to actualize a shared vision for ecological, intentional living. We represent a multicultural, multi-specied, diverse bunch of souls and our collective success is rooted in the harmonization of each individual's unique gifts in the whole system." + "body": "Faun's Castle is a farm, residency and refuge dedicated to the intersection of art and ecology (read more about the concept here). Spread across 11 hectares of rolling meadow and woods, you'll find a place where ecological artists, curious spirits and mindful cultivators can come together to actualize a shared vision for holistic, intentional living. We represent a multicultural, multi-specied, diverse bunch of souls and our collective success is rooted in the harmonization of each individual's unique gifts in the whole system.", + "livingAgreements": "Read more about our living agreements, rhythms & flows here.", + "governance": "Read more about our structures & governance models here." }, "philosophyTitle": "Our Values", "philosophySubtitle": "Five guiding qualities the work returns to.", @@ -338,6 +341,10 @@ "title": "Live & Work Here", "lede": "Open-call! We welcome collaborators, farmers, builders, artists and long-term residents to apply to join our project at this exciting, initial stage. See work opportunities, apprenticeships and upcoming residencies below." }, + "quote": { + "text": "An ounce of practice is worth more than tons of preaching.", + "attribution": "Gandhi" + }, "pathsTitle": "Explore pathways to get involved", "paths": { "exchangeTitle": "Work or volunteer here", diff --git a/src/views/ConceptView.vue b/src/views/ConceptView.vue index 761a563..2cd0c8f 100644 --- a/src/views/ConceptView.vue +++ b/src/views/ConceptView.vue @@ -22,7 +22,11 @@ const pillars = [ :kicker="t('concept.hero.kicker')" :title="t('concept.hero.title')" :lede="t('concept.hero.lede')" - /> + > +

+ {{ t('concept.hero.lede2') }} +

+ diff --git a/src/views/LongStaysView.vue b/src/views/LongStaysView.vue index 7241b2d..8a7dd04 100644 --- a/src/views/LongStaysView.vue +++ b/src/views/LongStaysView.vue @@ -21,6 +21,18 @@ const paths = ['exchange', 'rental', 'partial', 'funded'] as const :lede="t('longStays.hero.lede')" /> + + +
+ {{ t('longStays.quote.text') }} +
+ ~ {{ t('longStays.quote.attribution') }} +
+
+
+

diff --git a/src/views/VisionValuesView.vue b/src/views/VisionValuesView.vue index f5c3752..326b85d 100644 --- a/src/views/VisionValuesView.vue +++ b/src/views/VisionValuesView.vue @@ -39,6 +39,12 @@ const team = ['patrick', 'coco', 'charlie'] as const

{{ t('vision.mission.body') }}

+

+ {{ t('vision.mission.livingAgreements') }} +

+

+ {{ t('vision.mission.governance') }} +