import Head from 'next/head' import styles from '../styles/Index.module.css' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faTwitter } from "@fortawesome/free-solid-svg-icons"; function RandomMotto(props) { const Mottos = [ "Yesterday is history, tomorrow is a mystery and today is a gift that's why it's called the present", "Just have fun!", "Live and let go", "Keep calm and carry on" ]; const randomNumber = Math.floor(Math.random() * Mottos.length); return {Mottos[randomNumber]}; } export default function Index() { return (
Trick The Fox | Index

Trick The Fox

Commissions Gallery Contact

Hi, I'm Trick!

""

About me:

I'm a gay femboy nurse fox who likes figure skating, running and dancing, addicted to vr and video making and I'm always listening to music, oh and I play dnd... And that's just about me in a nutshell.

Made with love by Mid

) }