<h1> This is a simple featured product section </h>
<p>{{ section.settings.featured_product.title }}</p>

{% schema %}
{
  "name": "Simple Featured Product",
  "settings": [
    {"type": "product", "id": "featured_product", "label": "Featured Product"}
  ],
  "presets": [
    {"name": "Simple Featured Product"}
  ]
}
{% endschema %}