diff --git a/bun.lockb b/bun.lockb
index 9c0f1dc..8ed6ee7 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 77c6ac4..7f46001 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,9 @@
"prettier-plugin-astro": "^0.14.1"
},
"devDependencies": {
+ "@iconify-json/ant-design": "^1.2.5",
+ "@iconify-json/devicon": "^1.2.12",
+ "@iconify-json/devicon-plain": "^1.2.11",
"@iconify-json/game-icons": "^1.2.1",
"@iconify-json/pixelarticons": "^1.2.2",
"@iconify-json/tabler": "^1.2.15",
diff --git a/src/pages/index.astro b/src/pages/index.astro
index bb4b264..7db6b0c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -10,6 +10,9 @@ import {
NEXT_INSTANCE_URL,
} from "../consts";
+const click =
+ "text-center group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30";
+
const mainMessage: string = MAIN_MESSAGE_LINE.map((m, i) =>
i < MAIN_MESSAGE_LINE.length - 1 ? `${m}
` : m,
).join("");
@@ -22,13 +25,7 @@ const mainMessage: string = MAIN_MESSAGE_LINE.map((m, i) =>