diff --git a/lib/simpleshop_theme_web/components/shop_components.ex b/lib/simpleshop_theme_web/components/shop_components.ex index 49ec8d8..145ead1 100644 --- a/lib/simpleshop_theme_web/components/shop_components.ex +++ b/lib/simpleshop_theme_web/components/shop_components.ex @@ -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