import Header from '../components/header' import Link from 'next/link' 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" const iconProperties = "hover:text-gray-500 transition-all" export default function Home() { return ( <> Home - Andrew Lee
Alee Logo

Andrew Lee

Computer Geek, Programmer, Content Creator

{/*
About Me Projects Blog Downloads Guidelines
*/}

Contact me at andrew@alee14.me

) }