Skip to content

Commit 3969886

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sections/Kanvas/index.js

Lines changed: 6 additions & 0 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.jpg";
3940

4041

4142
const Kanvas = (props) => {
@@ -285,6 +286,11 @@ const Kanvas = (props) => {
285286
{/* <MesheryAction /> */}
286287
<KanvasBtn style={{ marginBottom: "2rem" }} />
287288
<Platform />
289+
<InlineQuotes
290+
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!"
291+
person="Abdechakour Hrouchan"
292+
title="Software Engineer at Atlas Cloud Services"
293+
image={Abdechakour} />
288294
</Container>
289295
</div>
290296
<>

0 commit comments

Comments
 (0)