iiitl / Wollete

Next.js project facilitating secure, anonymous digital receipt transmission for paperless transactions and billing among diverse entities.
https://wollette.vercel.app/
1 stars 12 forks source link

Added custom 404 not found page. Fixes : #4 #13

Closed MrImmortal09 closed 8 months ago

MrImmortal09 commented 8 months ago

Hello @monarxxjain , This is the PR for the issue Create Custom 404 Page https://github.com/iiitl/Wollete/issues/4 and these are the following chnages I have made in PR.

Changes Made Designed and created a custom 404 page that seamlessly integrates with the website's theme and design elements. Modified the routing system to ensure that the custom 404 page is displayed when users navigate to non-existent routes. Added clear indication on the custom 404 page to inform users that the requested page could not be found.

Screenshot from 2024-03-15 04-46-17

MrImmortal09 commented 8 months ago

@rootCircle @monarxxjain , Please review