chore: change newsletter default title to "Get updates"

More accurate than "Stay in touch" - newsletters are one-way communication.
Also updated description slightly: "news" instead of "updates" to avoid
repetition with the title.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jamey Greenwood 2026-01-20 20:59:02 +00:00
parent 4fa4a6a83e
commit 7ae3af91ba

View File

@ -1674,11 +1674,11 @@ defmodule SimpleshopThemeWeb.ShopComponents do
## Examples
<.newsletter_card />
<.newsletter_card title="Join our newsletter" description="Get updates on new products." />
<.newsletter_card title="Studio news" description="Get updates on new products." />
<.newsletter_card variant={:inline} />
"""
attr :title, :string, default: "Stay in touch"
attr :description, :string, default: "Be the first to see new designs and get updates from the studio."
attr :title, :string, default: "Get updates"
attr :description, :string, default: "Be the first to see new designs and news from the studio."
attr :button_text, :string, default: "Subscribe"
attr :variant, :atom, default: :card