diff --git a/pages/index.js b/pages/index.js
index 835e413..e7457a0 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -4,9 +4,8 @@ import Head from 'next/head'
const Index = (props) => {
return (
-
-
Turnie.re - Startseite
-
+
+
Dies ist die Startseite!
- Datenschutzerklärung
@@ -19,8 +18,99 @@ const Index = (props) => {
- Turnieranzeige
- Turnieranzeige (Vollbild)
+
);
}
-export default () => ();
+function Footer() {
+ return (
+
+ );
+}
+
+function Bigimage(props) {
+ return (
+
+
{props.text}
+
+ );
+}
+
+function Nav() {
+ return (
+
+ );
+}
+
+function Navlink(props) {
+ return (
+
+ {props.text}
+
+ );
+}
+
+function Betabadge() {
+ return BETA;
+}
+
+function LoginLogoutButtons() {
+ return (
+
+ );
+}
+
+export default () => (
+
+
+
turnie.re
+
+
+
+
+
+
+
+);