Hydration error is caused when the pre-rendered tree in server and browser doesn't match and there are a set of rules for wrapping patterns that needs to be followed.
I noticed that you are wrapping a <p></p>
tag inside another <p></p>
tag. Which is not something Next allows.
Read this to understand the wrapping patterns