Skip to content

Commit d9cae1f

Browse files
authored
Merge pull request #7106 from Siddhi-sahu/add-user-quote
Add user quote to DevRel solutions page
2 parents db1228e + 628464e commit d9cae1f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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)