Skip to content

Commit e4193dd

Browse files
author
Vivek Vishal
authored
Merge pull request #6465 from vishalvivekm/viv-35
chore: add testimonial
2 parents 107adcc + b3dc14d commit e4193dd

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

src/sections/Kanvas/index.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import Phillip from "../../sections/Pricing/reviews/phillip-ulberg.jpeg";
3636
import Alex from "../../sections/Pricing/reviews/alex-hokanson.jpeg";
3737
import TeaserModal from "../../components/TeaserModal";
3838
import GuyM from "./images/guym.jpg";
39+
import Abdechakour from "../../sections/Pricing/reviews/abdechakour-h.jpeg";
3940

4041

4142
const Kanvas = (props) => {
@@ -145,10 +146,10 @@ const Kanvas = (props) => {
145146
},
146147
]} />
147148
<InlineQuotes
148-
quote="Guys, I love Kanvas! This tool is crazy!"
149-
person="Ala Eddine BENHASSIR"
150-
title="Networks & Systems Engineer at AYRADE"
151-
image={Ala}/>
149+
quote="Wow, just tried Kanvas and it's exactly what I needed! Dragging that Helm chart was so smooth, and the smart features really caught my attention. Definitely sharing this with my dev team before everyone else discovers it!"
150+
person="Abdechakour Hrouchan"
151+
title="Software Engineer at Atlas Cloud Services"
152+
image={Abdechakour} />
152153

153154
<CollaboratorFeatures
154155
features={
@@ -285,6 +286,11 @@ const Kanvas = (props) => {
285286
{/* <MesheryAction /> */}
286287
<KanvasBtn style={{ marginBottom: "2rem" }} />
287288
<Platform />
289+
<InlineQuotes
290+
quote="Guys, I love Kanvas! This tool is crazy!"
291+
person="Ala Eddine BENHASSIR"
292+
title="Networks & Systems Engineer at AYRADE"
293+
image={Ala}/>
288294
</Container>
289295
</div>
290296
<>

src/sections/Pricing/review-slider.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Patrick from "./reviews/patrick-steinig.jpeg";
1818
import Hein from "./reviews/hein.webp";
1919
import Anusha from "./reviews/anusha.png";
2020
import Louie from "./reviews/louie-corbo.jpeg";
21+
import Abdechakour from "./reviews/abdechakour-h.jpeg";
2122

2223
const settings = {
2324
dots: false,
@@ -210,6 +211,13 @@ const Reviews = () => {
210211
title="Lead Software Engineer at Fidelity Investments"
211212
image={Anusha}
212213
/>
214+
<Customers
215+
type="2"
216+
quote="Wow, just tried Kanvas and it's exactly what I needed! Dragging that Helm chart was so smooth, and the smart features really caught my attention. Definitely sharing this with my dev team before everyone else discovers it!"
217+
person="Abdechakour Hrouchan"
218+
title="Software Engineer at Atlas Cloud Services"
219+
image={Abdechakour}
220+
/>
213221
</Slider>
214222
</div>
215223
</ReviewsWrapper>
189 KB
Loading

0 commit comments

Comments
 (0)