diff --git a/pages/login.js b/pages/login.js
index 8e91e51..b40afc4 100644
--- a/pages/login.js
+++ b/pages/login.js
@@ -26,8 +26,8 @@ function Login() {
+
-
Turnie.re - Registrierung
+
Registrieren: turnie.re
-
Registrierung
+
+
+
)
+
+function Register() {
+ return (
+
+
+
+ Account anlegen
+
+
+
+
+
+ );
+}
+
+function RegisterForm() {
+ return (
+
+ );
+}
+
+function AccountRequirementMarketing() {
+ return (
+
+
+
+ Warum ein Account nötig ist
+ Du benötigst deinen Account, damit nur du dein Turnier bearbeiten kannst.
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/static/css/login.css b/static/css/login.css
index ea52c58..87b73d1 100644
--- a/static/css/login.css
+++ b/static/css/login.css
@@ -1,5 +1,5 @@
.stadium-bg {
- background: url("/static/images/landingpage-background.jpg") no-repeat center;
+ background: url("/static/images/tennis-blurred.jpg") no-repeat center;
background-size: cover;
min-height: 100vh;
}
\ No newline at end of file