diff --git a/public/images/aerosuperbatics.jpg b/public/images/aerosuperbatics.jpg new file mode 100644 index 0000000..eb8e434 Binary files /dev/null and b/public/images/aerosuperbatics.jpg differ diff --git a/public/images/flyaspitfire.png b/public/images/flyaspitfire.png new file mode 100644 index 0000000..07fb83c Binary files /dev/null and b/public/images/flyaspitfire.png differ diff --git a/public/images/goskydive.png b/public/images/goskydive.png new file mode 100644 index 0000000..79f8e56 Binary files /dev/null and b/public/images/goskydive.png differ diff --git a/public/images/gowerflightcentre.jpg b/public/images/gowerflightcentre.jpg new file mode 100644 index 0000000..924af99 Binary files /dev/null and b/public/images/gowerflightcentre.jpg differ diff --git a/public/images/swansea.webp b/public/images/swansea.webp new file mode 100644 index 0000000..b1b6e55 Binary files /dev/null and b/public/images/swansea.webp differ diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index a269b3d..d63d105 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -52,6 +52,7 @@ const pageTitle = title ? `${title} ยท ${site.name}` : site.name;