@@ -42,10 +43,9 @@ function HomePage(){
>
{releases.map(
(song, idx) => (
- console.log("song"),
(
-
+
)
)
diff --git a/src/pages/about.tsx b/src/pages/about.tsx
index 1a42ea5..d0bb3c0 100644
--- a/src/pages/about.tsx
+++ b/src/pages/about.tsx
@@ -41,7 +41,7 @@ function About() {
diff --git a/src/pages/contract.tsx b/src/pages/contract.tsx
new file mode 100644
index 0000000..7db8e43
--- /dev/null
+++ b/src/pages/contract.tsx
@@ -0,0 +1,17 @@
+import Text_Card from "../components/text_card";
+
+function Contract() {
+ return (
+
+
+
+
+
+ )
+}
+
+export default Contract
\ No newline at end of file
diff --git a/src/pages/id_submit.tsx b/src/pages/id_submit.tsx
index e5f77e3..dc508ea 100644
--- a/src/pages/id_submit.tsx
+++ b/src/pages/id_submit.tsx
@@ -19,7 +19,7 @@ function SubmitPage() {
}, []);
return (
-