Skip to content

Commit 9d35079

Browse files
committed
Add Benjie's quote
1 parent 105c6e9 commit 9d35079

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

src/components/index-page/quotes-from-the-industry/index.tsx

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
} from "@/app/conf/2025/components/testimonials"
55
import { SectionLabel } from "@/app/conf/_design-system/section-label"
66

7-
import mateoCollina from "./mateo-collina.webp"
7+
import matteoCollina from "./matteo-collina.webp"
88

99
const testimonials: Testimonial[] = [
1010
{
@@ -13,7 +13,7 @@ const testimonials: Testimonial[] = [
1313
author: {
1414
name: "Matteo Collina",
1515
role: "Platformatic, Co-Founder & CTO",
16-
avatar: mateoCollina.src,
16+
avatar: matteoCollina.src,
1717
},
1818
},
1919
{
@@ -35,32 +35,11 @@ const testimonials: Testimonial[] = [
3535
},
3636
{
3737
quote:
38-
"GraphQL is evolving to new use cases every day and it's really a competitive advantage to experience them first hand with everyone that matters.",
38+
"The rich ecosystem of powerful tooling enables organizations to deliver long-lived APIs rapidly without sacrificing performance or scalability. From solo devs to huge companies, GraphQL has proven itself time and time again - if you need a performant and low-maintenance API for your mobile and web apps, look no further!",
3939
author: {
40-
name: "Vincent Desmares",
41-
role: "Teamstarter, CTO",
42-
avatar:
43-
"https://avatars.sched.co/d/cc/21066875/avatar.jpg.320x320px.jpg?f80",
44-
},
45-
},
46-
{
47-
quote:
48-
"GraphQL is evolving to new use cases every day and it's really a competitive advantage to experience them first hand with everyone that matters.",
49-
author: {
50-
name: "Vincent Desmares",
51-
role: "Teamstarter, CTO",
52-
avatar:
53-
"https://avatars.sched.co/d/cc/21066875/avatar.jpg.320x320px.jpg?f80",
54-
},
55-
},
56-
{
57-
quote:
58-
"GraphQL is evolving to new use cases every day and it's really a competitive advantage to experience them first hand with everyone that matters.",
59-
author: {
60-
name: "Vincent Desmares",
61-
role: "Teamstarter, CTO",
62-
avatar:
63-
"https://avatars.sched.co/d/cc/21066875/avatar.jpg.320x320px.jpg?f80",
40+
name: "Benjie Gillam",
41+
role: "Graphile, Director",
42+
avatar: "https://avatars.sched.co/b/99/18743846/avatar.jpg.320x320px.jpg",
6443
},
6544
},
6645
]
File renamed without changes.

0 commit comments

Comments
 (0)