diff --git a/README.md b/README.md index b8676ff..b5b56a5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ A React Email project for creating and previewing email templates for the Amba a ## Features -- 🎨 5 email templates matching the Amba app design: +- 🎨 6 email templates matching the AmbaPay app design: - Welcome Email - Transaction Complete - Event Ticket (with QR code) - Payment Request - Referral Success + - Waitlist - 🖼️ Interactive preview page with template switcher - 🎨 Consistent theming based on Amba app design (green color scheme) - 📱 Responsive email designs @@ -101,6 +102,13 @@ Sent when someone uses the user's referral code. - `rewardAmount` (string): Reward amount earned - `transactionAmount` (string): Transaction amount +### 6. Waitlist +Sent to users who have joined the waitlist. + +**Props:** +- `userName` (string): The user's name +- `position` (number, optional): Position in the waitlist + ## Project Structure ```