diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index c7f5b73b..08754e9c 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -100,6 +100,14 @@ export const testimonials = [ url: "https://x.com/johnblythe/status/2026812731844637010", platform: "x" as const, }, + { + name: "Christopher", + handle: "@BChris91", + avatar: "/avatars/bchris91.jpg", + text: "This is exactly what I've wanted. Amazing job thank you!", + url: "https://x.com/BChris91/status/2026821091637838273", + platform: "x" as const, + }, ]; export type Testimonial = (typeof testimonials)[number]; diff --git a/web/public/avatars/bchris91.jpg b/web/public/avatars/bchris91.jpg new file mode 100644 index 00000000..f50cbd41 Binary files /dev/null and b/web/public/avatars/bchris91.jpg differ