diff --git a/components/landing-page.tsx b/components/landing-page.tsx index f41dd8a..b8300fd 100644 --- a/components/landing-page.tsx +++ b/components/landing-page.tsx @@ -63,12 +63,13 @@ export function LandingPageComponent() { const resources = [ { title: "公式Wiki", url: "https://wiki.resonite.com", description: "Resoniteの公式Wikiサイトです。", color: "from-red-500 to-orange-500" }, { title: "Resonite 非公式日本語ガイド", url: "https://resonite-jp-guide.zozoka.su/", description: "Resoniteにある機能を一通り解説した日本語ガイドサイトです。個人によって管理・運営されています。", color: "from-orange-500 to-yellow-500" }, + { title: "Resonite 非公式日本語 Wiki", url: "https://wiki.resonite.love/", description: "Resonite非公式日本語Wikiです", color: "from-orange-500 to-yellow-500" }, { title: "べるねWiki", url: "#", description: "ユーザーによって作成・管理されているWikiです。", color: "from-orange-500 to-yellow-500" }, { title: "セッション/ワールド検索", url: "https://resonite.world/", description: "セッションとかワールドが検索できるサイト。", color: "from-yellow-500 to-green-500" }, - { title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-yellow-500 to-green-500" }, - { title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-green-500 to-blue-500" }, - { title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-blue-500 to-indigo-500" }, - { title: "初心者ガイド", url: "#", description: "Resoniteを始めたばかりの方向けの解説サイトです。", color: "from-indigo-500 to-purple-500" }, + { title: "れぞマガ", url: "https://www.resonitemagazine.com/", description: "先鋭的なVRSNS「Resonite」を紹介するサイトです", color: "from-yellow-500 to-green-500" }, + { title: "UniPocket", url: "https://about.uni-pocket.com/ja", description: "UniPocketはResoniteで使える、画期的なアイテム共有・検索ツールです。", color: "from-green-500 to-blue-500" }, + { title: "公式Discord", url: "https://discord.gg/resonite", description: "Resonite公式Discordサーバです。", color: "from-blue-500 to-indigo-500" }, + { title: "ResoniteJapan", url: "https://discord.gg/resonite-japan", description: "Resonite非公式日本コミュニティのDiscordサーバです", color: "from-indigo-500 to-purple-500" }, ] return (