diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index 9b0d5b10..4517e7cc 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -84,6 +84,14 @@ export const testimonials = [ url: "https://x.com/kataring/status/2026189035056832718", platform: "x" as const, }, + { + name: "Scott Watermasysk", + handle: "@scottw", + avatar: "/avatars/scottw.jpg", + text: "This has been such a useful find. I can't recommend it enough.", + url: "https://x.com/scottw/status/2026806893067551084", + platform: "x" as const, + }, ]; export type Testimonial = (typeof testimonials)[number]; diff --git a/web/public/avatars/scottw.jpg b/web/public/avatars/scottw.jpg new file mode 100644 index 00000000..40052598 Binary files /dev/null and b/web/public/avatars/scottw.jpg differ