WIP checkpoint
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user