{% if sections.about.background.media %} About Background {% endif %} {% if sections.about.background.overlay %}
{% endif %}
{{ sections.about.subtitle | default('About Our Brand') }}

{{ sections.about.title }}

{{sections.about.content}}

{% if sections.about.tagline %}

"{{ sections.about.tagline }}"

{% endif %}
{% if sections.about.media.type == 'image' %}
{{ sections.about.media.alt }}
{{ sections.about.media.title | default('Our Story') }}
{% if sections.about.media.subtitle %}
{{ sections.about.media.subtitle }}
{% endif %}
{% else %}
{% endif %} {% if sections.about.media.caption %}
{{ sections.about.media.caption }}
{% endif %}
{% for item in sections.about.items %}

{{ item.title }}

{{ item.description }}

{% if item.link %} {{ item.link.text }} → {% endif %}
{% endfor %}
{% if sections.about.timeline %}

{{ sections.about.timeline.title | default('Our Journey') }}

{% for event in sections.about.timeline.events %}

{{ event.title }}

{{ event.description }}

{{ event.year }}
{% endfor %}
{% endif %} {% if sections.about.team %}

{{ sections.about.team.title | default('Leadership Team') }}

{{ sections.about.team.description | default('Meet the people behind our success.') }}

{% for member in sections.about.team.members %}
{{ member.name }}
{% for social in member.socialLinks %} {% endfor %}

{{ member.name }}

{{ member.role }}

{% endfor %}
{% endif %} {% if sections.about.cta %} {% endif %}