diff --git a/src/components/layout/SiteFooter.vue b/src/components/layout/SiteFooter.vue index e6036e1..e6f3912 100644 --- a/src/components/layout/SiteFooter.vue +++ b/src/components/layout/SiteFooter.vue @@ -1,6 +1,7 @@ + + + + + Earth Walker + + + Design + + + diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index ff45632..6b8b340 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -26,8 +26,7 @@ "body": "The studio works closely with a small number of homes each year, slowly and intentionally — letting the architecture, the light, and the people who live there set the brief." }, "selected": { - "eyebrow": "Selected work", - "headline": "Recent work." + "eyebrow": "Selected work" }, "cta": { "eyebrow": "Inquiries", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index f18c7ae..c136d66 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -26,8 +26,7 @@ "body": "El estudio trabaja de cerca con un pequeño número de hogares cada año, despacio y con intención — dejando que la arquitectura, la luz y las personas que viven allí marquen el rumbo." }, "selected": { - "eyebrow": "Obra seleccionada", - "headline": "Proyectos recientes." + "eyebrow": "Obra seleccionada" }, "cta": { "eyebrow": "Consultas", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index d539f9e..9060f46 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -26,8 +26,7 @@ "body": "Le studio accompagne chaque année quelques maisons, lentement et avec intention — en laissant l'architecture, la lumière, et les personnes qui y vivent guider la démarche." }, "selected": { - "eyebrow": "Œuvre sélectionnée", - "headline": "Projets récents." + "eyebrow": "Œuvre sélectionnée" }, "cta": { "eyebrow": "Demandes", diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f8fe19f..dd4a22b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -4,6 +4,7 @@ import { RouterLink } from 'vue-router' import { useI18n } from 'vue-i18n' import { AspectRatio } from '@/components/ui/aspect-ratio' import { Button } from '@/components/ui/button' +import Wordmark from '@/components/layout/Wordmark.vue' import { projects } from '@/data/projects' const { t } = useI18n({ useScope: 'global' }) @@ -34,11 +35,9 @@ const projectCards = computed(() =>
- {{ t('home.hero.eyebrow') }} -
+{{ t('home.selected.eyebrow') }}
-{{ t('home.selected.eyebrow') }}