export type CollapsibleCardContent = { title: string; skills: string[]; listContent: { item: string; subitem?: string; }[]; };