refactor(landing): restructure landing page components and templates
This commit is contained in:
parent
8514d6d73f
commit
9fe473302c
8 changed files with 475 additions and 244 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue