Merge pull request 'Cafe opening hours' (#11) from cafe-update into main

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-06-29 16:19:37 -04:00
+44
View File
@@ -21,11 +21,21 @@ const cafeImages = await getCafePageImages();
Fairwood Common and the Gower, the cafe offers a comfortable place to pause and enjoy the
airport atmosphere.
</p>
<div class="opening-times">
<p>Open 7 days a week.</p>
<div class="opening-list">
<p><strong>Monday &amp; Tuesday</strong><span>Snacks and drinks served 10am - 2pm</span></p>
<p><strong>Wednesday - Sunday</strong><span>Open 9am - 3pm, full menu served 9.30am - 2.30pm</span></p>
</div>
</div>
<p>
On Thursday to Sunday evenings, the cafe transforms into Thai Bach Express, serving Thai
food for delivery and dining in.
<a href="https://thaibach.co.uk/" target="_blank" rel="noopener noreferrer">Visit Thai Bach</a>.
</p>
<div class="social-follow">
<div class="cta-row">
<a class="button primary social-button" href="https://www.facebook.com/SwanseaAirportCafe" target="_blank" rel="noopener noreferrer">
@@ -62,6 +72,40 @@ const cafeImages = await getCafePageImages();
min-height: clamp(16rem, 42vw, 30rem);
}
.opening-times {
display: grid;
gap: 0.65rem;
margin: 0.2rem 0;
padding: 1rem;
border: 1px solid var(--line);
border-radius: var(--radius);
background: rgba(255, 255, 255, 0.86);
box-shadow: var(--shadow);
}
.opening-times h2 {
margin: 0;
font-size: 1.25rem;
}
.opening-times p {
margin: 0;
}
.opening-list {
display: grid;
gap: 0.5rem;
}
.opening-list p {
display: grid;
gap: 0.15rem;
}
.opening-list span {
color: var(--muted);
}
.social-follow {
display: grid;
gap: 0.7rem;