| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <style>
- .zc-content {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
- color: #1a1a1a;
- line-height: 1.5;
- padding: 64px 24px;
- max-width: 720px;
- margin: 0 auto;
- }
- .zc-content h2, .zc-content h3, .zc-content p { margin: 0; }
- .zc-content h2 {
- font-size: 1.75rem;
- font-weight: 700;
- margin-bottom: 32px;
- }
- .zc-feature {
- margin-bottom: 28px;
- }
- .zc-feature h3 {
- font-size: 1.15rem;
- font-weight: 700;
- margin-bottom: 8px;
- }
- .zc-feature p {
- color: #4a4a4a;
- }
- </style>
- <div class="zc-content">
- <h2>Your Complete Meeting Hub.</h2>
- <div class="zc-feature">
- <h3>Smart Scheduling</h3>
- <p>Schedule meetings in seconds with shared availability and fewer back-and-forth messages.</p>
- </div>
- <div class="zc-feature">
- <h3>Agenda Builder</h3>
- <p>Create clear agendas with discussion topics, owners, priorities, and time slots.</p>
- </div>
- <div class="zc-feature">
- <h3>Desktop Widgets</h3>
- <p>Pin widgets to your Mac desktop for quick actions and your next meeting.</p>
- </div>
- <div class="zc-feature">
- <h3>Ai Assistant</h3>
- <p>Record meetings locally, transcribe on your Mac, and turn conversations into notes.</p>
- </div>
- <div class="zc-feature">
- <h3>Smart Reminders</h3>
- <p>Get notified before meetings — 1 day, 12 hours, or 1 hour ahead.</p>
- </div>
- </div>
|