Merge pull request #499 from manaflow-ai/task-wall-of-love-scottw
Add Scott Watermasysk testimonial to wall of love
This commit is contained in:
commit
99cd6e646b
2 changed files with 8 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
BIN
web/public/avatars/scottw.jpg
Normal file
BIN
web/public/avatars/scottw.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Loading…
Add table
Add a link
Reference in a new issue