Skip to content

Commit c68c51b

Browse files
committed
add user quote
Signed-off-by: Siddhi sahu <himanisahu739@gmail.com>
1 parent b768de4 commit c68c51b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import InlineQuotes from "../../components/Inline-quotes";
1010
import YashSharmaIMg from "../../collections/members/yash-sharma/yash-sharma.webp";
1111
import NicJacksonImg from "../../collections/members/nicholas-jackson/nic-jackson.webp";
1212
import RutkIkegahImg from "../../collections/members/ruth-ikegah/ruth-ikegah.jpg";
13+
import DhruvSharmaImg from "./images/Dhruv-Sharma.png"
1314

1415

1516
const DevrelContentWrapper = styled.div`
@@ -294,6 +295,13 @@ const DevrelContent = () => {
294295
<PictureSlider />
295296
</Col>
296297
</Row>
298+
<Row>
299+
<InlineQuotes
300+
person="Dhruv Sharma"
301+
title="Principal Platform Product Manager at GuideWire"
302+
quote="This wonderful product is a vendor-neutral self-service engineering platform that scales intent—not toil—by turning architecture into a consistent design-to-operate pipeline."
303+
image={DhruvSharmaImg}/>
304+
</Row>
297305
<Row className="devrel">
298306
<Col $md={6} className="devrel-image">
299307
<div className="image-wrapper">
171 KB
Loading

0 commit comments

Comments
 (0)