{% comment %} Before/After Slider Component (single slider). - Uses page.before_image / page.after_image (with optional before_after_caption). - Hidden when show_transformation is false or the images aren't set. {% endcomment %} {% if page.show_transformation != false and page.before_image and page.before_image != "" and page.after_image and page.after_image != "" %}

{{ page.transformation_heading }}

{{ page.transformation_description }}

Before
Before
After
After
{% if page.before_after_caption and page.before_after_caption != "" %}

{{ page.before_after_caption }}

{% endif %}
{% endif %}