diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index 3a96b8f..36b5bb5 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -1,6 +1,9 @@ import { Routes } from '@angular/router'; -import {LandingPageComponent} from "./landing-page/landing-page.component"; +import { LandingComponent } from './landing/landing.component'; export const routes: Routes = [ - { path: '', component: LandingPageComponent } + { + path: '', + component: LandingComponent, + }, ]; diff --git a/frontend/src/app/landing/landing.component.html b/frontend/src/app/landing/landing.component.html index fb8924f..5922ccc 100644 --- a/frontend/src/app/landing/landing.component.html +++ b/frontend/src/app/landing/landing.component.html @@ -6,7 +6,20 @@ [class.py-1.5]="!isScrolled" >
{{ game.description }}
+Up to €50,000 monthly rewards
+Get paid in 5 minutes!
+Highest odds in the industry!
Unlock special perks and rewards!
-