chore: change newsletter default title to "Join the newsletter"

Clear and explicit about what the user is signing up for.

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

View File

@ -1677,7 +1677,7 @@ defmodule SimpleshopThemeWeb.ShopComponents do
<.newsletter_card title="Studio news" description="Get updates on new products." />
<.newsletter_card variant={:inline} />
"""
attr :title, :string, default: "Get updates"
attr :title, :string, default: "Join the newsletter"
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