This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Section: Promo Cards (3 columnas) | |
| Crea tarjetas con imagen, título, texto y CTA. | |
| {% endcomment %} | |
| <section class="promo-cards" id="section-{{ section.id }}"> | |
| <div class="promo-cards__inner page-width"> | |
| {% if section.settings.heading != blank %} | |
| <h2 class="promo-cards__heading">{{ section.settings.heading }}</h2> | |
| {% endif %} |