From bd00bef96d187ba22d175dc74deb4be81969b305 Mon Sep 17 00:00:00 2001 From: Viktor Vaczi Date: Sat, 4 Jul 2026 12:05:03 +0200 Subject: [PATCH] copy(waitlist): drop "no spam, unsubscribe anytime" from demo + marketing Trim the waitlist microcopy on the standalone demo and the marketing site's CTA/hero forms to just the value prop, removing the "no spam, unsubscribe anytime" reassurance line. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01REwWZGkAz1AZUJw8yqxkCN --- site/src/components/WaitlistForm.astro | 2 +- site/src/sections/FinalCta.astro | 2 +- web/standalone/src/components/WaitlistForm.tsx | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/site/src/components/WaitlistForm.astro b/site/src/components/WaitlistForm.astro index 1f2c6fe..a02be30 100644 --- a/site/src/components/WaitlistForm.astro +++ b/site/src/components/WaitlistForm.astro @@ -18,7 +18,7 @@ const { source, id, layout = 'row', - microcopy = 'Get early-access invites and the occasional product update — no spam, unsubscribe anytime.', + microcopy = 'Get early-access invites and the occasional product update.', class: cls = '', } = Astro.props; diff --git a/site/src/sections/FinalCta.astro b/site/src/sections/FinalCta.astro index 6e0f43b..d3673b2 100644 --- a/site/src/sections/FinalCta.astro +++ b/site/src/sections/FinalCta.astro @@ -13,7 +13,7 @@ import WaitlistForm from '../components/WaitlistForm.astro';

diff --git a/web/standalone/src/components/WaitlistForm.tsx b/web/standalone/src/components/WaitlistForm.tsx index 6d1ad09..fd7041a 100644 --- a/web/standalone/src/components/WaitlistForm.tsx +++ b/web/standalone/src/components/WaitlistForm.tsx @@ -47,8 +47,7 @@ export function WaitlistForm({ source = "standalone" }: { source?: string }) { ) : ( <>

- Join the waitlist for product updates and your invite — no spam, - unsubscribe anytime. + Join the waitlist for product updates and your invite.