---
### ALL PAGES ###
layout: themes/[ site.theme.id ]/frontend/core/base
### PAGE CONFIG ###
# Hero Section
hero:
headline: "We'd love your"
headline_accent: "feedback"
subheadline: "Help us improve {{ site.brand.name }} by sharing your experience"
# Feedback Form Section
feedback_form:
superheadline:
icon: "face-smile"
text: "Your experience"
headline: "How would you rate"
headline_accent: "{{ site.brand.name }}?"
subheadline: "Select a rating and let us know what you think."
ratings:
- id: "dislike"
label: "Poor"
image: "https://cdn.itwcreativeworks.com/assets/general/images/feedback/dislike.png?cb={{ site.uj.cache_breaker }}"
- id: "neutral"
label: "Okay"
image: "https://cdn.itwcreativeworks.com/assets/general/images/feedback/neutral.png?cb={{ site.uj.cache_breaker }}"
- id: "like"
label: "Good"
image: "https://cdn.itwcreativeworks.com/assets/general/images/feedback/like.png?cb={{ site.uj.cache_breaker }}"
- id: "love"
label: "Excellent"
image: "https://cdn.itwcreativeworks.com/assets/general/images/feedback/love.png?cb={{ site.uj.cache_breaker }}"
# Prerender icons for JS
prerender_icons:
- name: "star"
- name: "arrow-up-right-from-square"
- name: "copy"
- name: "check"
---
{{ page.resolved.hero.subheadline }}
{{ page.resolved.feedback_form.subheadline }}
{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}
{% iftruthy page.resolved.hero.subheadline %}
{{ page.resolved.feedback_form.headline }}
{% iftruthy page.resolved.feedback_form.headline_accent %}
{{ page.resolved.feedback_form.headline_accent }}
{% endiftruthy %}
{% iftruthy page.resolved.feedback_form.subheadline %}