diff --git a/public/images/chipmunk.jpeg b/public/images/chipmunk.jpeg new file mode 100644 index 0000000..820458b Binary files /dev/null and b/public/images/chipmunk.jpeg differ diff --git a/src/components/BannerRotator.astro b/src/components/BannerRotator.astro index 8d66b92..025c1c6 100644 --- a/src/components/BannerRotator.astro +++ b/src/components/BannerRotator.astro @@ -3,13 +3,14 @@ import type { HomepageBannerImage } from '../lib/fallback-data'; type Props = { images: HomepageBannerImage[]; + randomizeAfterFirst?: boolean; }; -const { images } = Astro.props; +const { images, randomizeAfterFirst = false } = Astro.props; const slides = images.length > 0 ? images : [{ src: '/images/banner.png', alt: 'Swansea Airport banner' }]; --- -
Your drone request has been submitted. We will review it and contact you if we need any further information.
++ Reference number: - please make a note of this in case you don't get the email. +
@@ -52,10 +52,6 @@ const cafeImages = await getCafePageImages();
gap: 1.25rem;
}
- .cafe-copy {
- max-width: 72ch;
- }
-
.cafe-gallery {
overflow: hidden;
border-radius: var(--radius);
diff --git a/src/pages/about/history.astro b/src/pages/about/history.astro
index c9af099..b3df0f0 100644
--- a/src/pages/about/history.astro
+++ b/src/pages/about/history.astro
@@ -3,31 +3,141 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
---
About
+ About
Swansea Airport stands on a site with deep aviation roots. Before operating as Swansea
Airport, the airfield was known as RAF Fairwood Common.
+
During the wartime period, Fairwood Common played an operational role as part of the wider
air defence and training network. Its location on the Gower Peninsula gave it a strategic
position, and over time the airfield developed infrastructure that shaped its later civil use.
+
In the post-war years, the site evolved from military use into a civilian aerodrome. That
transition reflected the broader story of many UK airfields, where former RAF stations became
local centres for flight training, private aviation, and community flying activity.
+
Today, Swansea Airport continues that legacy. While the role of the airfield has changed, its
connection to aviation history remains central to its identity, linking RAF Fairwood Common's
past with present-day operations serving Swansea and the surrounding region.
History
+
-
+ History
+
+