export interface Course { id: number; title: string; image: string; skills: string[]; details: string; profilePicture: string; }