It looks like your Next.js app is using the App Router (app directory), and the default export in app/page.tsx is not recognized as a React component.
✅ Solution: Ensure Correct Default Export
Modify app/page.tsx to correctly export a React component: