import Head from 'next/head' import HeadComponent from '../components/head.js' import Menu from '../components/menu.js' import Image from 'next/image' import styles from '../styles/Index.module.css' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faDiscord } from '@fortawesome/free-brands-svg-icons' import { faTwitter } from '@fortawesome/free-brands-svg-icons' import { faSpotify } from '@fortawesome/free-brands-svg-icons' import { faSoundcloud } from '@fortawesome/free-brands-svg-icons' import { faEnvelope } from '@fortawesome/free-solid-svg-icons' export default function Index() { return (
Invesvpo | Landing Page

INVESVPO

aka
Fuhz — Elikas — C2RW

{`Hey I'm Invesvpo, I make some cool 3d models including guns and I'm trying to learn more about it.`}
{`I also make music, so check out my Spotify and SoundCloud below. `}
{`A lot of my songs are made to be downtempo ambient songs.`}

Twitter

Spotify

Discord

SoundCloud

{/*

Email

*/}
) }