diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index 8fdd38cf..3ababc47 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -117,6 +117,14 @@ export const testimonials = [ url: "https://x.com/BChris91/status/2026821091637838273", platform: "x" as const, }, + { + name: "Connor", + handle: "@connorelsea", + avatar: "/avatars/connorelsea.jpg", + text: "Been using this for a week and it's fantastic. Vert tab for each WIP task. Inside, claudes on one side and browser with PR and resources on the other, switch between tasks and stay organized. Mix that with skills to have Claude watch CI recursively, etc. feeling enlightened tbh", + url: "https://x.com/connorelsea/status/2026867085750440390", + platform: "x" as const, + }, ]; export type Testimonial = (typeof testimonials)[number]; diff --git a/web/public/avatars/connorelsea.jpg b/web/public/avatars/connorelsea.jpg new file mode 100644 index 00000000..442e8185 Binary files /dev/null and b/web/public/avatars/connorelsea.jpg differ