diff --git a/app/Mail/Drip/PromoCodeEmail.php b/app/Mail/Drip/PromoCodeEmail.php index 09d6b70b..b388b3c4 100644 --- a/app/Mail/Drip/PromoCodeEmail.php +++ b/app/Mail/Drip/PromoCodeEmail.php @@ -36,9 +36,9 @@ class PromoCodeEmail extends Mailable implements ShouldQueue public function envelope(): Envelope { - return new Envelope( - subject: 'Your Founder Discount - First Month for $1', - )->from(config('mail.from.address', 'hello@example.com'), 'Victor'); + return (new Envelope( + subject: 'Your Founder Discount - 80% Off First Period' + ))->from(config('mail.from.address', 'hello@example.com'), 'Victor'); } public function content(): Content diff --git a/config/subscriptions.php b/config/subscriptions.php index 8b6064c9..6401292d 100644 --- a/config/subscriptions.php +++ b/config/subscriptions.php @@ -128,7 +128,7 @@ return [ 'promo' => [ 'enabled' => env('PROMO_ENABLED', true), 'code' => 'FOUNDER', - 'description' => '$8 off your first month', + 'description' => '80% off your first period', 'badge' => 'Founder Promotion', ], diff --git a/resources/css/app.css b/resources/css/app.css index 910a2128..9f7791ac 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -251,7 +251,8 @@ } .unlock-button-pulse { - animation: pulse-glow 2s ease-in-out infinite, + animation: + pulse-glow 2s ease-in-out infinite, pulse-scale 2s ease-in-out infinite; } diff --git a/resources/js/components/user-menu-content.tsx b/resources/js/components/user-menu-content.tsx index 35d0b7c3..3285fd10 100644 --- a/resources/js/components/user-menu-content.tsx +++ b/resources/js/components/user-menu-content.tsx @@ -13,7 +13,14 @@ import { logout } from '@/routes'; import accounts from '@/routes/accounts'; import { type SharedData, type User } from '@/types'; import { Link, router, usePage } from '@inertiajs/react'; -import { Eye, EyeOff, LogOut, Map, MessageSquare, Settings } from 'lucide-react'; +import { + Eye, + EyeOff, + LogOut, + Map, + MessageSquare, + Settings, +} from 'lucide-react'; interface UserMenuContentProps { user: User; diff --git a/resources/js/pages/subscription/paywall.tsx b/resources/js/pages/subscription/paywall.tsx index 4272bb32..72245f24 100644 --- a/resources/js/pages/subscription/paywall.tsx +++ b/resources/js/pages/subscription/paywall.tsx @@ -349,7 +349,7 @@ function PromoSection() { rel="noopener noreferrer" className="font-medium text-[#5865F2] underline-offset-2 hover:underline" > - Discord for $8 off + Discord for 80% off diff --git a/resources/views/mail/drip/promo-code.blade.php b/resources/views/mail/drip/promo-code.blade.php index 69c4c084..245236ad 100644 --- a/resources/views/mail/drip/promo-code.blade.php +++ b/resources/views/mail/drip/promo-code.blade.php @@ -8,7 +8,7 @@ Hi! It's Victor, the founder of Whisper Money. I see you've already started impo As one of our early users, I want to offer you a special founder's discount. When you subscribe, you're not just getting a great app - you're directly supporting me as I continue building Whisper Money. Every subscription helps me keep the lights on and build features you actually want. -Use code **{{ $promoCode }}** to get your first month for just **$1** +Use code **{{ $promoCode }}** to get **80% off** your first period (monthly or yearly!) This gives you full access to all Whisper Money features: diff --git a/resources/views/mail/user-lead-invitation.blade.php b/resources/views/mail/user-lead-invitation.blade.php index bfa67e54..a6d336df 100644 --- a/resources/views/mail/user-lead-invitation.blade.php +++ b/resources/views/mail/user-lead-invitation.blade.php @@ -16,7 +16,7 @@ It's personal finance, but actually private. As someone who believed in us early, I want to offer you something special: -Use code **FOUNDER** to get **$8 off** - your first month for just **$1** +Use code **FOUNDER** to get **80% off** your first period (monthly or yearly!) This gets you full access to everything: @@ -43,5 +43,5 @@ Best,
VĂ­ctor
Founder, Whisper Money -P.S. The FOUNDER code gives you $8 off, so your first month is just $1. After that, it's $9/month. Cancel anytime, no questions asked. +P.S. The FOUNDER code gives you 80% off your first billing period, whether you choose monthly ($1.80 first month, then $9/month) or yearly ($9.60 first year, then $48/year). Cancel anytime, no questions asked.