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 - +
); } -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 ( +
    + Login + Registrieren +
    + ); +} + +export default () => ( +
    + + turnie.re + + + +