chore: simplify newsletter card title to just "Newsletter"

Minimal and clear - the description does the selling, the button
says what to do.

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

View File

@ -1677,7 +1677,7 @@ defmodule SimpleshopThemeWeb.ShopComponents do
<.newsletter_card title="Studio news" description="Get updates on new products." /> <.newsletter_card title="Studio news" description="Get updates on new products." />
<.newsletter_card variant={:inline} /> <.newsletter_card variant={:inline} />
""" """
attr :title, :string, default: "Join the newsletter" attr :title, :string, default: "Newsletter"
attr :description, :string, default: "Be the first to see new designs and news from the studio." attr :description, :string, default: "Be the first to see new designs and news from the studio."
attr :button_text, :string, default: "Subscribe" attr :button_text, :string, default: "Subscribe"
attr :variant, :atom, default: :card attr :variant, :atom, default: :card