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/views/HomeView.vue b/src/views/HomeView.vue index f8fe19f..f9929d6 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') }} -
+