WIP checkpoint

This commit is contained in:
2026-05-20 11:28:23 -04:00
parent dd55c1edc6
commit d756b91571
21 changed files with 806 additions and 49 deletions
+15 -4
View File
@@ -6,14 +6,25 @@ export const site = {
openingHours: '7 days 0900-1600',
licensedHours: 'Friday to Sunday 0900-1700',
runwayFacts: [
'Runway 04/22 concrete 1351m x 30m licensed',
'Runway 10/28 asphalt 857m x 18m unlicensed',
'Category 1 RFFS',
'Runway 22 - 1200x45m LDA (Concrete) Code 2 (Right Hand)',
'Runway 04 - 1200x45m LDA (Concrete) Code 2 (Left Hand)',
'Runway 10 - 824x18m LDA (Asphalt) Code 1 (Right Hand)',
'Runway 28 - 794x18m LDA (Asphalt) Code 1 (Left Hand)',
'Category 1 RFFS (When Licensed)',
'Air Ground Service 119.705',
],
navigation: [
{ label: 'Home', href: '/' },
{ label: 'Visiting Pilots', href: '/visiting-pilots/' },
{ label: 'Pilot Info', href: '/pilot-info/' },
{
label: 'About',
href: '/about/',
children: [
{ label: 'Drones', href: '/about/drones/' },
{ label: 'Noise', href: '/about/noise/' },
{ label: 'Volunteering', href: '/about/volunteering/' },
],
},
{ label: 'Procedures', href: '/procedures-safety-noise-abatement/' },
{ label: 'Events', href: '/events/' },
{ label: 'News', href: '/news/' },