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 legal pages background bleed and backend timeout
- Wrap gdpr/terms/cookies/privacy pages in full-page white div with minHeight 100vh to prevent home page content showing through during Next.js navigation
- Add logo nav bar to all legal pages
- Fix privacy page: update domain from inbox-iq-lilac.vercel.app → mailair.company, Stripe → Razorpay
- Increase API timeout from 30s → 60s to handle Render free-tier cold starts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
<pstyle={{color: '#666',fontSize: 14}}>Last updated: March 15, 2026</p>
15
19
16
20
<h2>1. Introduction</h2>
17
21
<p>
18
22
Mailair ("we", "our", or "us") operates the Mailair email management application
19
-
available at <strong>inbox-iq-lilac.vercel.app</strong>. This Privacy Policy explains
23
+
available at <strong>mailair.company</strong>. This Privacy Policy explains
20
24
how we collect, use, and protect your information when you use our service.
21
25
</p>
22
26
@@ -70,7 +74,7 @@ export default function PrivacyPolicy() {
70
74
<li><strong>Anthropic (Claude AI):</strong> Email content is sent to Anthropic's API to generate summaries and reply drafts. Anthropic's privacy policy applies.</li>
71
75
<li><strong>Google:</strong> OAuth tokens are used to access Gmail via the Gmail API.</li>
72
76
<li><strong>Supabase:</strong> Your data is stored in Supabase's secure database infrastructure.</li>
73
-
<li><strong>Stripe:</strong> Payment information is handled by Stripe. We do not store credit card details.</li>
77
+
<li><strong>Razorpay:</strong> Payment information is handled by Razorpay. We do not store credit card details.</li>
74
78
</ul>
75
79
76
80
<h2>7. Data Retention</h2>
@@ -108,7 +112,8 @@ export default function PrivacyPolicy() {
0 commit comments