You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: align all website text with actual pricing and plans
- Hero: '100 emails/month' → '5 AI-processed emails/month'
- How It Works step 2: reflect manual AI processing (not auto)
- Pricing plans: ₹199/mo Pro, ₹1499/mo Agency, Free = 5 emails
- Pricing section: currency changed from $ to ₹ throughout
- Free plan shows 'Free' not '₹0' on billing and landing page
- Signup benefits list updated to 5 emails/month
- Footer copyright updated to 2025
- Billing page features list updated
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: frontend/pages/index.tsx
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ function Hero() {
94
94
View Demo
95
95
</a>
96
96
</div>
97
-
<pclassName="mt-4 text-sm text-gray-400">Free for up to 100 emails/month · Setup in 2 minutes</p>
97
+
<pclassName="mt-4 text-sm text-gray-400">Free for up to 5 AI-processed emails · No credit card · Setup in 2 minutes</p>
98
98
</div>
99
99
100
100
{/* Dashboard Mockup */}
@@ -265,8 +265,8 @@ function HowItWorks() {
265
265
{
266
266
step: '02',
267
267
icon: Zap,
268
-
title: 'AI reads and categorizes',
269
-
description: 'Our AI engine reads every incoming email, categorizes it, extracts action items, scores priority, and drafts a reply — in seconds.',
268
+
title: 'Click to process with AI',
269
+
description: 'Click "Process with AI" on any email. Our AI categorizes it, extracts action items, scores priority, and drafts a reply — in seconds. You stay in control of your usage.',
270
270
color: 'bg-purple-600',
271
271
},
272
272
{
@@ -317,10 +317,11 @@ const plans = [
317
317
id: 'free',
318
318
name: 'Free',
319
319
price: 0,
320
+
currency: '',
320
321
period: '/month',
321
322
description: 'Perfect for individuals just getting started.',
0 commit comments