diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx
index 42d4ca0..809cfae 100644
--- a/src/app/components/Footer.tsx
+++ b/src/app/components/Footer.tsx
@@ -1,4 +1,5 @@
import Link from 'next/link';
+import Image from 'next/image';
export default function Footer() {
return (
@@ -7,10 +8,12 @@ export default function Footer() {
diff --git a/src/app/components/NavigationBar.tsx b/src/app/components/NavigationBar.tsx
index 246f28b..7e1ed26 100644
--- a/src/app/components/NavigationBar.tsx
+++ b/src/app/components/NavigationBar.tsx
@@ -1,6 +1,7 @@
import Link from 'next/link';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faLanguage } from '@fortawesome/free-solid-svg-icons';
+import Image from 'next/image';
export default function NavigationBar() {
return (
@@ -10,7 +11,13 @@ export default function NavigationBar() {
>
-
+