From 6fe97203ab09886ff379cbcd248c15393f6f88ee Mon Sep 17 00:00:00 2001 From: parsa aghaei
{loading ? ( - + ) : ( service!.description )} diff --git a/src/app/types/types.ts b/src/app/types/types.ts index cbdc58a..a184ca7 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -192,3 +192,11 @@ export type AboutMeDataType = { updated_at: string; skills: SkillType[]; }; + +export type Service = { + id: number; + title: string; + description: string; + imageSrc: string; + altText: string; +};