Skip to content

Commit 0892959

Browse files
authored
add jorge torres to testimonals page and add linkedin as quote destination (#2312)
1 parent 369e802 commit 0892959

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

components/home/TestimonialsGrid.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ const PLATFORMS = {
99
name: "X"
1010
},
1111
producthunt: {
12-
logo: "/images/producthunt.png",
12+
logo: "/images/producthunt.png",
1313
color: "text-orange-600",
1414
name: "Product Hunt"
15+
},
16+
linkedin: {
17+
logo: "/images/linkedin.png",
18+
color: "text-muted-foreground",
19+
name: "LinkedIn"
1520
}
1621
} as const;
1722

data/testimonials.ts

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export interface Testimonial {
33
name: string;
44
handle: string;
55
avatar: string;
6-
platform: "xcom" | "producthunt";
6+
platform: "xcom" | "producthunt" | "linkedin";
77
content: string;
88
postURL?: string;
99
}
@@ -38,6 +38,15 @@ export const testimonials: Testimonial[] = [
3838
},
3939
{
4040
id: "4",
41+
name: "Jorge Torres",
42+
handle: "CEO @ MindsDB",
43+
avatar: "/images/walloflove/jorgetorres.jpeg",
44+
platform: "linkedin",
45+
content: "One of my fav products! Long Live Langfuse, we use it everywhere in MindsDB",
46+
postURL: "https://www.linkedin.com/posts/torresjorge_day-4-of-launch-week-brings-major-upgrades-activity-7392403428108521472-6eIQ?utm_source=share&utm_medium=member_desktop&rcm=ACoAACSW1FMBTZYGJkOLhe4YZmjH3MXAurzFFsk",
47+
},
48+
{
49+
id: "5",
4150
name: "Viktor Sarstrom",
4251
handle: "@viktorsarstrom",
4352
avatar: "/images/walloflove/vicstor.jpg",
@@ -46,7 +55,7 @@ export const testimonials: Testimonial[] = [
4655
postURL: "https://x.com/viktorsarstrom/status/1941093292319670527",
4756
},
4857
{
49-
id: "5",
58+
id: "6",
5059
name: "Othmane Zoheir",
5160
handle: "@othmanezoheir",
5261
avatar: "/images/walloflove/othmane.jpg",
@@ -55,7 +64,7 @@ export const testimonials: Testimonial[] = [
5564
postURL: "https://www.producthunt.com/products/langfuse/reviews?review=964209",
5665
},
5766
{
58-
id: "6",
67+
id: "7",
5968
name: "Nadeesha Cabral",
6069
handle: "SVP of Engineering",
6170
avatar: "/images/walloflove/nadeesha.png",
@@ -64,7 +73,7 @@ export const testimonials: Testimonial[] = [
6473
postURL: "https://www.producthunt.com/products/langfuse/reviews?founderReview=209822",
6574
},
6675
{
67-
id: "7",
76+
id: "8",
6877
name: "Roman Geugelin",
6978
handle: "@RGeugelin",
7079
avatar: "/images/walloflove/RomanGeugelin.avif",
@@ -73,7 +82,7 @@ export const testimonials: Testimonial[] = [
7382
postURL: "https://www.producthunt.com/products/langfuse/reviews?review=1274265",
7483
},
7584
{
76-
id: "8",
85+
id: "9",
7786
name: "Jackson Golden",
7887
handle: "AI Engineer",
7988
avatar: "/images/walloflove/jackson.avif",
@@ -82,7 +91,7 @@ export const testimonials: Testimonial[] = [
8291
postURL: "https://www.producthunt.com/products/langfuse/reviews?review=1105948",
8392
},
8493
{
85-
id: "9",
94+
id: "10",
8695
name: "Feliks Ghazaryan",
8796
handle: "Founder at Symvol",
8897
avatar: "/images/walloflove/FeliksGhazaryan.avif",
@@ -91,7 +100,7 @@ export const testimonials: Testimonial[] = [
91100
postURL: "https://www.producthunt.com/products/langfuse/reviews?founderReview=290737",
92101
},
93102
{
94-
id: "10",
103+
id: "11",
95104
name: "Grant Sloane",
96105
handle: "@rolling__sloane",
97106
avatar: "/images/walloflove/grantsloane.jpeg",

public/images/linkedin.png

2.07 KB
Loading
10.8 KB
Loading

0 commit comments

Comments
 (0)