File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import Ala from "../../sections/Pricing/reviews/ala-eddine-benhassir.jpeg";
3535import Phillip from "../../sections/Pricing/reviews/phillip-ulberg.jpeg" ;
3636import Alex from "../../sections/Pricing/reviews/alex-hokanson.jpeg" ;
3737import TeaserModal from "../../components/TeaserModal" ;
38+ import GuyM from "./images/guym.jpg" ;
3839
3940
4041const 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 ;
You can’t perform that action at this time.
0 commit comments