From 7d8c32941f7f90ebdc1175d4826771855ab6b439 Mon Sep 17 00:00:00 2001 From: rassi0429 Date: Wed, 20 Nov 2024 21:36:06 +0900 Subject: [PATCH] =?UTF-8?q?link=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/landing-page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 (