{% extends 'base.html.twig' %} {% trans_default_domain 'Playground' %} {% set isRtl = app.request.locale == 'ar' %} {% set dir = isRtl ? 'rtl' : 'ltr' %} {% set arrowDir = isRtl ? 'left' : 'right' %} {% set marginStart = isRtl ? 'left' : 'right' %} {% set marginEnd = isRtl ? 'right' : 'left' %} {% block title %}{{ 'promo.page_title'|trans }} - Shamra Academia{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{# ── Hero Section ── #}
{{ 'promo.badge'|trans }}

{{ 'promo.hero_title_before'|trans }} {{ 'promo.hero_title_highlight'|trans }} {{ 'promo.hero_title_after'|trans }}

{{ 'promo.hero_subtitle'|trans }}

{# ── Features List ── #}

{{ 'promo.feature_library_title'|trans }}

{{ 'promo.feature_library_desc'|trans }}

{{ 'promo.feature_translation_title'|trans }}

{{ 'promo.feature_translation_desc'|trans }}

{{ 'promo.feature_search_title'|trans }}

{{ 'promo.feature_search_desc'|trans }}

{{ 'promo.feature_citation_title'|trans }}

{{ 'promo.feature_citation_desc'|trans }}

{{ 'promo.feature_proofread_title'|trans }}

{{ 'promo.feature_proofread_desc'|trans }}

{{ 'promo.feature_projects_title'|trans }}

{{ 'promo.feature_projects_desc'|trans }}

{{ 'promo.feature_download_title'|trans }}

{{ 'promo.feature_download_desc'|trans }}

{# ── And More ── #}
{{ 'promo.and_more'|trans }}
{# ── CTA Section ── #}
{% endblock %}