diff --git a/src/app/types/types.ts b/src/app/types/types.ts index e16cdb4..d029a40 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -246,11 +246,6 @@ export type Service = { altText: string; }; -// export type ProjectCategory = { -// label: string; -// active: boolean; -// }; - export interface Image { src: string; zIndex: number; @@ -291,15 +286,6 @@ export interface MyProjectsProps { }; } -// export type Project = { -// id: number; -// title: string; -// category: string; -// images: { src: string; position: string; zIndex: number }[]; -// created_at: string; -// updated_at: string; -// }; - export type Testimonial = { name: string; position: string;