Landing page

The Nzoni boilerplate comes with preset landing page.

Here's the look of the landing page components folder

├── node_modules
├── src
│   ├── app  
│   │  ├── landing-page
│   │  │   ├── components
│   │  │   │   ├── call-to-action
│   │  │   │   ├── facts
│   │  │   │   ├── faq
│   │  │   │   ├── features
│   │  │   │   ├── hero
│   │  │   │   ├── how-it-works
│   │  │   │   ├── preview
│   │  │   │   ├── pricing
│   │  │   │   ├── testimonial
│   │  │   │   ├── trust
│   │  │   ├── term-of-service
│   │  │   ├── landing-page.component.html
│   │  │   ├── landing-page.component.scss
│   │  │   ├── landing-page.component.ts
│   │  │   ├── landing-routing.module.ts
│   │  │   ├── landing.module.ts          

Find all components in landing-page.component.html

Last updated