Balance App Founders

{% comment %} Competition Thank You Page Simple thank you page for competition entry confirmation. Image uploaded via Shopify admin settings. URL: /pages/competition-thank-you {% endcomment %}
{% if section.settings.image != blank %} Competition entry {% else %} Competition entry {% endif %}

{{ section.settings.heading | default: "You're In!" }}

{{ section.settings.subtitle | default: "Thanks for entering our competition. Your entry has been received and you're now in the draw." }}

{% if section.settings.details != blank %}

{{ section.settings.details }}

{% endif %}

{{ section.settings.cta_heading | default: "While You Wait..." }}

{{ section.settings.cta_text | default: "Why not check out our chef-prepared meals? High protein, ready in minutes." }}

{{ section.settings.cta_button | default: "Get Started" }}
{% render 'seo-social-proof' %} {% render 'seo-how-it-works' %} {% render 'seo-popular-meals' %}
{% schema %} { "name": "Competition Thank You", "settings": [ { "type": "image_picker", "id": "image", "label": "Hero Image" }, { "type": "text", "id": "heading", "label": "Heading", "default": "You're In!" }, { "type": "textarea", "id": "subtitle", "label": "Subtitle", "default": "Thanks for entering our competition. Your entry has been received and you're now in the draw." }, { "type": "textarea", "id": "details", "label": "Additional Details (optional)", "default": "We'll contact you directly if you win. Good luck!" }, { "type": "header", "content": "CTA Section" }, { "type": "text", "id": "cta_heading", "label": "CTA Heading", "default": "While You Wait..." }, { "type": "textarea", "id": "cta_text", "label": "CTA Text", "default": "Why not check out our chef-prepared meals? High protein, ready in minutes." }, { "type": "text", "id": "cta_button", "label": "Button Text", "default": "Browse Our Menu" }, { "type": "url", "id": "cta_link", "label": "Button Link" } ], "presets": [{ "name": "Competition Thank You" }] } {% endschema %}