{{ define "main" }}

{{ .Site.Params.hero.title }}

{{ .Site.Params.hero.subtitle }}

{{ if .Site.Params.hero.image }}
Hero
{{ end }}

Features

{{ range .Site.Params.features }}
{{ .icon }}

{{ .title }}

{{ .description }}

{{ end }}

What Our Customers Say

{{ range .Site.Params.testimonials }}

"{{ .quote }}"

{{ if .image }} {{ .author }} {{ end }}

{{ .author }}

{{ .role }}

{{ end }}

{{ .Site.Params.cta.title }}

{{ .Site.Params.cta.description }}

{{ .Site.Params.cta.buttonText }}
{{ end }}