import Head from 'next/head'; import IndexPage from 'pageComponents/Index'; import GlobalStyle from '../globalStyles'; export default function Home() { return (
bruno
); };