diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..b3169aa --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,11 @@ +export default function Contact() { + return ( + <> +
+

contact me on Discord: gamrston

+

contact me on Telegram: periodicbrake

+

contact me via Email: periodicbrake63@gmail.com

+
+ + ) +} \ No newline at end of file