Making this website using Next.js

I made this website with Next.js and deployed it on Vercel. I chose to use the Pages Router instead of the newer (and already recommended) App Router, because I was running into some weird bugs like deleting a loading.tsx file breaking the entire server until you delete the entire .next folder.

-To be continued-