diff --git a/src/app/aboutus/page.tsx b/src/app/aboutus/page.tsx
new file mode 100644
index 0000000..7eb7747
--- /dev/null
+++ b/src/app/aboutus/page.tsx
@@ -0,0 +1,24 @@
+import React from "react";
+import { FaqItem, HowToUseItem } from "../how-to-use/HowToUseItem";
+
+const Blue: React.FC<{ children: string }> = ({ children }) => {
+ return {children};
+};
+
+const AboutUs: React.FC = () => {
+ return (
+ <>
+
+ 私たち ut.code();
+ は、2019年度に発足した東京大学のプログラミングサークルです。主にWeb関連の技術を用い、私たちの生活を彩るプログラムを開発することを目標としています。
+
+ LINE add friend
+
+ X(旧Twitter)
+
+ Webサイト
+
+ >
+ );
+};
+export default AboutUs;
diff --git a/src/app/components/Footer/index.tsx b/src/app/components/Footer/index.tsx
index 503fdb8..476dbff 100644
--- a/src/app/components/Footer/index.tsx
+++ b/src/app/components/Footer/index.tsx
@@ -36,7 +36,7 @@ export default function Footer() {
免責事項
About us