<div class="geo-container grid-container a-b-testing full" data-module="geocontainer">
<div class="grid-x grid-padding-x">
<div class="cell medium-10 medium-offset-1 large-8 large-offset-2">
<div class="grid-x spacer-lg">
<ul class="fact-cards">
<template>
<li class="fact-card">
<div class="fact-card__inner">
<h3 class="fact-card__title"></h3>
<p class="fact-card__description"></p>
</div>
</li>
</template>
<li class="fact-card">
<div class="fact-card__inner">
<h3 class="fact-card__title">14</h3>
<p class="fact-card__description">Ireland airports</p>
</div>
</li>
<li class="fact-card">
<div class="fact-card__inner">
<h3 class="fact-card__title">1hr</h3>
<p class="fact-card__description">Average flight time</p>
</div>
</li>
<li class="fact-card">
<div class="fact-card__inner">
<h3 class="fact-card__title">GMT+1</h3>
<p class="fact-card__description">Ireland time</p>
</div>
</li>
</ul>
</div>
<div class="grid-x">
<div class="cell large-8">
<div class="richtext">
<h4 class="richtext__eyebrow"></h4>
<h2 class="richtext__title">Great Britain</h2>
<div class="richtext__content">
<p>Did you know you could be in Ireland in just 2 hours? That's how long it takes to get to this friendly, laidback island. Choose a direct flight to one of 8 airports then take it easy. That's what Ireland is all about.</p>
<p>Need some extra room? Leave luggage restrictions behind when you book a ferry with Irish Ferries, StenaLine or P&O.</p>
<p>For those looking to leave the car at home, Rail & Sail is the affordable, convenient and comfortable way to travel from Great Britain to Ireland. With daily departures and over 2,400 stations in Great Britain, travelling has never been so connected.</p>
</div>
</div>
</div>
</div>
<hr class="spacer-lg">
<div class="grid-x spacer-md">
<section class="prices">
<template class="js-price-item-template">
<li class="price js-price" data-amount="">
<div class="price__period js-price-period"></div>
<div class="price__bar js-price-bar" style="width: 0%;"></div>
<div class="price__amount">
<span class="price__currency js-price-currency"></span>
<div class="price__value js-price-amount"></div>
</div>
</li>
</template>
<template class="js-price-day-template">
<div class="prices__day js-day unavailable"></div>
</template>
<div class="grid-x">
<div class="cell medium-7">
<h4 class="prices__title js-title">Average prices for flights</h4>
<ul class="prices__list js-prices-list">
<li class="price js-price" data-amount="35">
<div class="price__period js-price-period">Jan - Mar</div>
<div class="price__bar js-price-bar" style="width: 0%;"></div>
<div class="price__amount">
<span class="price__currency js-price-currency">$</span>
<div class="price__value js-price-amount">35</div>
</div>
</li>
<li class="price js-price" data-amount="39">
<div class="price__period js-price-period">Apr - Jun</div>
<div class="price__bar js-price-bar" style="width: 0%;"></div>
<div class="price__amount">
<span class="price__currency js-price-currency">$</span>
<div class="price__value js-price-amount">39</div>
</div>
</li>
<li class="price js-price" data-amount="47">
<div class="price__period js-price-period">Jul - Sep</div>
<div class="price__bar js-price-bar" style="width: 0%;"></div>
<div class="price__amount">
<span class="price__currency js-price-currency">$</span>
<div class="price__value js-price-amount">47</div>
</div>
</li>
<li class="price js-price" data-amount="38">
<div class="price__period js-price-period">Oct - Dec</div>
<div class="price__bar js-price-bar" style="width: 0%;"></div>
<div class="price__amount">
<span class="price__currency js-price-currency">$</span>
<div class="price__value js-price-amount">38</div>
</div>
</li>
</ul>
</div>
<div class="cell medium-5">
<h4 class="prices__title js-title">Flights available on:</h4>
<div class="prices__days js-days">
<div class="prices__day" title=""></div>
<div class="prices__day" title="Monday">M</div>
<div class="prices__day" title="Tuesday">T</div>
<div class="prices__day" title="Wednesday">W</div>
<div class="prices__day" title="Thursday">T</div>
<div class="prices__day" title="Friday">F</div>
<div class="prices__day prices__day--unavailable" title="Saturday">S</div>
<div class="prices__day" title="Sunday">S</div>
</div>
</div>
</div>
</section>
</div>
<div class="grid-x spacer-lg">
<div class="info-card icon">
<div class="info-card__icon js-icon">
<div class="info-card__icon-inner js-icon-inner" style="background-image:url(/media/icons/info/route.png"></div>
</div>
<div class="info-card__content">
<h4 class="info-card__title js-title">New route!</h4>
<div class="info-card__description js-description">
<p>Available from the 27 of September from <b>New York FK</b> to <b>Belfast BHD.</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="geo-container grid-container{{#if dynamic}} geo-container--dynamic{{/if}} {{#if ABTesting}}a-b-testing full{{/if}}" {{#if dynamic}}style='opacity:0;'{{/if}} data-module="geocontainer">
<div class="grid-x grid-padding-x">
<div class="cell medium-10 medium-offset-1 large-8 large-offset-2">
<div class="grid-x spacer-lg">
{{> @cp-fact-card-big factcards}}
</div>
<div class="grid-x">
<div class="cell large-8">
<div class="richtext">
<h4 class="richtext__eyebrow">{{#unless dynamic}}{{eyebrow}}{{/unless}}</h4>
{{#if ABTesting}}
<h2 class="richtext__title">{{#unless dynamic}}{{title}}{{/unless}}</h2>
{{else}}
<h1 class="richtext__title">{{#unless dynamic}}{{title}}{{/unless}}</h1>
{{/if}}
<div class="richtext__content">{{#unless dynamic}}{{{content}}}{{/unless}}</div>
</div>
</div>
</div>
<hr class="spacer-lg">
<div class="grid-x spacer-md">
{{> @cp-price-travel price }}
</div>
<div class="grid-x spacer-lg">
{{> @cp-info-card info }}
</div>
</div>
</div>
</div>
{
"dynamic": false,
"factcards": {
"cards": [
{
"iconUrl": "",
"title": "14",
"description": "Ireland airports"
},
{
"iconUrl": "",
"title": "1hr",
"description": "Average flight time"
},
{
"iconUrl": "",
"title": "GMT+1",
"description": "Ireland time"
}
]
},
"eyebrow": "",
"title": "Great Britain",
"content": "<p>Did you know you could be in Ireland in just 2 hours? That's how long it takes to get to this friendly, laidback island. Choose a direct flight to one of 8 airports then take it easy. That's what Ireland is all about.</p> <p>Need some extra room? Leave luggage restrictions behind when you book a ferry with Irish Ferries, StenaLine or P&O.</p> <p>For those looking to leave the car at home, Rail & Sail is the affordable, convenient and comfortable way to travel from Great Britain to Ireland. With daily departures and over 2,400 stations in Great Britain, travelling has never been so connected.</p>",
"price": {
"pricesTitle": "Average prices for flights",
"prices": [
{
"period": "Jan - Mar",
"currency": "$",
"amount": 35
},
{
"period": "Apr - Jun",
"currency": "$",
"amount": 39
},
{
"period": "Jul - Sep",
"currency": "$",
"amount": 47
},
{
"period": "Oct - Dec",
"currency": "$",
"amount": 38
}
],
"daysTitle": "Flights available on:",
"days": [
{
"day": "M",
"full": "Monday",
"available": true
},
{
"day": "T",
"full": "Tuesday",
"available": true
},
{
"day": "W",
"full": "Wednesday",
"available": true
},
{
"day": "T",
"full": "Thursday",
"available": true
},
{
"day": "F",
"full": "Friday",
"available": true
},
{
"day": "S",
"full": "Saturday",
"available": false
},
{
"day": "S",
"full": "Sunday",
"available": true
}
]
},
"info": {
"iconUrl": "/media/icons/info/route.png",
"title": "New route!",
"description": "<p>Available from the 27 of September from <b>New York FK</b> to <b>Belfast BHD.</b></p>"
},
"ABTesting": true
}
There are no notes for this item.