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 {{#if ABTesting}}a-b-testing{{/if}}" 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>
{{#if ABTesting}}
<div class="hero-location__fade-overlay"></div>
{{/if}}
<div class="hero-location__content grid-container">
<div class="grid-x grid-padding-x">
{{#if ABTesting}}
<div class="cell medium-offset-6 medium-6">
<div class="hero-location__text-container">
<h1 class="hero-location__title">{{title}}</h1>
{{> @cp-route-travel-hero searchBar}}
<p class="hero-location__lead">{{content}}</p>
</div>
</div>
{{else}}
<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>
{{/if}}
</div>
</div>
{{#unless ABTesting}}
<div class="hero-location__sidebar"></div>
{{/unless}}
</header>