{
  "key": "GRID",
  "component": "P2GGrid",
  "items": [
    {
        "key": "TEXT",
        "component": "P2GText",
        "text": "If your parcel is being delivered by DHL Express in the UK, you’ll need ",
        "props": {
            "variant": "body4"
        }
    },
    {
        "key": "TEXT",
        "component": "P2GLink",
        "text": "to track it with DHL Express",
        "props": {
            "variant": "body4",
            "href": "https://parcel.dhl.co.uk/track-a-parcel/"
        }
    },
    {
        "key": "TEXT",
        "component": "P2GText",
        "text": ". We’re sorry, but we can’t track or assist with any queries relating to DHL Express deliveries, so please contact them directly.",
        "props": {
            "variant": "body4"
        }
    }
]
}