-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathclients.html
More file actions
40 lines (38 loc) · 1.59 KB
/
clients.html
File metadata and controls
40 lines (38 loc) · 1.59 KB
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
---
layout: page
title: Clients
excerpt: Cerb incorporates the feedback of thousands of teams.
summary: Client testimonials for Cerb, highlighting its effectiveness and versatility
as a helpdesk and CRM solution. Clients from various industries praise Cerb for
its ability to streamline workflows, improve communication, and enhance productivity.
Testimonials emphasize the software's flexibility, ease of use, and the positive
impact on customer support operations. Many clients express appreciation for Cerb's
continuous updates, responsive support team, and the ability to customize the system
to meet specific business needs. Overall, the feedback underscores Cerb's role as
a reliable and integral tool in managing customer interactions and internal processes.
permalink: /clients/
jumbotron:
title: Clients
tagline: Meet some of the thousands of organizations we've worked with
---
<div class="testimonials-grid">
{% for testimonial in site.data.testimonials %}
<div class="testimonial-card{% if testimonial.featured %} testimonial-featured{% endif %}">
<blockquote class="testimonial-content">
{{ testimonial.quote | strip }}
</blockquote>
<div class="testimonial-footer">
<span class="client-logo client-{{ testimonial.client }}"></span>
<div class="testimonial-author">
<span class="author-name">{{ testimonial.author }}</span>
{% if testimonial.when %}
<span class="author-date">{{ testimonial.when }}</span>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
<div class="clients-banner">
<img src="/assets/cerb-clients.png" alt="Cerb client logos">
</div>