Compare commits

..

3 Commits

Author SHA1 Message Date
jamesp fabd8becc5 Merge pull request 'Jun 27 last chance' (#7) from jun-27-last-chance into main
Reviewed-on: #7
2026-06-27 14:10:07 -04:00
jamesp cfd0e54f07 Doh 2026-06-27 09:45:57 -04:00
jamesp c9410cb114 Update GFC text 2026-06-27 09:45:34 -04:00
+4 -4
View File
@@ -27,28 +27,28 @@ const businessPromos = [
href: 'https://www.goskydive.com/dropzone/skydive-centre-swansea/', href: 'https://www.goskydive.com/dropzone/skydive-centre-swansea/',
logo: '/images/goskydive.png', logo: '/images/goskydive.png',
alt: 'Go Skydive logo', alt: 'Go Skydive logo',
description: 'Tandem skydiving and experiences from Swansea.', description: 'Tandem skydiving from Swansea',
}, },
{ {
name: 'Gower Flight Centre', name: 'Gower Flight Centre',
href: 'https://www.gowerflightcentre.co.uk/', href: 'https://www.gowerflightcentre.co.uk/',
logo: '/images/gowerflightcentre.jpg', logo: '/images/gowerflightcentre.jpg',
alt: 'Gower Flight Centre logo', alt: 'Gower Flight Centre logo',
description: 'Flying lessons, aircraft hire, and pilot training.', description: 'Air experiences, and pilot training',
}, },
{ {
name: 'Fly A Spitfire', name: 'Fly A Spitfire',
href: 'https://flyaspitfire.com/', href: 'https://flyaspitfire.com/',
logo: '/images/flyaspitfire.png', logo: '/images/flyaspitfire.png',
alt: 'Fly A Spitfire logo', alt: 'Fly A Spitfire logo',
description: 'Spitfire flight experiences and aviation events.', description: 'Spitfire flights',
}, },
{ {
name: 'AeroSuperBatics', name: 'AeroSuperBatics',
href: 'https://www.aerosuperbatics.com/', href: 'https://www.aerosuperbatics.com/',
logo: '/images/aerosuperbatics.jpg', logo: '/images/aerosuperbatics.jpg',
alt: 'AeroSuperBatics logo', alt: 'AeroSuperBatics logo',
description: 'Wingwalking and aerobatic entertainment flights.', description: 'Wingwalking and aerobatic entertainment flights',
}, },
]; ];
--- ---