<!-- OlaBoa Story Founders -->
<section class="olaboa-story-founders">
  <div class="olaboa-story-founders__text">
    {{ section.settings.text }}
  </div>
  <div class="olaboa-story-founders__bold">
    {{ section.settings.bold_text }}
  </div>
</section>

{% schema %}
{
  "name": "OlaBoa Story Founders",
  "settings": [
    {
      "type": "richtext",
      "id": "text",
      "label": "Story text",
      "default": "<p>Our story is born from a <strong>shared love for Galicia</strong>, Northern Spain. Co-founder <strong>Cristina</strong>, a native Galician, carried a deep understanding of her homeland's rich culinary traditions when she moved to the US. Her partner, <strong>Johnny</strong>, quickly immersed himself in the Spanish culture, fully embracing the laid-back lifestyle.</p>"
    },
    {
      "type": "richtext",
      "id": "bold_text",
      "label": "Bold closing text",
      "default": "<p><strong>Driven by a mission to share the simple, authentic tinned fish that defines everyday Galician life, they founded Ola Boa.</strong></p>"
    }
  ],
  "presets": [
    {
      "name": "OlaBoa Story Founders"
    }
  ]
}
{% endschema %}
