diff --git a/app/components/homepage/education/index.jsx b/app/components/homepage/education/index.jsx index aff4119..f85b65d 100644 --- a/app/components/homepage/education/index.jsx +++ b/app/components/homepage/education/index.jsx @@ -11,7 +11,7 @@ function Education() { return (
{experience.duration} diff --git a/app/components/homepage/projects/index.jsx b/app/components/homepage/projects/index.jsx index f4b21d5..87fa3e7 100644 --- a/app/components/homepage/projects/index.jsx +++ b/app/components/homepage/projects/index.jsx @@ -1,5 +1,6 @@ import { projectsData } from '@/utils/data/projects-data'; import ProjectCard from './project-card'; +import Image from "next/image"; const Projects = () => { @@ -9,13 +10,21 @@ const Projects = () => {