Refactored some things in the frontend

This commit is contained in:
cami 2021-06-07 04:14:00 +02:00
parent c72e2bd2e9
commit 49106ea1b6
15 changed files with 1901 additions and 49 deletions

View file

@ -11,17 +11,24 @@ function HeroSection() {
<div className="hero-btns">
<Button
className="btns"
buttonStyle="btn--outline"
buttonStyle="btn--primary"
buttonSize="btn--large"
>
GET STARTED
Anleitung
</Button>
<Button
className="btns"
buttonStyle="btn--primary"
buttonSize="btn--large"
>
WATCH TRAILER <i className="far fa-play-circle" />
Einloggen (wenn du schon einmal mitgemacht hast)
</Button>
<Button
className="btns"
buttonStyle="btn--primary"
buttonSize="btn--large"
>
Registrieren (falls du das erste Mal hier bist)
</Button>
</div>
</div>