From a1071e178facd0483d4b0e6adc00012705cda915 Mon Sep 17 00:00:00 2001 From: Priyanshu Gupta <140606611+Priyansxu@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:15:27 +0530 Subject: [PATCH] Update ProjectCard.jsx --- components/ProjectCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", },