About
{{ section.settings.eyebrow }}
{{ section.settings.title }}
{{ section.settings.description }}
{% if section.settings.button_label != blank %}
{{ section.settings.button_label }}
{% endif %}
{% if section.settings.image != blank %}
{{ section.settings.image | image_url: width: 1200 | image_tag: alt: section.settings.title }}
{% else %}
{{ 'image' | placeholder_svg_tag }}
{% endif %}