Skip to content

Instantly share code, notes, and snippets.

@Fredyest
Fredyest / test.liquid
Created October 28, 2025 00:08
Test Corso Alfredo Ramirez
{% 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 %}