Delete the unused ServicesOverviewPageCopy contract leftover.

The service-led migration already moved systems-map copy onto ServicesPageCopy, and no other dead ServicePage* types remain.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-27 02:17:27 +02:00
parent 0b74be69be
commit 50851f4d26

View File

@@ -169,10 +169,6 @@ export interface PitchPageCopy extends PageCopy {
readonly stackHeading: string; readonly stackHeading: string;
} }
export interface ServicesOverviewPageCopy extends PageCopy {
readonly systemsMap: { readonly heading: string; readonly intro: string };
}
export type ContactFieldId = export type ContactFieldId =
'name' | 'email' | 'company' | 'projectType' | 'situation' | 'timeframe'; 'name' | 'email' | 'company' | 'projectType' | 'situation' | 'timeframe';