import { NoIndexHead } from "@/utils/customHead"

export default function Home() {
  return (
    <>
      <NoIndexHead />
      <main className='w-[100vw] flex justify-around mt-20 gap-10 mx-10'>
      </main>
    </>
  )
}
