refactor(landing): restructure landing page components and templates

This commit is contained in:
Jan-Marlon Leibl 2025-02-13 12:44:12 +01:00
parent 8514d6d73f
commit 9fe473302c
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
8 changed files with 475 additions and 244 deletions

View file

@ -8,7 +8,7 @@ import { NavbarComponent } from '../../shared/components/navbar/navbar.component
selector: 'app-homepage',
standalone: true,
imports: [NavbarComponent],
templateUrl: './homepage.component.html',
templateUrl: './home.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class HomeComponent {