export type Card = { id: number; image: string; name: string; };