feat: add illustrations to 404, error page, and welcome flow

- 404 page: replace large "404" text with page-not-found illustration
- ErrorDisplay: replace warning icon with server-down illustration
- Welcome step 1 (no orgs): welcome illustration
- Welcome step 4 (add site): website-setup illustration
- Welcome step 5 (done): confirmed illustration
All SVGs dark-themed with brand orange accent.
This commit is contained in:
Usman Baig
2026-03-23 15:40:01 +01:00
parent 21cee4f4ae
commit cd347ea072
8 changed files with 234 additions and 19 deletions

View File

@@ -14,9 +14,11 @@ export default function NotFound() {
</div>
<div className="text-center px-4 z-10">
<h1 className="text-9xl font-bold text-transparent bg-clip-text bg-gradient-to-b from-white to-neutral-500 mb-4">
404
</h1>
<img
src="/illustrations/page-not-found.svg"
alt="Page not found"
className="w-72 h-auto mx-auto mb-8"
/>
<h2 className="text-2xl font-bold text-white mb-6">
Page not found
</h2>