diff --git a/src/assets/hero-landscape.webp b/src/assets/hero-landscape.webp new file mode 100644 index 0000000..ef7139c Binary files /dev/null and b/src/assets/hero-landscape.webp differ diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index f9db728..1658a6b 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -137,16 +137,19 @@ } }, "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." + "title": "Welcome to the Château du Faune", + "body": "A place to create, to grow and to rejuvenate, at the foot of the Pyrenees. An artist residency and slow-living sanctuary for crafters, agroecologists and nature-enthusiasts looking for a home on the road.", + "cta": "Learn more about the Center for Art & Ecology" }, + "bouge": { + "kicker": "Currently in development at the château", + "title": "bouge.ariege.io", + "subtitle": "Launching summer 2026 · Try the demo", + "body": "A native, community-wide, decentralised calendar-of-events app", + "cta": "See more" + }, + "pathwaysIntro": "Here are some possible paths…", "pathways": { "title": "Find your way in", "subtitle": "Four ways to meet the land.", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index e9e1a05..baf9ec0 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -137,16 +137,19 @@ } }, "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." + "title": "Bienvenue au Château du Faune", + "body": "Un lieu pour créer, croître et se ressourcer, au pied des Pyrénées. Une résidence d'artistes et un sanctuaire de slow living pour artisan·es, agroécologues et amoureux·euses de la nature en quête d'un foyer sur le chemin.", + "cta": "En savoir plus sur le Centre pour l'art et l'écologie" }, + "bouge": { + "kicker": "En cours de développement au château", + "title": "bouge.ariege.io", + "subtitle": "Lancement été 2026 · Essayer la démo", + "body": "Une application de calendrier d'événements native, communautaire et décentralisée", + "cta": "En savoir plus" + }, + "pathwaysIntro": "Voici quelques chemins possibles…", "pathways": { "title": "Trouvez votre chemin", "subtitle": "Quatre façons de rencontrer le lieu.", diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 3cd8c67..ea78e2c 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -2,30 +2,15 @@ import { useI18n } from 'vue-i18n' import { RouterLink } from 'vue-router' import cosmicStag from '@/assets/cosmic-stag.webp' +import heroLandscape from '@/assets/hero-landscape.webp' const { t } = useI18n() const pathways = [ - { - key: 'dayVisit' as const, - to: '/reservations', - icon: '☕', - }, - { - key: 'activity' as const, - to: '/events', - icon: '✦', - }, - { - key: 'retreat' as const, - to: '/accommodation', - icon: '⛺', - }, - { - key: 'residency' as const, - to: '/long-stays', - icon: '✎', - }, + { key: 'dayVisit' as const, to: '/reservations' }, + { key: 'activity' as const, to: '/events' }, + { key: 'retreat' as const, to: '/accommodation' }, + { key: 'residency' as const, to: '/long-stays' }, ] const featuredEvents = [ @@ -49,131 +34,134 @@ const featuredEvents = [