{
  "title": "404 Illustrated Friendly",
  "type": "page",
  "thumbnail": "404_page/404-illustrated-friendly.png",
  "content": [
    {
      "id": "sec404if",
      "elType": "section",
      "settings": {
        "layout": "full_width",
        "content_width": "boxed",
        "background_background": "gradient",
        "background_color": "#6a11cb",
        "background_color_b": "#2575fc",
        "background_gradient_type": "linear",
        "background_gradient_angle": 120,
        "padding": {
          "unit": "px",
          "top": "150",
          "bottom": "150"
        }
      },
      "elements": [
        {
          "id": "col404if",
          "elType": "column",
          "settings": {
            "horizontal_align": "center"
          },
          "elements": [
            {
              "id": "heading404if",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "title": "404",
                "align": "center",
                "title_color": "#ffffff",
                "typography_typography": "custom",
                "typography_font_size": {
                  "unit": "px",
                  "size": 120
                },
                "typography_font_weight": "800"
              }
            },
            {
              "id": "oops404if",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "title": "Oops! Page Not Found",
                "align": "center",
                "title_color": "#ffffff",
                "typography_font_size": {
                  "unit": "px",
                  "size": 32
                }
              }
            },
            {
              "id": "desc404if",
              "elType": "widget",
              "widgetType": "text-editor",
              "settings": {
                "editor": "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.",
                "align": "center",
                "text_color": "#ffffff"
              }
            },
            {
              "id": "btn404if",
              "elType": "widget",
              "widgetType": "button",
              "settings": {
                "text": "Back to Homepage",
                "align": "center",
                "link": {
                  "url": "/"
                },
                "button_background_color": "#ff7e5f",
                "button_text_color": "#ffffff",
                "border_radius": {
                  "unit": "px",
                  "size": 30
                },
                "padding": {
                  "unit": "px",
                  "top": "15",
                  "bottom": "15",
                  "left": "35",
                  "right": "35"
                }
              }
            }
          ]
        }
      ]
    }
  ]
}
