diff --git a/src/components/Home/Project.tsx b/src/components/Home/Project.tsx index 8377e69..c0481bb 100644 --- a/src/components/Home/Project.tsx +++ b/src/components/Home/Project.tsx @@ -1,9 +1,38 @@ +import ProjectCard from "../ProjectCard"; + +const projects = [ + { + name: "π΄ μ€λ μΈμ² μμ μ€νκ΅", + description: "μ€λμ κΈμμ μΈμ€νκ·Έλ¨μμλ λΉ λ₯΄κ²", + link: "https://www.instagram.com/today.isangjeong/" + }, + { + name: "π§Ή al-1s (κ°λ°μ€)", + description: "Hyper-V μΉμμλ μ½κ² κ΄λ¦¬νκΈ°", + link: "/#project" + }, + { + name: "π©· Dynamic Kawaii", + description: "μ§μ ν VSCode ν λ§", + link: "https://github.com/imnyang/dynamic-kawaii" + }, + { + name: "π FakeAlyac", + description: "μ΄? λ΄ μμ€ν νΈλ μ΄μ μλκ±° μμ½ μλλ°?", + link: "https://github.com/imnyang/FakeAlyac" + } +] + export default function Project() { return (
Soonβ’
+