Quiz

{% comment %} ApothéCrave Quiz Section Save as: sections/apothecrave-quiz.liquid {% endcomment %}

{{ section.settings.eyebrow }}

{{ section.settings.heading }}

{{ section.settings.subheading }}

{% schema %} { "name": "ApotheCrave Quiz", "settings": [ { "type": "text", "id": "eyebrow", "label": "Eyebrow", "default": "Find Your Honey Match" }, { "type": "text", "id": "heading", "label": "Heading", "default": "Take the quiz and discover your perfect ApothéCrave honey" }, { "type": "textarea", "id": "subheading", "label": "Subheading", "default": "Answer a few quick questions and we’ll point you toward the flavors that fit your goals, tastes, and daily routine." }, { "type": "color", "id": "section_bg", "label": "Section background", "default": "#f9f5e8" }, { "type": "color", "id": "card_bg", "label": "Card background", "default": "#fffaf0" }, { "type": "color", "id": "heading_color", "label": "Heading color", "default": "#2c2116" }, { "type": "color", "id": "text_color", "label": "Text color", "default": "#5a4b3d" }, { "type": "color", "id": "accent_color", "label": "Accent color", "default": "#d4a62a" }, { "type": "color", "id": "button_bg", "label": "Button background", "default": "#111111" }, { "type": "color", "id": "button_text", "label": "Button text", "default": "#ffffff" }, { "type": "url", "id": "red_velvet_url", "label": "Red Velvet URL" }, { "type": "url", "id": "salted_caramel_url", "label": "Salted Caramel URL" }, { "type": "url", "id": "blueberry_muffin_url", "label": "Blueberry Muffin URL" }, { "type": "url", "id": "birthday_cake_url", "label": "Birthday Cake URL" }, { "type": "url", "id": "pineapple_url", "label": "Pineapple URL" }, { "type": "url", "id": "chocolate_cake_url", "label": "Chocolate Cake URL" }, { "type": "url", "id": "lemon_pound_url", "label": "Lemon Pound Cake URL" }, { "type": "url", "id": "carrot_cake_url", "label": "Carrot Cake URL" } ], "presets": [ { "name": "ApotheCrave Quiz" } ] } {% endschema %}