diff --git a/components/Footer.tsx b/components/Footer.tsx
deleted file mode 100644
index fc06c38..0000000
--- a/components/Footer.tsx
+++ /dev/null
@@ -1,53 +0,0 @@
-import { Button, ButtonGroup, Stack } from "@mui/material";
-import * as React from "react";
-import GitHubIcon from "@mui/icons-material/GitHub";
-import SendIcon from "@mui/icons-material/Send";
-import InfoIcon from "@mui/icons-material/Info";
-
-export default function Footer() {
- const row_1 = [
- {
- title: "Hire Me",
- url: "http://www.ansin-teacher.net/data/teacher59096.html",
- icon: ,
- },
- {
- title: "Source",
- url: "https://github.com/ItsukiKigoshi/itsukikigoshi.github.io",
- icon: ,
- },
- ].map((item) => (
-
- ));
-
- const row_2 = [
- {
- title: "特定商取引法に基づく表記",
- url: "/salespolicy",
- icon: ,
- },
- ].map((item) => (
-
- ));
-
- return (
-
- {{row_1}}
- {row_2}
-
- );
-}