{
    "name": "Blog Template - Sara Virtual Assistant",
    "type": "section",
    "content": [
        {
            "id": "heading_title",
            "elType": "widget",
            "widgetType": "heading",
            "settings": {
                "title": "Titolo dell\u2019Articolo",
                "tag": "h1",
                "align": "center",
                "size": "xl"
            }
        },
        {
            "id": "text_meta",
            "elType": "widget",
            "widgetType": "text-editor",
            "settings": {
                "editor": "Meta Descrizione SEO-friendly qui (max 155 caratteri)."
            }
        },
        {
            "id": "heading_intro",
            "elType": "widget",
            "widgetType": "heading",
            "settings": {
                "title": "Introduzione",
                "tag": "h2",
                "size": "lg"
            }
        },
        {
            "id": "text_intro",
            "elType": "widget",
            "widgetType": "text-editor",
            "settings": {
                "editor": "Breve introduzione coinvolgente."
            }
        },
        {
            "id": "image_1",
            "elType": "widget",
            "widgetType": "image",
            "settings": {
                "image": "URL_IMMAGINE_1",
                "size": "large",
                "align": "center"
            }
        },
        {
            "id": "heading_problem",
            "elType": "widget",
            "widgetType": "heading",
            "settings": {
                "title": "Definizione del Problema",
                "tag": "h2",
                "size": "lg"
            }
        },
        {
            "id": "list_problem",
            "elType": "widget",
            "widgetType": "icon-list",
            "settings": {
                "items": [
                    {
                        "text": "Uso eccessivo di dispositivi termici \ud83d\udd25"
                    },
                    {
                        "text": "Shampoo aggressivi \ud83e\uddf4"
                    },
                    {
                        "text": "Esposizione prolungata al sole \ud83c\udf1e"
                    }
                ]
            }
        },
        {
            "id": "image_2",
            "elType": "widget",
            "widgetType": "image",
            "settings": {
                "image": "URL_IMMAGINE_2",
                "size": "large",
                "align": "center"
            }
        },
        {
            "id": "heading_remedies",
            "elType": "widget",
            "widgetType": "heading",
            "settings": {
                "title": "Rimedi e Soluzioni",
                "tag": "h2",
                "size": "lg"
            }
        },
        {
            "id": "list_remedies",
            "elType": "widget",
            "widgetType": "icon-list",
            "settings": {
                "items": [
                    {
                        "text": "Taglio regolare delle punte \u2702\ufe0f"
                    },
                    {
                        "text": "Oli naturali per idratazione \ud83c\udf3f"
                    },
                    {
                        "text": "Shampoo senza solfati \ud83e\uddf4"
                    }
                ]
            }
        },
        {
            "id": "image_3",
            "elType": "widget",
            "widgetType": "image",
            "settings": {
                "image": "URL_IMMAGINE_3",
                "size": "large",
                "align": "center"
            }
        },
        {
            "id": "heading_conclusion",
            "elType": "widget",
            "widgetType": "heading",
            "settings": {
                "title": "Conclusione e Call to Action",
                "tag": "h2",
                "size": "lg"
            }
        },
        {
            "id": "text_conclusion",
            "elType": "widget",
            "widgetType": "text-editor",
            "settings": {
                "editor": "Riepilogo e invito all\u2019azione: 'Condividi la tua esperienza nei commenti!'"
            }
        },
        {
            "id": "image_signature",
            "elType": "widget",
            "widgetType": "image",
            "settings": {
                "image": "/mnt/data/Firma saravirtualassistant.png",
                "size": "medium",
                "align": "center"
            }
        }
    ]
}