Add @johnblythe testimonial to wall of love (#503)

Add John Blythe's tweet to the testimonials array (appears on both the
front page and /wall-of-love). Include avatar image.
This commit is contained in:
Lawrence Chen 2026-02-25 16:30:59 -08:00 committed by GitHub
parent eb17108034
commit ec08d0aaa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -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];

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB