diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index 4517e7cc..c7f5b73b 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -92,6 +92,14 @@ export const testimonials = [ url: "https://x.com/scottw/status/2026806893067551084", platform: "x" as const, }, + { + name: "John Blythe", + handle: "@johnblythe", + avatar: "/avatars/johnblythe.jpg", + text: "grabbed this over the weekend and loved it. been waiting for something like this.", + url: "https://x.com/johnblythe/status/2026812731844637010", + platform: "x" as const, + }, ]; export type Testimonial = (typeof testimonials)[number]; diff --git a/web/public/avatars/johnblythe.jpg b/web/public/avatars/johnblythe.jpg new file mode 100644 index 00000000..b794610b Binary files /dev/null and b/web/public/avatars/johnblythe.jpg differ