whisper-money/resources/views/mail/drip/welcome.blade.php

30 lines
1.3 KiB
PHP

<x-mail::message>
# {{ __('Welcome to Whisper Money, :name!', ['name' => $userName]) }}
{{ __("Hi! I'm Victor, the founder of Whisper Money. I wanted to personally welcome you and thank you for joining us.") }}
{{ __("When I started building Whisper Money, I was frustrated with finance apps that wanted to mine my data or use AI to analyze my spending. I just wanted a simple, private way to track my finances - and I figured others might too.") }}
## {{ __('Your Data is Truly Private') }}
{{ __('I built Whisper Money because I believe **your financial data should be yours alone**:') }}
- {{ __('Your data is never shared with third parties') }}
- {{ __('We don\'t sell, trade, or give away your personal information') }}
- {{ __('You are always the owner of your data') }}
## {{ __('No AI, No Data Mining') }}
{{ __("I don't use AI to analyze your spending or sell insights about your habits. Your financial data stays between you and your spreadsheet-loving self.") }}
<div style="height: 40px"></div>
{{ __('If you have any questions or run into any issues, **just reply to this email**. I personally read every message and I\'m here to help!') }}
{{ __('Thanks for giving Whisper Money a try. It means a lot to me.') }}
Best,<br>
Víctor F,<br>
Founder of Whisper Money
</x-mail::message>