import Head from 'next/head'; import Image from 'next/image'; import styles from '../styles/Contact.module.css'; import Link from 'next/link'; import StyledButton from '../components/elements/styledbutton'; import SmallStyledButton from '../components/elements/smallstyledbutton'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faTwitter } from '@fortawesome/free-brands-svg-icons' import { faDiscord } from '@fortawesome/free-brands-svg-icons' export default function Contact() { return (
{process.env.NEXT_PUBLIC_NAME} | About

{"📬 Contact us"}


{"📨 Shoot us an email"}

{"💬 Other contact methods"}

Message us on our Discord server Send a DM to our Twitter account

{"📵 We don't have a public phone number for contact"}

) }