diff --git a/src/app/project/components/ProjectCard.tsx b/src/app/project/components/ProjectCard.tsx
index 97a6daa..65688e1 100644
--- a/src/app/project/components/ProjectCard.tsx
+++ b/src/app/project/components/ProjectCard.tsx
@@ -32,7 +32,7 @@ export default function ProjectCard({
{description}
[] = [
@@ -24,6 +25,13 @@ const PROJECTS: Partial[] = [
link: "https://tataro.net/",
image: TataroImage,
},
+ {
+ title: "블로그",
+ description: "nextjs로 만든 개발 블로그",
+ link: "https://www.hellol.site/",
+ github: "https://github.com/Hellol77/blog",
+ image: MainImage,
+ },
];
export default PROJECTS;