Skip to content

Commit 1850d30

Browse files
author
Vivek Vishal
authored
Update review-slider.js
Signed-off-by: Vivek Vishal <[email protected]>
1 parent 5eb0ba0 commit 1850d30

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sections/Pricing/review-slider.js

Lines changed: 7 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.jpg"
2122

2223
const settings = {
2324
dots: false,
@@ -210,6 +211,12 @@ 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}
213220
</Slider>
214221
</div>
215222
</ReviewsWrapper>

0 commit comments

Comments
 (0)