diff --git a/src/components/education/EducationTraining.tsx b/src/components/education/EducationTraining.tsx index 8673682..5035a43 100644 --- a/src/components/education/EducationTraining.tsx +++ b/src/components/education/EducationTraining.tsx @@ -1,6 +1,5 @@ 'use client'; import { useState, useEffect } from 'react'; -import Image from 'next/image'; import Link from 'next/link'; import { ChevronRight, @@ -401,14 +400,19 @@ const AcademicResearch: React.FC = () => { href={`/education-training/course-detail?id=${course.id}`} className="group bg-white rounded-lg overflow-hidden border border-gray-300 hover:shadow-xl transition-all duration-300 flex flex-col h-full cursor-pointer" > - {/* Image - FIXED */} + {/* Image - no fallback */}