diff --git a/app/components/hero/HeroBackground.vue b/app/components/hero/HeroBackground.vue
index a6adfef..5cffb66 100644
--- a/app/components/hero/HeroBackground.vue
+++ b/app/components/hero/HeroBackground.vue
@@ -6,7 +6,7 @@
src="/animations/supply-chain.lottie"
autoplay
loop
- class="absolute inset-0 w-full h-full"
+ class="absolute inset-0 w-full h-full object-cover"
:style="{
opacity: 1 - collapseProgress * 0.7,
transform: `scale(${1 + collapseProgress * 0.1})`
@@ -14,8 +14,12 @@
/>
-
-
+
+
diff --git a/app/components/navigation/MainNavigation.vue b/app/components/navigation/MainNavigation.vue
index 177ca5f..d9cd90e 100644
--- a/app/components/navigation/MainNavigation.vue
+++ b/app/components/navigation/MainNavigation.vue
@@ -1,7 +1,7 @@
@@ -9,7 +9,7 @@
- Optovia
+ Optovia
@@ -17,8 +17,8 @@