More page mockups

This commit is contained in:
2023-11-22 10:11:46 -05:00
parent caf9535849
commit a6540a2a02
2 changed files with 52 additions and 3 deletions

View File

@@ -8,6 +8,18 @@ export interface Boat {
class: string;
year: number;
imgsrc: string;
booking: {
available: boolean;
requiredCerts: string[];
maxDuration: number;
maxPassengers: number;
};
defects: {
type: string;
severity: string;
description: string;
detail: string;
}[];
}
const getSampleData = () => [