filled contact page
This commit is contained in:
parent
5c2efd4f7b
commit
e623ec6a50
11
src/app/contact/page.tsx
Normal file
11
src/app/contact/page.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
export default function Contact() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<main className="flex flex-col space-y-2 text-gray-50 text-xl font-[Bitcount]">
|
||||||
|
<p>contact me on Discord: gamrston</p>
|
||||||
|
<p>contact me on Telegram: <a className="hover:text-gray-300" href="https://t.me/periodicbrake">periodicbrake</a></p>
|
||||||
|
<p>contact me via Email: <a className="hover:text-gray-300" href="periodicbrake63@gmail.com">periodicbrake63@gmail.com</a></p>
|
||||||
|
</main>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue