-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (63 loc) · 2.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!-- Features Section -->
<section id="features">
<h2>Features</h2>
<ul>
<li>Smart Summaries: AI-generated concise summaries of your emails</li>
<li>Priority Sorting: Automatic categorization of emails by importance</li>
<li>Topic Categorization: Organize emails into custom categories</li>
<li>Sentiment Analysis: Understand the tone of your emails at a glance</li>
<li>Meeting Scheduler: Seamless calendar integration for scheduling</li>
<li>Smart Reminders: AI-powered follow-up reminders</li>
<li>Attachment Summary: Quick overviews of attached documents</li>
<li>Language Translation: Instant translation of emails</li>
<li>Time-to-Read Estimate: Estimated reading time for each email</li>
<li>AI-Powered Email Triage: Automatically sort emails into action-based categories and learn from user behavior</li>
<li>Email Chain Summarizer: Provide concise summaries of long email threads, highlighting key points and decisions</li>
<li>Contextual Contact Insights: Analyze communication patterns and provide personalized talking points for each contact</li>
<li>Predictive Email Prioritization: Predict important emails and suggest optimal times to address them</li>
<li>Email Intent Classifier: Automatically classify and route emails based on their intent (e.g., request, complaint, sales inquiry)</li>
</ul>
</section>
<!-- Pricing Section -->
<section id="pricing">
<h2>Pricing</h2>
<div class="pricing-plans">
<div class="plan">
<h3>Basic Plan</h3>
<p class="price">$4.99/month</p>
<ul>
<li>Smart Summaries</li>
<li>Priority Sorting</li>
<li>Topic Categorization</li>
<li>Sentiment Analysis</li>
</ul>
<button>Choose Plan</button>
</div>
<div class="plan">
<h3>Pro Plan</h3>
<p class="price">$9.99/month</p>
<ul>
<li>All Basic features</li>
<li>Meeting Scheduler</li>
<li>Smart Reminders</li>
<li>Attachment Summary</li>
<li>Language Translation</li>
</ul>
<button>Choose Plan</button>
</div>
<div class="plan">
<h3>Enterprise Plan</h3>
<p class="price">$17.99/month</p>
<ul>
<li>All Pro features</li>
<li>AI-Powered Email Triage</li>
<li>Email Chain Summarizer</li>
<li>Contextual Contact Insights</li>
<li>Predictive Email Prioritization</li>
<li>Email Intent Classifier</li>
<li>Priority Support</li>
</ul>
<button>Choose Plan</button>
</div>
</div>
</section>