index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <style>
  2. .zc-content {
  3. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  4. color: #1a1a1a;
  5. line-height: 1.5;
  6. padding: 64px 24px;
  7. max-width: 720px;
  8. margin: 0 auto;
  9. }
  10. .zc-content h2, .zc-content h3, .zc-content p { margin: 0; }
  11. .zc-content h2 {
  12. font-size: 1.75rem;
  13. font-weight: 700;
  14. margin-bottom: 32px;
  15. }
  16. .zc-feature {
  17. margin-bottom: 28px;
  18. }
  19. .zc-feature h3 {
  20. font-size: 1.15rem;
  21. font-weight: 700;
  22. margin-bottom: 8px;
  23. }
  24. .zc-feature p {
  25. color: #4a4a4a;
  26. }
  27. </style>
  28. <div class="zc-content">
  29. <h2>Your Complete Meeting Hub.</h2>
  30. <div class="zc-feature">
  31. <h3>Smart Scheduling</h3>
  32. <p>Schedule meetings in seconds with shared availability and fewer back-and-forth messages.</p>
  33. </div>
  34. <div class="zc-feature">
  35. <h3>Agenda Builder</h3>
  36. <p>Create clear agendas with discussion topics, owners, priorities, and time slots.</p>
  37. </div>
  38. <div class="zc-feature">
  39. <h3>Desktop Widgets</h3>
  40. <p>Pin widgets to your Mac desktop for quick actions and your next meeting.</p>
  41. </div>
  42. <div class="zc-feature">
  43. <h3>Ai Assistant</h3>
  44. <p>Record meetings locally, transcribe on your Mac, and turn conversations into notes.</p>
  45. </div>
  46. <div class="zc-feature">
  47. <h3>Smart Reminders</h3>
  48. <p>Get notified before meetings — 1 day, 12 hours, or 1 hour ahead.</p>
  49. </div>
  50. </div>