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:
parent
eb17108034
commit
ec08d0aaa2
2 changed files with 8 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
BIN
web/public/avatars/johnblythe.jpg
Normal file
BIN
web/public/avatars/johnblythe.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Add a link
Reference in a new issue