Campaign Showcase

{% schema %} { "name": "Campaign Case Studies", "settings": [ { "type": "text", "id": "badge_text", "label": "Badge Text", "default": "CASE STUDIES" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Campaigns That Made Waves" }, { "type": "text", "id": "highlight_text", "label": "Highlight Text", "default": "Made Waves" }, { "type": "textarea", "id": "subtitle", "label": "Subtitle", "default": "Real results from real brands. See how we turned strategy into performance." }, { "type": "text", "id": "button_text", "label": "Button Text", "default": "View All Work →" }, { "type": "url", "id": "button_link", "label": "Button Link" }, { "type": "color", "id": "background_color", "label": "Background Color", "default": "#050816" }, { "type": "color", "id": "accent_color", "label": "Accent Color", "default": "#6C63FF" }, { "type": "color", "id": "text_color", "label": "Text Color", "default": "#ffffff" } ], "blocks": [ { "type": "campaign", "name": "Campaign Card", "settings": [ { "type": "text", "id": "emoji", "label": "Emoji/Icon", "default": "🛍️" }, { "type": "text", "id": "platforms", "label": "Platforms", "default": "INSTAGRAM • TIKTOK" }, { "type": "text", "id": "title", "label": "Campaign Title", "default": "Lumina Beauty Launch" }, { "type": "textarea", "id": "description", "label": "Description", "default": "Product launch campaign targeting Gen Z beauty enthusiasts." }, { "type": "text", "id": "stat1", "label": "Stat 1", "default": "8.2M" }, { "type": "text", "id": "label1", "label": "Label 1", "default": "Impressions" }, { "type": "text", "id": "stat2", "label": "Stat 2", "default": "9.4%" }, { "type": "text", "id": "label2", "label": "Label 2", "default": "Eng Rate" }, { "type": "text", "id": "stat3", "label": "Stat 3", "default": "420%" }, { "type": "text", "id": "label3", "label": "Label 3", "default": "ROAS" } ] } ], "presets": [ { "name": "Campaign Case Studies" } ] } {% endschema %}
{{ section.settings.badge_text }}

{{ section.settings.heading | replace: section.settings.highlight_text, '' | append: section.settings.highlight_text | append: '' }}

{{ section.settings.subtitle }}

{{ section.settings.button_text }}
{% for block in section.blocks %}
{{ block.settings.emoji }}
{{ block.settings.platforms }}

{{ block.settings.title }}

{{ block.settings.description }}

{{ block.settings.stat1 }} {{ block.settings.label1 }}
{{ block.settings.stat2 }} {{ block.settings.label2 }}
{{ block.settings.stat3 }} {{ block.settings.label3 }}
{% endfor %}