{
  "type": "Program",
  "start": 0,
  "end": 1350,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 42,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "React"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "react",
        "rawValue": "react",
        "raw": "\"react\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 27,
      "end": 67,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 40
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 34,
          "end": 43,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 34,
            "end": 43,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 16
              }
            },
            "name": "Slideshow"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 49,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 22
          },
          "end": {
            "line": 2,
            "column": 39
          }
        },
        "value": "../../slideshow",
        "rawValue": "../../slideshow",
        "raw": "\"../../slideshow\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 68,
      "end": 91,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 75,
          "end": 76,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 75,
            "end": 76,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 82,
        "end": 90,
        "loc": {
          "start": {
            "line": 3,
            "column": 14
          },
          "end": {
            "line": 3,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "\"jquery\""
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 93,
      "end": 1349,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 108,
        "end": 1349,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 41,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 114,
          "end": 124,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 31
            }
          },
          "name": "AboutPanel"
        },
        "superClass": {
          "type": "MemberExpression",
          "start": 133,
          "end": 148,
          "loc": {
            "start": {
              "line": 5,
              "column": 40
            },
            "end": {
              "line": 5,
              "column": 55
            }
          },
          "object": {
            "type": "Identifier",
            "start": 133,
            "end": 138,
            "loc": {
              "start": {
                "line": 5,
                "column": 40
              },
              "end": {
                "line": 5,
                "column": 45
              }
            },
            "name": "React"
          },
          "property": {
            "type": "Identifier",
            "start": 139,
            "end": 148,
            "loc": {
              "start": {
                "line": 5,
                "column": 46
              },
              "end": {
                "line": 5,
                "column": 55
              }
            },
            "name": "Component"
          },
          "computed": false
        },
        "body": {
          "type": "ClassBody",
          "start": 149,
          "end": 1349,
          "loc": {
            "start": {
              "line": 5,
              "column": 56
            },
            "end": {
              "line": 41,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 153,
              "end": 503,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 18,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 153,
                "end": 170,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 2
                  },
                  "end": {
                    "line": 6,
                    "column": 19
                  }
                },
                "name": "componentDidMount"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 170,
                "end": 503,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 19
                  },
                  "end": {
                    "line": 18,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 173,
                  "end": 503,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 22
                    },
                    "end": {
                      "line": 18,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 179,
                      "end": 499,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 183,
                        "end": 216,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 183,
                          "end": 209,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 183,
                            "end": 202,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 183,
                              "end": 193,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 8
                                },
                                "end": {
                                  "line": 7,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 183,
                                "end": 187,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 188,
                                "end": 193,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 18
                                  }
                                },
                                "name": "props"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 194,
                              "end": 202,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 19
                                },
                                "end": {
                                  "line": 7,
                                  "column": 27
                                }
                              },
                              "name": "location"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 203,
                            "end": 209,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 28
                              },
                              "end": {
                                "line": 7,
                                "column": 34
                              }
                            },
                            "name": "images"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 210,
                          "end": 216,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 35
                            },
                            "end": {
                              "line": 7,
                              "column": 41
                            }
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 218,
                        "end": 434,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 43
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 226,
                            "end": 428,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 6
                              },
                              "end": {
                                "line": 14,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 226,
                              "end": 427,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 6
                                },
                                "end": {
                                  "line": 14,
                                  "column": 8
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 226,
                                "end": 240,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 226,
                                  "end": 230,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 231,
                                  "end": 240,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 20
                                    }
                                  },
                                  "name": "slideshow"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 243,
                                "end": 427,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 8
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 247,
                                  "end": 256,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 36
                                    }
                                  },
                                  "name": "Slideshow"
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 257,
                                    "end": 426,
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 7
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 267,
                                        "end": 303,
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 44
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 267,
                                          "end": 269,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 10
                                            }
                                          },
                                          "name": "el"
                                        },
                                        "value": {
                                          "type": "CallExpression",
                                          "start": 271,
                                          "end": 303,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 44
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 271,
                                            "end": 301,
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 271,
                                              "end": 290,
                                              "loc": {
                                                "start": {
                                                  "line": 9,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 9,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 271,
                                                "end": 280,
                                                "loc": {
                                                  "start": {
                                                    "line": 9,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 9,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 271,
                                                  "end": 275,
                                                  "loc": {
                                                    "start": {
                                                      "line": 9,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 9,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 276,
                                                  "end": 280,
                                                  "loc": {
                                                    "start": {
                                                      "line": 9,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 9,
                                                      "column": 21
                                                    }
                                                  },
                                                  "name": "refs"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 281,
                                                "end": 290,
                                                "loc": {
                                                  "start": {
                                                    "line": 9,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 9,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "slideshow"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 291,
                                              "end": 301,
                                              "loc": {
                                                "start": {
                                                  "line": 9,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 9,
                                                  "column": 42
                                                }
                                              },
                                              "name": "getDOMNode"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 313,
                                        "end": 325,
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 20
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 313,
                                          "end": 317,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 12
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 319,
                                          "end": 325,
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 20
                                            }
                                          },
                                          "value": "fade",
                                          "rawValue": "fade",
                                          "raw": "\"fade\""
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 335,
                                        "end": 369,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 42
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 335,
                                          "end": 341,
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 14
                                            }
                                          },
                                          "name": "images"
                                        },
                                        "value": {
                                          "type": "MemberExpression",
                                          "start": 343,
                                          "end": 369,
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 343,
                                            "end": 362,
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 343,
                                              "end": 353,
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 343,
                                                "end": 347,
                                                "loc": {
                                                  "start": {
                                                    "line": 11,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 11,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 348,
                                                "end": 353,
                                                "loc": {
                                                  "start": {
                                                    "line": 11,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 11,
                                                    "column": 26
                                                  }
                                                },
                                                "name": "props"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 354,
                                              "end": 362,
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 35
                                                }
                                              },
                                              "name": "location"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 363,
                                            "end": 369,
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 42
                                              }
                                            },
                                            "name": "images"
                                          },
                                          "computed": false
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 379,
                                        "end": 390,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 19
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 379,
                                          "end": 385,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 14
                                            }
                                          },
                                          "name": "height"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 387,
                                          "end": 390,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 19
                                            }
                                          },
                                          "value": 270,
                                          "rawValue": 270,
                                          "raw": "270"
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 400,
                                        "end": 418,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 26
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 400,
                                          "end": 412,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 20
                                            }
                                          },
                                          "name": "showProgress"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 414,
                                          "end": 418,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 26
                                            }
                                          },
                                          "value": true,
                                          "rawValue": true,
                                          "raw": "true"
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 440,
                        "end": 499,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 11
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 448,
                            "end": 493,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 6
                              },
                              "end": {
                                "line": 16,
                                "column": 51
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 448,
                              "end": 492,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 6
                                },
                                "end": {
                                  "line": 16,
                                  "column": 50
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 448,
                                "end": 490,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 448,
                                  "end": 483,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 41
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 448,
                                    "end": 449,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 7
                                      }
                                    },
                                    "name": "$"
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 450,
                                      "end": 482,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 40
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 450,
                                        "end": 480,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 450,
                                          "end": 469,
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 450,
                                            "end": 459,
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 17
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 450,
                                              "end": 454,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 455,
                                              "end": 459,
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 17
                                                }
                                              },
                                              "name": "refs"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 460,
                                            "end": 469,
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 27
                                              }
                                            },
                                            "name": "slideshow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 470,
                                          "end": 480,
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 38
                                            }
                                          },
                                          "name": "getDOMNode"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 484,
                                  "end": 490,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 48
                                    }
                                  },
                                  "name": "remove"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 506,
              "end": 1347,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 2
                },
                "end": {
                  "line": 40,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 506,
                "end": 512,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 2
                  },
                  "end": {
                    "line": 19,
                    "column": 8
                  }
                },
                "name": "render"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 512,
                "end": 1347,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 8
                  },
                  "end": {
                    "line": 40,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 515,
                  "end": 1347,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 11
                    },
                    "end": {
                      "line": 40,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 521,
                      "end": 771,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 525,
                          "end": 558,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 41
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 525,
                            "end": 530,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 13
                              }
                            },
                            "name": "place"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 533,
                            "end": 558,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 16
                              },
                              "end": {
                                "line": 20,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 533,
                              "end": 552,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 16
                                },
                                "end": {
                                  "line": 20,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 533,
                                "end": 543,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 533,
                                  "end": 537,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 538,
                                  "end": 543,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 26
                                    }
                                  },
                                  "name": "props"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 544,
                                "end": 552,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 35
                                  }
                                },
                                "name": "location"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 553,
                              "end": 558,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 36
                                },
                                "end": {
                                  "line": 20,
                                  "column": 41
                                }
                              },
                              "name": "title"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 568,
                          "end": 613,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 53
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 568,
                            "end": 579,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 19
                              }
                            },
                            "name": "description"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 582,
                            "end": 613,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 22
                              },
                              "end": {
                                "line": 21,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 582,
                              "end": 601,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 22
                                },
                                "end": {
                                  "line": 21,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 582,
                                "end": 592,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 582,
                                  "end": 586,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 587,
                                  "end": 592,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 32
                                    }
                                  },
                                  "name": "props"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 593,
                                "end": 601,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 41
                                  }
                                },
                                "name": "location"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 602,
                              "end": 613,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 42
                                },
                                "end": {
                                  "line": 21,
                                  "column": 53
                                }
                              },
                              "name": "description"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 705,
                          "end": 770,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 705,
                            "end": 709,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 12
                              }
                            },
                            "name": "slug",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 712,
                            "end": 770,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 15
                              },
                              "end": {
                                "line": 23,
                                "column": 73
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 744,
                                "end": 768,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 744,
                                  "end": 763,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 66
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 744,
                                    "end": 754,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 744,
                                      "end": 748,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 749,
                                      "end": 754,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 57
                                        }
                                      },
                                      "name": "props"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 755,
                                    "end": 763,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 66
                                      }
                                    },
                                    "name": "location"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 764,
                                  "end": 768,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 71
                                    }
                                  },
                                  "name": "slug"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 713,
                                "end": 742,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 45
                                  }
                                },
                                "value": {
                                  "raw": "https://www.lonelyplanet.com/",
                                  "cooked": "https://www.lonelyplanet.com/"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 769,
                                "end": 769,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 72
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " TODO Switch back to just ${this.props.location.slug} once this is live",
                              "start": 623,
                              "end": 696,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 81
                                }
                              },
                              "range": [
                                623,
                                696
                              ]
                            }
                          ]
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 777,
                      "end": 1343,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 6
                        }
                      },
                      "argument": {
                        "type": "JSXElement",
                        "start": 792,
                        "end": 1336,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 6
                          },
                          "end": {
                            "line": 38,
                            "column": 12
                          }
                        },
                        "openingElement": {
                          "type": "JSXOpeningElement",
                          "start": 792,
                          "end": 815,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 6
                            },
                            "end": {
                              "line": 26,
                              "column": 29
                            }
                          },
                          "attributes": [
                            {
                              "type": "JSXAttribute",
                              "start": 797,
                              "end": 814,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 11
                                },
                                "end": {
                                  "line": 26,
                                  "column": 28
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 797,
                                "end": 806,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                },
                                "name": "className"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 807,
                                "end": 814,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 28
                                  }
                                },
                                "value": "panel",
                                "rawValue": null,
                                "raw": "\"panel\""
                              }
                            }
                          ],
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 793,
                            "end": 796,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 7
                              },
                              "end": {
                                "line": 26,
                                "column": 10
                              }
                            },
                            "name": "div"
                          },
                          "selfClosing": false
                        },
                        "closingElement": {
                          "type": "JSXClosingElement",
                          "start": 1330,
                          "end": 1336,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 6
                            },
                            "end": {
                              "line": 38,
                              "column": 12
                            }
                          },
                          "name": {
                            "type": "JSXIdentifier",
                            "start": 1332,
                            "end": 1335,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 11
                              }
                            },
                            "name": "div"
                          }
                        },
                        "children": [
                          {
                            "type": "Literal",
                            "start": 815,
                            "end": 824,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 29
                              },
                              "end": {
                                "line": 27,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 824,
                            "end": 901,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 824,
                              "end": 886,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 70
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 829,
                                  "end": 869,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 53
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 829,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 839,
                                    "end": 869,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 53
                                      }
                                    },
                                    "value": "slideshow js-panel-slideshow",
                                    "rawValue": null,
                                    "raw": "\"slideshow js-panel-slideshow\""
                                  }
                                },
                                {
                                  "type": "JSXAttribute",
                                  "start": 870,
                                  "end": 885,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 69
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 870,
                                    "end": 873,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 57
                                      }
                                    },
                                    "name": "ref"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 874,
                                    "end": 885,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 69
                                      }
                                    },
                                    "value": "slideshow",
                                    "rawValue": null,
                                    "raw": "\"slideshow\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 825,
                                "end": 828,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 895,
                              "end": 901,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 897,
                                "end": 900,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 886,
                                "end": 895,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 901,
                            "end": 910,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 14
                              },
                              "end": {
                                "line": 29,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 910,
                            "end": 971,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 69
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 910,
                              "end": 944,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 42
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 918,
                                  "end": 943,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 41
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 918,
                                    "end": 927,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 25
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 928,
                                    "end": 943,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 41
                                      }
                                    },
                                    "value": "panel__header",
                                    "rawValue": null,
                                    "raw": "\"panel__header\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 911,
                                "end": 917,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 15
                                  }
                                },
                                "name": "header"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 962,
                              "end": 971,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 60
                                },
                                "end": {
                                  "line": 29,
                                  "column": 69
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 964,
                                "end": 970,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 68
                                  }
                                },
                                "name": "header"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 944,
                                "end": 955,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 53
                                  }
                                },
                                "value": "Welcome to ",
                                "rawValue": null,
                                "raw": "Welcome to "
                              },
                              {
                                "type": "JSXExpressionContainer",
                                "start": 955,
                                "end": 962,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 60
                                  }
                                },
                                "expression": {
                                  "type": "Identifier",
                                  "start": 956,
                                  "end": 961,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 59
                                    }
                                  },
                                  "name": "place"
                                }
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 971,
                            "end": 980,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 69
                              },
                              "end": {
                                "line": 30,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 980,
                            "end": 1075,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 14
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 980,
                              "end": 1060,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 88
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 985,
                                  "end": 1011,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 39
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 985,
                                    "end": 994,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 22
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 995,
                                    "end": 1011,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 39
                                      }
                                    },
                                    "value": "panel__content",
                                    "rawValue": null,
                                    "raw": "\"panel__content\""
                                  }
                                },
                                {
                                  "type": "JSXAttribute",
                                  "start": 1012,
                                  "end": 1059,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 87
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1012,
                                    "end": 1035,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 63
                                      }
                                    },
                                    "name": "dangerouslySetInnerHTML"
                                  },
                                  "value": {
                                    "type": "JSXExpressionContainer",
                                    "start": 1036,
                                    "end": 1059,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 87
                                      }
                                    },
                                    "expression": {
                                      "type": "ObjectExpression",
                                      "start": 1037,
                                      "end": 1058,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 86
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "start": 1038,
                                          "end": 1057,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 85
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 1038,
                                            "end": 1044,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 72
                                              }
                                            },
                                            "name": "__html"
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "start": 1046,
                                            "end": 1057,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 85
                                              }
                                            },
                                            "name": "description"
                                          },
                                          "kind": "init"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 981,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 12
                                  }
                                },
                                "name": "div"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1069,
                              "end": 1075,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 14
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1071,
                                "end": 1074,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 13
                                  }
                                },
                                "name": "div"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 1060,
                                "end": 1069,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1075,
                            "end": 1084,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 14
                              },
                              "end": {
                                "line": 32,
                                "column": 8
                              }
                            },
                            "value": "\n        ",
                            "rawValue": null,
                            "raw": "\n        "
                          },
                          {
                            "type": "JSXElement",
                            "start": 1084,
                            "end": 1323,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 17
                              }
                            },
                            "openingElement": {
                              "type": "JSXOpeningElement",
                              "start": 1084,
                              "end": 1118,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 42
                                }
                              },
                              "attributes": [
                                {
                                  "type": "JSXAttribute",
                                  "start": 1092,
                                  "end": 1117,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 41
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1092,
                                    "end": 1101,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 25
                                      }
                                    },
                                    "name": "className"
                                  },
                                  "value": {
                                    "type": "Literal",
                                    "start": 1102,
                                    "end": 1117,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 41
                                      }
                                    },
                                    "value": "panel__footer",
                                    "rawValue": null,
                                    "raw": "\"panel__footer\""
                                  }
                                }
                              ],
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1085,
                                "end": 1091,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 15
                                  }
                                },
                                "name": "footer"
                              },
                              "selfClosing": false
                            },
                            "closingElement": {
                              "type": "JSXClosingElement",
                              "start": 1314,
                              "end": 1323,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 17
                                }
                              },
                              "name": {
                                "type": "JSXIdentifier",
                                "start": 1316,
                                "end": 1322,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 16
                                  }
                                },
                                "name": "footer"
                              }
                            },
                            "children": [
                              {
                                "type": "Literal",
                                "start": 1118,
                                "end": 1129,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 10
                                  }
                                },
                                "value": "\n          ",
                                "rawValue": null,
                                "raw": "\n          "
                              },
                              {
                                "type": "JSXElement",
                                "start": 1129,
                                "end": 1305,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 14
                                  }
                                },
                                "openingElement": {
                                  "type": "JSXOpeningElement",
                                  "start": 1129,
                                  "end": 1169,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 50
                                    }
                                  },
                                  "attributes": [
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1132,
                                      "end": 1156,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 37
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1132,
                                        "end": 1141,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 22
                                          }
                                        },
                                        "name": "className"
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "start": 1142,
                                        "end": 1156,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 37
                                          }
                                        },
                                        "value": "panel__close",
                                        "rawValue": null,
                                        "raw": "\"panel__close\""
                                      }
                                    },
                                    {
                                      "type": "JSXAttribute",
                                      "start": 1157,
                                      "end": 1168,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 49
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1157,
                                        "end": 1161,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 42
                                          }
                                        },
                                        "name": "href"
                                      },
                                      "value": {
                                        "type": "JSXExpressionContainer",
                                        "start": 1162,
                                        "end": 1168,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 49
                                          }
                                        },
                                        "expression": {
                                          "type": "Identifier",
                                          "start": 1163,
                                          "end": 1167,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 48
                                            }
                                          },
                                          "name": "slug"
                                        }
                                      }
                                    }
                                  ],
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1130,
                                    "end": 1131,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 12
                                      }
                                    },
                                    "name": "a"
                                  },
                                  "selfClosing": false
                                },
                                "closingElement": {
                                  "type": "JSXClosingElement",
                                  "start": 1301,
                                  "end": 1305,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 14
                                    }
                                  },
                                  "name": {
                                    "type": "JSXIdentifier",
                                    "start": 1303,
                                    "end": 1304,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 13
                                      }
                                    },
                                    "name": "a"
                                  }
                                },
                                "children": [
                                  {
                                    "type": "Literal",
                                    "start": 1169,
                                    "end": 1233,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 12
                                      }
                                    },
                                    "value": "\n            Close map and explore this destination\n            ",
                                    "rawValue": null,
                                    "raw": "\n            Close map and explore this destination\n            "
                                  },
                                  {
                                    "type": "JSXElement",
                                    "start": 1233,
                                    "end": 1290,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 69
                                      }
                                    },
                                    "openingElement": {
                                      "type": "JSXOpeningElement",
                                      "start": 1233,
                                      "end": 1286,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 65
                                        }
                                      },
                                      "attributes": [
                                        {
                                          "type": "JSXAttribute",
                                          "start": 1236,
                                          "end": 1266,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 45
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1236,
                                            "end": 1245,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 24
                                              }
                                            },
                                            "name": "className"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 1246,
                                            "end": 1266,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 45
                                              }
                                            },
                                            "value": "icon-chevron-right",
                                            "rawValue": null,
                                            "raw": "\"icon-chevron-right\""
                                          }
                                        },
                                        {
                                          "type": "JSXAttribute",
                                          "start": 1267,
                                          "end": 1285,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 64
                                            }
                                          },
                                          "name": {
                                            "type": "JSXIdentifier",
                                            "start": 1267,
                                            "end": 1278,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 57
                                              }
                                            },
                                            "name": "aria-hidden"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 1279,
                                            "end": 1285,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 64
                                              }
                                            },
                                            "value": "true",
                                            "rawValue": null,
                                            "raw": "\"true\""
                                          }
                                        }
                                      ],
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1234,
                                        "end": 1235,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 14
                                          }
                                        },
                                        "name": "i"
                                      },
                                      "selfClosing": false
                                    },
                                    "closingElement": {
                                      "type": "JSXClosingElement",
                                      "start": 1286,
                                      "end": 1290,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 69
                                        }
                                      },
                                      "name": {
                                        "type": "JSXIdentifier",
                                        "start": 1288,
                                        "end": 1289,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 68
                                          }
                                        },
                                        "name": "i"
                                      }
                                    },
                                    "children": []
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1290,
                                    "end": 1301,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 10
                                      }
                                    },
                                    "value": "\n          ",
                                    "rawValue": null,
                                    "raw": "\n          "
                                  }
                                ]
                              },
                              {
                                "type": "Literal",
                                "start": 1305,
                                "end": 1314,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 8
                                  }
                                },
                                "value": "\n        ",
                                "rawValue": null,
                                "raw": "\n        "
                              }
                            ]
                          },
                          {
                            "type": "Literal",
                            "start": 1323,
                            "end": 1330,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 17
                              },
                              "end": {
                                "line": 38,
                                "column": 6
                              }
                            },
                            "value": "\n      ",
                            "rawValue": null,
                            "raw": "\n      "
                          }
                        ],
                        "parenthesizedExpression": true
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}