By flight or by ferry, the Island of Ireland is closer than you think. Travel directly from 69 global locations, and easily hop-on to mainland Europe.
<header class="hero-location" data-module="heroLocation">
{{#if likeButton}}
{{> @cp-hero-like-button likeButton}}
{{/if}}
<div class="hero-location__map">
{{> @cp-medium-image dynamicImage=true fallbackImageUrl=image.fallbackImageUrl lowResolutionUrl=image.lowResolutionUrl sources=image.sources}}
</div>
<div class="hero-location__content grid-container">
<div class="grid-x grid-padding-x">
<div class="cell medium-offset-2 medium-8 large-offset-7 large-4">
<div class="hero-location__text-container">
<h1 class="hero-location__title">{{title}}</h1>
<p class="hero-location__lead">{{content}}</p>
{{> @cp-route-travel-hero searchBar}}
</div>
</div>
</div>
</div>
<div class="hero-location__sidebar"></div>
</header>