From 52d0b8558e17dfe11bb6e884f24de2bf648e25bf Mon Sep 17 00:00:00 2001
From: Marco
Date: Sat, 29 Aug 2026 22:59:37 +0000
Subject: [PATCH] NewsletterModal: link to /newsletter for the full pitch
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Quick-access signup stays in the modal; a small "mehr erfahren" link
under the description sends anyone not ready to type an email straight
to /newsletter (testimonials, how-it-works) instead of only being
reachable via the Navbar — the same gap the blog's newsletter-fallback
card closed for readers, closed here for the modal's own audience.
Co-Authored-By: Claude Sonnet 5
Claude-Session: https://claude.ai/code/session_013Eg6h91yngXmSnM51wxXM8
---
app/components/NewsletterModal.tsx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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" ? (