My page seems to not load the header or footer at first, then after about 0.5s loads it in the wrong structure.
I also get 3 hydration mismatch errors.
This is my layout:
return (
<html lang='en'>
<Header />
<body className={`bg-gray-900 ${inter.className}`}>{children}</body>
<Footer />
</html>
);
It loads as in the image