hero

{
    "title": "hero1",
    "paragraph": "linha1\nlinha2",
    "image": "asset:3"
}

prices

{
    "pretitle": "pretitulo precos",
    "title": "precos",
    "plans": [
        {
            "features": [
                {
                    "enabled": true,
                    "label": "a1"
                },
                {
                    "label": "a2",
                    "enabled": false
                }
            ],
            "title": "preco1",
            "price_label": "preco1b"
        },
        {
            "title": "preco2",
            "price_label": "222",
            "features": [
                {
                    "label": "a2",
                    "enabled": false
                }
            ]
        }
    ]
}

hero

{
    "title": "hero2",
    "paragraph": "linha1\nlinha2"
}

services_list

{
    "items": [
        {
            "text": "BBB",
            "icon": "123",
            "title": "AAA"
        }
    ]
}

services_list

{
    "pretitle": "lista2",
    "title": "list2titulo",
    "items": [
        {
            "icon": "1",
            "title": "servico1",
            "text": "sssssssssssss"
        },
        {
            "icon": "servico2",
            "title": "dddddddddddd",
            "text": "eeeeeeeeeeeee"
        }
    ],
    "image": "asset:4"
}