We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b035f1f commit f87c8d2Copy full SHA for f87c8d2
1 file changed
src/sections/Pricing/review-slider.js
@@ -18,6 +18,7 @@ import Patrick from "./reviews/patrick-steinig.jpeg";
18
import Hein from "./reviews/hein.webp";
19
import Anusha from "./reviews/anusha.png";
20
import Louie from "./reviews/louie-corbo.jpeg";
21
+import GuyM from "./reviews/guym.jpg";
22
23
const settings = {
24
dots: false,
@@ -160,7 +161,7 @@ const Reviews = () => {
160
161
quote="I love visuals for creating IaC. I think it can be amazingly impactful for self-serve platforms for developers."
162
person="Guy Menahem"
163
title="Software Engineer at AWS"
- image={Ala}
164
+ image={GuyM}
165
/>
166
<Customers
167
type="1"
0 commit comments