Skip to content

Commit 02b7166

Browse files
Merge pull request #2319 from Bowen7/update-support-page
[RMQ-1746] Update support page content
2 parents d9d458d + 7efb4df commit 02b7166

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/pages/contact.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ export default function Support() {
2525
<div className={styles.supporttypes}>
2626
<div className={styles.container}>
2727
<div className={styles.flex_columns}>
28-
<section>
29-
<Heading as="h2">Community</Heading>
30-
<p>Open source RabbitMQ is supported by the community. Follow the links below for your channel of preference to engage:</p>
31-
<p>
32-
<Link to="https://github.com/rabbitmq/rabbitmq-server/discussions">GitHub</Link> |&nbsp;
33-
<Link to="https://www.rabbitmq.com/discord">Discord</Link> |&nbsp;
34-
<Link to="https://groups.google.com/forum/#!forum/rabbitmq-users">Mailing List</Link> |&nbsp;
35-
<Link to="https://web.libera.chat/">IRC</Link>
36-
</p>
37-
</section>
3828
<section>
3929
<Heading as="h2">Commercial</Heading>
4030
<p>Tanzu RabbitMQ is developed by VMware Tanzu, which provides exclusive enterprise features and commercial support. This includes 24/7 experts with defined SLAs and longer term support for the latest versions.</p>
@@ -50,6 +40,16 @@ export default function Support() {
5040
<a href="#consulting">Learn More</a>
5141
</p>
5242
</section>
43+
<section>
44+
<Heading as="h2">Community</Heading>
45+
<p>RabbitMQ is an open-source project with an active community of fellow users and contributors. Community support is available on a best-effort basis through the following channels:</p>
46+
<p>
47+
<Link to="https://github.com/rabbitmq/rabbitmq-server/discussions">GitHub</Link> |&nbsp;
48+
<Link to="https://www.rabbitmq.com/discord">Discord</Link> |&nbsp;
49+
<Link to="https://groups.google.com/forum/#!forum/rabbitmq-users">Mailing List</Link> |&nbsp;
50+
<Link to="https://web.libera.chat/">IRC</Link>
51+
</p>
52+
</section>
5353
</div>
5454
</div>
5555
</div>
@@ -125,12 +125,12 @@ export default function Support() {
125125

126126
<div className={styles.featured_partner}>
127127
<div className={styles.container}>
128-
<Heading as="h1"><span className={styles.highlight_text}>Partner Spotlight: Announcing our newest RMQ MSP Partner</span></Heading>
129-
<Heading as="h1"><span className={styles.highlight_text}>AceMQ <small>is a featured authorized partner providing white glove support and expert services for VMware Tanzu RabbitMQ. </small></span></Heading>
130-
<p><strong className={styles.highlight_text}>To learn more about how AceMQ can offer RabbitMQ support, managed services for RabbitMQ, and consulting and training needs, get in touch with AceMQ here:</strong></p>
128+
<Heading as="h1"><span className={styles.highlight_text}>Partner Spotlight: Announcing our newest RabbitMQ MSP Partner</span></Heading>
129+
<Heading as="h1"><span className={styles.highlight_text}>AceMQ <small>is our featured authorized partner providing End-to-End RabbitMQ solutions, including: white-glove commercial support and expert services for Tanzu RabbitMQ & RabbitMQ Community Edition. </small></span></Heading>
130+
<p><strong className={styles.highlight_text}>To learn more about AceMQ’s RabbitMQ support, managed services, and RabbitMQ consulting & training offerings, please get in touch below: </strong></p>
131131
<div>
132-
<Link className="button button--primary" to="https://acemq.com/rabbitmq/licensing/" rel="noopener">Learn More</Link>&nbsp;
133-
<Link className="button button--primary" to="https://acemq.com/contact-us/" rel="noopener">Contact</Link>
132+
<Link className="button button--primary" to="https://acemq.com/rabbitmq/" rel="noopener">Consulting</Link>&nbsp;
133+
<Link className="button button--primary" to="https://acemq.com/rabbitmq/licensing/" rel="noopener">Commercial Support</Link>
134134
</div>
135135
</div>
136136
</div>

0 commit comments

Comments
 (0)