Skip to content

Commit f87c8d2

Browse files
author
Vivek Vishal
authored
Update review-slider.js
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent b035f1f commit f87c8d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sections/Pricing/review-slider.js

Lines changed: 2 additions & 1 deletion
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 GuyM from "./reviews/guym.jpg";
2122

2223
const settings = {
2324
dots: false,
@@ -160,7 +161,7 @@ const Reviews = () => {
160161
quote="I love visuals for creating IaC. I think it can be amazingly impactful for self-serve platforms for developers."
161162
person="Guy Menahem"
162163
title="Software Engineer at AWS"
163-
image={Ala}
164+
image={GuyM}
164165
/>
165166
<Customers
166167
type="1"

0 commit comments

Comments
 (0)