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 { faEnvelope } from '@fortawesome/free-solid-svg-icons' import { faTwitter } from '@fortawesome/free-brands-svg-icons' import { faDiscord } from '@fortawesome/free-brands-svg-icons' import { faPhoneSlash } from '@fortawesome/free-solid-svg-icons' export default function Contact() { return (
{process.env.NEXT_PUBLIC_NAME} | Contact

{"📬 Contact us"}

Shoot us an email Message us on our Discord server Send a DM to our Twitter account We have no public phone number

{"We typically respond within a few hours during business hours."}

) }