import Head from 'next/head' import styles from '../styles/Home.module.css' import Computer from '../components/computer' import Image from "next/image"; export default function Home() { return ( <> Home - Andrew Lee
Alee Logo

Andrew Lee

Linux User, Programmer, Computer Nerd

Contact me at andrew@alee14.me

) }