diff --git a/components/ProjectCard.jsx b/components/ProjectCard.jsx index 1cfd0fd..ba11afb 100644 --- a/components/ProjectCard.jsx +++ b/components/ProjectCard.jsx @@ -1,14 +1,14 @@ import Image from "next/image"; import Link from "next/link"; import React from "react"; -import aizen from "../public/aizen.jpg"; +import aizen from "../public/kyros.png"; const ProjectCard = () => { const projects = [ { id: 1, image: aizen, - title: "Aizen", + title: "Kyros", description: "Create beautiful images and gifs of your source code", link: "/work/aizen", },