Align newsletter modal copy with the homepage newsletter block
NewsletterModal.tsx advertised a different offer (the 7-Tage-Challenge) than Newsletter.tsx's own description (7 Impulse) for the same signup flow. Also rewrote both descriptions to drop the vague "und gewinne Klarheit" buzzword formula and the word "Klarheit" repeated from the heading directly above it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ type NewsletterProps = {
|
||||
*/
|
||||
export function Newsletter({
|
||||
title = <>Starte mit einer Woche voller Klarheit<span className="text-brand">.</span></>,
|
||||
description = "Melde dich zum Newsletter an und erhalte 7 einfache Impulse, und gewinne Klarheit darüber, was in deiner aktuellen Lebensphase wirklich wichtig ist.",
|
||||
description = "Melde dich an und bekommst 7 kurze Impulse direkt ins Postfach – in ein paar Minuten gelesen, sofort im Alltag umsetzbar.",
|
||||
}: NewsletterProps = {}) {
|
||||
const { email, emailError, consent, handleConsentChange, status, error, successMessage, emailRef, handleEmailChange, handleEmailBlur, handleSubmit } =
|
||||
useNewsletterSignup("newsletter-page");
|
||||
|
||||
Reference in New Issue
Block a user