diff --git a/pages/minecraft.js b/pages/minecraft.js
index 357aeb9..c277511 100644
--- a/pages/minecraft.js
+++ b/pages/minecraft.js
@@ -4,6 +4,9 @@ import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router'
import Minecraft from './components/Minecraft'
import Image from 'next/image'
+import { faMap } from '@fortawesome/free-solid-svg-icons'
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+import Link from 'next/link'
export default function About(props) {
const router = useRouter()
@@ -12,21 +15,33 @@ export default function About(props) {
const title = t('title')
const address = t('address')
return (
-
-
-
{title}
-
-
-
-
-
{address}: yude.jp
-
-
+
+
+
)
}
\ No newline at end of file