features: Add rewritten heading content.

This commit is contained in:
Karl Stolley 2024-02-12 16:02:55 -06:00 committed by Tim Abbott
parent 43ee8b2ce1
commit f5fb9d76d0
2 changed files with 8 additions and 1 deletions

View File

@ -18,6 +18,13 @@
<div class="body-bg">
<div class="body-bg__layer"></div>
</div>
<h1>Complete team chat solution</h1>
<div class="h1-subheader">
From small teams to organizations with thousands of users, Zulip has you
covered. See <a href="/plans/">plans and pricing</a>.
</div>
<div class="main">
{% include "corporate/comparison_table_integrated.html" %}
</div>

View File

@ -257,7 +257,7 @@ class DocPageTest(ZulipTestCase):
self._test("/hello/", ["your mission-critical communications with Zulip"])
self._test("/communities/", ["Open communities directory"])
self._test("/development-community/", ["Zulip development community"])
self._test("/features/", ["Beautiful messaging"])
self._test("/features/", ["Complete team chat solution"])
self._test("/jobs/", ["Work with us"])
self._test("/self-hosting/", ["Self-host Zulip"])
self._test("/security/", ["TLS encryption"])