Description
Right now, navigating to a broken link shows the default Next.js 404 page, which breaks the immersion of the DevPath application.
Proposed Solution
- Create a
app/not-found.tsx (or pages/404.tsx depending on the router).
- Design a beautiful, DevPath-branded 404 page.
- Include a "Return Home" button to help the user get back to safety.
Expected Outcome
A cohesive brand experience even when users hit a dead end.
Description
Right now, navigating to a broken link shows the default Next.js 404 page, which breaks the immersion of the DevPath application.
Proposed Solution
app/not-found.tsx(orpages/404.tsxdepending on the router).Expected Outcome
A cohesive brand experience even when users hit a dead end.