Skip to content

Commit ee380e4

Browse files
author
Vivek Vishal
authored
Merge pull request #6282 from layer5io/Touriist-patch-1
add quote
2 parents 9aac5dd + 28272d9 commit ee380e4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

25.5 KB
Loading

src/sections/Kanvas/index.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import Ala from "../../sections/Pricing/reviews/ala-eddine-benhassir.jpeg";
3535
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";
38+
import GuyM from "./images/guym.jpg";
3839

3940

4041
const Kanvas = (props) => {
@@ -76,7 +77,11 @@ const Kanvas = (props) => {
7677
/>
7778
</div>
7879
<KanvasModes />
79-
80+
<InlineQuotes
81+
person="Guy Menahem"
82+
title="Software Engineer at AWS"
83+
quote="I love visuals creating IaC. I think it can be amazingly impactful for self serve platforms."
84+
image={GuyM}/>
8085
<DesignerFeatures
8186
features={
8287
[
@@ -256,4 +261,4 @@ const Kanvas = (props) => {
256261
);
257262
};
258263

259-
export default Kanvas;
264+
export default Kanvas;

0 commit comments

Comments
 (0)