diff --git a/app/not-found.tsx b/app/not-found.tsx
index aadf065..f75a373 100644
--- a/app/not-found.tsx
+++ b/app/not-found.tsx
@@ -110,39 +110,17 @@ export default function NotFound() {
- {/* Sticky note — drawn natively (rotated card + tape + Caveat
- handwriting) rather than a cropped photo asset, since there's
- no such image in /public and this reads just as well as a
- coded illustration built from the same tokens (Lora for the
- "404", Caveat for the handwritten line) the rest of the site
- already uses for handwritten-style accents (see About.tsx's
- signature quote). */}
+ {/* Sticky note — real asset exported straight from the built
+ Figma page (page-404, node 4693:382), not a hand-coded
+ approximation — matches project convention of using the
+ actual photographed/rendered note rather than recreating its
+ handwriting in CSS. */}
- 404
-
- Nicht hier.
-
- Aber dein Ziel ist
-
- sicher nicht weit.
-
{link.title}
diff --git a/public/404-sticky-note.png b/public/404-sticky-note.png new file mode 100644 index 0000000..0fb452d Binary files /dev/null and b/public/404-sticky-note.png differ diff --git a/public/404-testimonial-photo.jpg b/public/404-testimonial-photo.jpg index ce898b0..7fe2b73 100644 Binary files a/public/404-testimonial-photo.jpg and b/public/404-testimonial-photo.jpg differ