diff --git a/app.vue b/app.vue
index cbc3fcd..78eea9c 100644
--- a/app.vue
+++ b/app.vue
@@ -6,4 +6,53 @@
-
+
diff --git a/components/Footer/Footer.css b/components/Footer/Footer.css
index 7459199..5cf2b6e 100644
--- a/components/Footer/Footer.css
+++ b/components/Footer/Footer.css
@@ -2,6 +2,10 @@
align-items: center;
padding: 1rem 15vw;
+ & a:hover {
+ color: var(--color-orange);
+ }
+
& .sitemap {
align-items: center;
flex-wrap: wrap;
diff --git a/components/Services/Services.vue b/components/Services/Services.vue
index 2e62a09..36705ac 100644
--- a/components/Services/Services.vue
+++ b/components/Services/Services.vue
@@ -100,7 +100,7 @@ const network = [
name: 'Maximilian Schluer',
img: '/img/network/maximilian.jpg',
tags: ['iOS Development', 'Software-QA'],
- flavour: 'Kann Ihr iOS-Team unterstützen oder ihr Software-Qualitätsproblem lösen – egal welches.',
+ flavour: 'Kann dein iOS-Team unterstützen oder dein Software-Qualitätsproblem lösen – egal welches.',
link: 'https://max-shluer.de',
},
]