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:
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user