diff --git a/app/not-found.tsx b/app/not-found.tsx index 010675d..aadf065 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -96,10 +96,15 @@ export default function NotFound() {

Aber kein Problem – wir bringen dich gerne zurück auf Kurs.

Zur Startseite -
+

- {/* Help links + search */} + {/* Help links */}

{helpLinks.map((link) => ( - -

+ +
{link.icon}

{link.title}

{link.desc}

- + {link.cta} -
))} - - -
- - Suche nach Impulsen, Tools, Themen … -
-
{/* Testimonial band — photo bleeds to the viewport edge, gradient fade into bg-base on its trailing edge instead of a hard cut, - same idea as page-bestellbestaetigung's photo+quote pattern. */} + same idea as page-bestellbestaetigung's photo+quote pattern. + 404-testimonial-photo.jpg is cropped directly from the actual + mockup pixels (mockups/einfach-produktiv_mockup_404.png) rather + than reusing an unrelated existing asset — same real-photo + extraction convention the Figma rebuild used, just done on the + flat mockup image instead of in Figma. */}
diff --git a/public/404-testimonial-photo.jpg b/public/404-testimonial-photo.jpg new file mode 100644 index 0000000..ce898b0 Binary files /dev/null and b/public/404-testimonial-photo.jpg differ