diff --git a/src/components/Main.tsx b/src/components/Main.tsx index c71499c..b4f1303 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -52,49 +52,6 @@ export default function Main() { ) ); - // const works = [ - // { - // title: "ICU Catalogue", - // description: "国際基督教大学の履修登録アプリ", - // type: "Personal Project", - // role: "Frontend Developer", - // image: "/icu-catalogue.png", - // url: "https://www.catalogue.icu", - // }, - // { - // title: "Seiryofes.com (2023)", - // description: "日比谷高校文化祭の整理券アプリ", - // type: "Team Project", - // role: "Frontend Developer", - // image: "/seiryofes.jpeg", - // url: "https://2023.seiryofes.com", - // }, - // ]; - - // const worksCards = works.map((work) => ( - // - // - // - // - // {work.title} - // - // - // {work.role} - // - // - // {work.description} - // - // - // - // )); - return ( - {/* - Works - - {worksCards} - - */} ); }