some cleanup work

This commit is contained in:
2022-11-16 21:32:48 +01:00
parent 1f5ddc35f3
commit e4f31048a3
6 changed files with 9 additions and 40 deletions

View File

@ -1,5 +0,0 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' })
}

View File

@ -26,7 +26,7 @@ export default function Home() {
<Matrix height={"100%"} width={"100vw"} />
<Herotitle text={"[Project-Name-Here]"}></Herotitle>
</div>
<div>
{/*<div>
<center>
<TypeAnimation
sequence={[
@ -43,7 +43,7 @@ export default function Home() {
className="typeHeader"
/>
</center>
</div>
</div>*/}
</main>
</div>
)