From c3f3bc237e0c6d691d53ebfe41412a63f2be17cb Mon Sep 17 00:00:00 2001 From: Jamey Greenwood Date: Tue, 20 Jan 2026 21:08:22 +0000 Subject: [PATCH] chore: simplify newsletter description Remove marketing fluff "Be the first" - everyone on the list gets emails at the same time. Just describe what they'll receive. Co-Authored-By: Claude Opus 4.5 --- lib/simpleshop_theme_web/components/shop_components.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpleshop_theme_web/components/shop_components.ex b/lib/simpleshop_theme_web/components/shop_components.ex index 4078d39..cb1f615 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 variant={:inline} /> """ 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: "New designs and updates, straight to your inbox." attr :button_text, :string, default: "Subscribe" attr :variant, :atom, default: :card