diff --git a/app/components/NewsletterModal.tsx b/app/components/NewsletterModal.tsx index db5984c..c5d3491 100644 --- a/app/components/NewsletterModal.tsx +++ b/app/components/NewsletterModal.tsx @@ -213,6 +213,20 @@ export function NewsletterModal({ open, onClose }: { open: boolean; onClose: () Melde dich an und bekomme meine Sonntags-Impulse ab jetzt jede Woche direkt in dein Postfach: kurze Gedanken, praktische Impulse und kleine Anstöße für mehr Klarheit im Alltag.

+ {/* Quick-access signup here, full pitch (Testimonials, "So + funktioniert's") one click away for anyone not ready to + type an email yet — same "lightweight modal vs. full page" + split this file's own top comment describes, just also + offering the other side of it from within the modal + itself instead of only via the Navbar. */} + + Mehr über die wöchentlichen Impulse erfahren + + {status === "success" ? (

{successMessage}

) : (