diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index 3ababc47..fa9619f7 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -26,6 +26,14 @@ export const testimonials = [ url: "https://x.com/egrefen/status/2026806171563184199", platform: "x" as const, }, + { + name: "Max Forsey", + handle: "@max4c_", + avatar: "/avatars/max4c_.jpg", + text: "this has been my favorite tool for past two weeks", + url: "https://x.com/max4c_/status/2027266664270889204", + platform: "x" as const, + }, { name: "あさざ", handle: "@asaza_0928", diff --git a/web/public/avatars/max4c_.jpg b/web/public/avatars/max4c_.jpg new file mode 100644 index 00000000..3468e3ef Binary files /dev/null and b/web/public/avatars/max4c_.jpg differ