diff --git a/src/components/Footer.js b/src/components/Footer.js
index 23eee31..d4f72aa 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -1,19 +1,25 @@
-import {Link} from "@nextui-org/react";
+import {Container, Link, Row} from "@nextui-org/react";
function Footer() {
return (
-
- Impressum und Datenschutz
-
+
+
+
+ Impressum und Datenschutz
+
+
+
);
}