Skip to content

Commit 4795f8e

Browse files
author
Vivek Vishal
authored
Apply suggestions from code review
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 37ffcef commit 4795f8e

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

src/sections/Pricing/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const Pricing = () => {
4646
<div className="wrapper">
4747
<PlanCard planData={options} isYearly={isYearly}/>
4848
</div>
49-
<OpenSourceBanner />
5049
<Comparison />
5150
<Reviews />
5251
<FAQ category={["Pricing", "Billing"]} />

src/sections/Pricing/review-slider.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ 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";
2221

2322
const settings = {
2423
dots: false,
@@ -156,13 +155,6 @@ const Reviews = () => {
156155
title="Kanvas User"
157156
image={Deepak}
158157
/>
159-
<Customers
160-
type="3"
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"
164-
image={GuyM}
165-
/>
166158
<Customers
167159
type="1"
168160
quote="Are my resources utilized as best as possible? Why am I not getting the SLO met with 4 resources when I only needed 1 resource without the service mesh? How can I improve my 99.9% latencies or can I map my service policy to utilization? Is the network a performance hog, or storage, or cache? MeshMark will model and provide an index in answer to such questions."

0 commit comments

Comments
 (0)