You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/components/Testimonials/index.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ const Testimonials = () => {
10
10
consttestimonials=[
11
11
{
12
12
name: "Kunal",
13
-
position: "SRE",
13
+
position: "DevRel manager at Civo",
14
14
testimonial: "Deploying has never been easier: A single interface to manage your workloads on Kubernetes. 🔥 An easy way to get started on Kubernetes👌"
15
15
},
16
16
{
17
17
name: "Rosana",
18
-
position: "SRE",
18
+
position: "AWS Container Hero",
19
19
testimonial: "Cyclops has transformed my Kubernetes management experience. Its intuitive form-based UI and Helm integration make deploying and monitoring applications straightforward and error-free. A must-try tool for anyone looking to simplify their Kubernetes operations!"
20
20
},
21
21
{
22
22
name: "Ken",
23
-
position: "SRE",
23
+
position: "VP, DevOps",
24
24
testimonial: "Cyclops utilizes Helm charts for application deployment, making Kubernetes more accessible to users with different levels of expertise."
25
25
},
26
26
{
@@ -60,7 +60,7 @@ const Testimonials = () => {
60
60
},
61
61
{
62
62
name: "Anmol",
63
-
position: "Software Developer (Blockhain Dev)",
63
+
position: "Software Developer (Blockchain Dev)",
64
64
testimonial: "I really like the idea of Cyclops. It is so much easier for users who dont know or need to know about k8s. Why did this not exist before?",
0 commit comments