import Head from 'next/head' 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 Geek

Contact me at andrew@alee14.me

) }