diff --git a/components/footer.tsx b/components/footer.tsx
index e453909..e71469b 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -1,29 +1,53 @@
-import { Box, Button, ButtonGroup, Typography } from "@mui/material";
+import { Box, Button, ButtonGroup, Stack, Typography } 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 (
-
-
- }
- >
- Source
-
- }
- >
- Hire Me
-
-
-
-
+
+ {{row_1}}
+ {row_2}
+
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e3e3417..8362c15 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import InstagramIcon from "@mui/icons-material/Instagram";
import GitHubIcon from "@mui/icons-material/GitHub";
import LinkedInIcon from "@mui/icons-material/LinkedIn";
import { Typography, Box, Stack, Avatar, Button } from "@mui/material";
-import Footer from "../../components/footer";
+import Footer from "../../components/Footer";
export default function App() {
const links = [