import Head from 'next/head' import Computer from '../components/computer' import Image from "next/image"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram } from '@fortawesome/free-brands-svg-icons' const iconSize = "3x" export default function Home() { return ( <> Home - Andrew Lee
Alee Logo

Andrew Lee

Computer Geek, Programmer, Content Creator

Contact me at andrew@alee14.me

) }