Note that React Components by default go into the pages folder.
From the Next.js docs (https://nextjs.org/docs/basic-features/pages):
In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name.