const CustomCard({ Key? key, required this.image, required this.title, required this.description, }) : super(key: key);