Skip to content

Commit 93f2e4d

Browse files
committed
adjust testimonial speed
1 parent cc7bb13 commit 93f2e4d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

web/src/components/Testimonials/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ const Testimonials = () => {
1010
const testimonials = [
1111
{
1212
name: "Kunal",
13-
position: "SRE",
13+
position: "DevRel manager at Civo",
1414
testimonial: "Deploying has never been easier: A single interface to manage your workloads on Kubernetes. 🔥 An easy way to get started on Kubernetes👌"
1515
},
1616
{
1717
name: "Rosana",
18-
position: "SRE",
18+
position: "AWS Container Hero",
1919
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!"
2020
},
2121
{
2222
name: "Ken",
23-
position: "SRE",
23+
position: "VP, DevOps",
2424
testimonial: "Cyclops utilizes Helm charts for application deployment, making Kubernetes more accessible to users with different levels of expertise."
2525
},
2626
{
@@ -60,7 +60,7 @@ const Testimonials = () => {
6060
},
6161
{
6262
name: "Anmol",
63-
position: "Software Developer (Blockhain Dev)",
63+
position: "Software Developer (Blockchain Dev)",
6464
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?",
6565
},
6666
{

web/src/components/Testimonials/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.column1 {
63-
animation: scroll1 25s linear infinite;
63+
animation: scroll1 23s linear infinite;
6464
animation-play-state: running;
6565
}
6666

@@ -70,7 +70,7 @@
7070
}
7171

7272
.column3 {
73-
animation: scroll3 23s linear infinite;
73+
animation: scroll3 21s linear infinite;
7474
animation-play-state: running;
7575
}
7676

0 commit comments

Comments
 (0)