diff --git a/src/components/lp/creatorList.ts b/src/components/lp/creatorList.ts index 4f69ad87..d350d892 100644 --- a/src/components/lp/creatorList.ts +++ b/src/components/lp/creatorList.ts @@ -9,16 +9,17 @@ const creatorList: { comment: "めたねのおくすりの考える最強のかわいい世界創造中です。普段と違った見方で作品を楽しんでいただけるよう作り込んでいくので、この世界にトリップできる日を楽しみにしてください!", }, + { + iconUrl: "/lp/credit/calmery.jpg", + name: "Calmery", + comment: + "ノネメちゃんチェキや STYLY を使った AR など、開発周りのお手伝いさせていただいています!", + }, { iconUrl: "/lp/credit/noneme.jpg", name: "ノネメちゃん", comment: "よろしくね~", }, - { - iconUrl: "/lp/credit/calmery-chan.jpg", - name: "かるめりちゃん", - comment: "おはよ...", - }, ]; export default creatorList;