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:
Lawrence Chen 2026-02-25 16:08:18 -08:00 committed by GitHub
commit 99cd6e646b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB