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:
parent
4fa4a6a83e
commit
7ae3af91ba
@ -1674,11 +1674,11 @@ defmodule SimpleshopThemeWeb.ShopComponents do
|
|||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
<.newsletter_card />
|
<.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} />
|
<.newsletter_card variant={:inline} />
|
||||||
"""
|
"""
|
||||||
attr :title, :string, default: "Stay in touch"
|
attr :title, :string, default: "Get updates"
|
||||||
attr :description, :string, default: "Be the first to see new designs and get updates 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user