diff --git a/src/app/Components/Projects/Projects.tsx b/src/app/Components/Projects/Projects.tsx index 6961956..e4e6e6a 100644 --- a/src/app/Components/Projects/Projects.tsx +++ b/src/app/Components/Projects/Projects.tsx @@ -10,12 +10,21 @@ import movieInfo from "../../img/movieInfo.png"; import DevProfile from "../../img/DevProfile.png"; import chatGPT from "../../img/chatGPT.png"; import nftMarketplace from "../../img/nft.png"; +import memoria from "../../img/memoria.png"; import { useInView } from "react-intersection-observer"; const Projects = () => { const { ref: projectRef, inView: projectVisible } = useInView(); const projectData = [ + { + image: memoria, + projectName: "Memoria", + description: + "Memoria is a versatile note-taking web application designed for easy organization and access to your thoughts and ideas.", + github: "https://github.com/sutarrohit/memoria", + website: "https://memoria-eosin.vercel.app/", + }, { image: NotiFly, projectName: "NotiFly", diff --git a/src/app/img/memoria.png b/src/app/img/memoria.png new file mode 100644 index 0000000..5ac1aea Binary files /dev/null and b/src/app/img/memoria.png differ