Skip to content

Commit 40f984d

Browse files
authored
Upate testimonials (#1039)
1 parent bc46727 commit 40f984d

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

src/landing/TestimonialsSection.tsx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ const communityTestimonials = [
2121
backlink: 'https://x.com/fr3fou/status/1670866672448569361'
2222
}
2323
},
24+
{
25+
body: (
26+
<span>
27+
<strong>
28+
<span className="text-blue-500">Windmill</span>
29+
</strong>{' '}
30+
is in a godsend tier. The fact that it's oss, is gonna make it go down in the history books and will probably be the defacto tool for automation in the future. Absolutely incredible stuff. Thank you to all who made it possible.
31+
</span>
32+
),
33+
author: {
34+
handle: 'discord',
35+
name: 'dankestofall on Discord',
36+
date: 'July 11th 2025',
37+
backlink: 'https://discord.com/channels/930051556043276338/930051949888405524/1393129025379237991'
38+
}
39+
},
2440
{
2541
body: (
2642
<span>
@@ -246,7 +262,7 @@ const clientTestimonials = [
246262
profile_picture: 'https://media.licdn.com/dms/image/D4E03AQFlNTUW60HFbQ/profile-displayphoto-shrink_400_400/0/1693895615653?e=2147483647&v=beta&t=nxGuC4K8eXsJ2YAq1wqG-m8mEkhj8gugGqhccdckJZc'
247263
},
248264
company_url: 'https://www.qovery.com',
249-
linkedIn: 'https://www.linkedin.com/in/romaricphilogene/',
265+
linkedIn: '/blog/qovery-case-study',
250266
text: `Windmill has been able to cover all of our needs in terms of ETL & workflow orchestration and observability. We use Windmill to manage entirely our playground and complex billing engine. They made it simple to build, schedule, and monitor script & flows. The platform offers a clear DX for code editing, permission management and error handling.`
251267
},
252268
{
@@ -260,7 +276,7 @@ const clientTestimonials = [
260276
profile_picture: 'https://avatars.githubusercontent.com/u/1047421?v=4'
261277
},
262278
company_url: 'https://motimateapp.com',
263-
linkedIn: 'https://www.linkedin.com/in/sindresvendby/',
279+
linkedIn: '/blog/kahoot-case-study',
264280
text: `Currently, we employ 9 apps, 20 flows, and 63 scripts in our daily operations. They all serve as the foundation for essential tasks, allowing users to independently manage their activities according to their specific needs.`
265281
},
266282
{
@@ -284,10 +300,10 @@ const clientTestimonials = [
284300
position: 'Director, Indigenous Guardianship Program',
285301
dark: '/images/brands/logo-conservation-metrics.png',
286302
light: '/images/brands/logo-conservation-metrics.png',
287-
profile_picture: 'https://media.licdn.com/dms/image/v2/D4E35AQFYF9PPmUM9Dg/profile-framedphoto-shrink_200_200/B4EZbGEmEZHcAY-/0/1747079815693?e=1749571200&v=beta&t=qM5-ArAvsxKcvrDSaxntZMsRrLr_dN4k1MIlg4CC4Nw'
303+
profile_picture: 'https://media.licdn.com/dms/image/v2/D4D03AQGsDNU9khzxmQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1685649292887?e=1758153600&v=beta&t=l6BGPXXXfysecBGMq9YRgZt5thKAKvx-v59G7h8vaWQ'
288304
},
289305
company_url: 'https://conservationmetrics.com/',
290-
linkedIn: 'https://www.linkedin.com/in/rudo-kemper/',
306+
linkedIn: '/blog/conservation-metrics-case-study',
291307
text: `Windmill is invaluable for our end users, the indigenous communities. As simple as it is to deploy and scale, it saves them hours of work and provides near-instantaneous data access that previously took months of manual work.`
292308
}
293309
];

0 commit comments

Comments
 (0)