diff --git a/utils/types.ts b/utils/types.ts index b208c24c..81dcda9a 100644 --- a/utils/types.ts +++ b/utils/types.ts @@ -60,14 +60,5 @@ export type SectionItem = { items: string[] } -// contact -export interface Contact { - image: string - heading: string - description: string - href: string - linkText: string -} - -// utils +// go back link export type GoBackLinkType = 'work' | 'personal'