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
+2
View File
@@ -19,6 +19,7 @@ export type FuelPrice = {
export type EventItem = {
title: string;
slug: string;
summary?: string;
description: string;
start_datetime: string;
end_datetime?: string;
@@ -81,6 +82,7 @@ export const fallbackEvents: EventItem[] = [
{
title: 'Airfield open day',
slug: 'airfield-open-day',
summary: 'A family-friendly open day with aircraft on display and pilot meet-and-greets.',
description: 'Example event to verify the listing and detail page flow.',
start_datetime: '2026-06-14T09:00:00Z',
end_datetime: '2026-06-14T16:00:00Z',