diff --git a/web/app/page.tsx b/web/app/page.tsx index 3324519d..eb78a272 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -243,7 +243,7 @@ export default function Home() { className="rounded-full inline-block" /> )} - {t.name} + {t.name}{"subtitle" in t && t.subtitle ? `, ${t.subtitle}` : ""} diff --git a/web/app/testimonials.tsx b/web/app/testimonials.tsx index bfcaf734..539afe59 100644 --- a/web/app/testimonials.tsx +++ b/web/app/testimonials.tsx @@ -2,12 +2,21 @@ export const testimonials = [ { name: "Mitchell Hashimoto", handle: "@mitchellh", - avatar: - "https://pbs.twimg.com/profile_images/1141762999838842880/64_Y4_XB_400x400.jpg", + subtitle: "Creator of Ghostty and founder of HashiCorp", + avatar: "/avatars/mitchellh.jpg", text: "Another day another libghostty-based project, this time a macOS terminal with vertical tabs, better organization/notifications, embedded/scriptable browser specifically targeted towards people who use a ton of terminal-based agentic workflows.", url: "https://x.com/mitchellh/status/2024913161238053296", platform: "x" as const, }, + { + name: "Nick Schrock", + handle: "@schrockn", + subtitle: "Creator of Dagster. GraphQL co-creator.", + avatar: "/avatars/schrockn.jpg", + text: "This is exactly the product I've been looking for. After two hours this am I've in love.", + url: "https://x.com/schrockn/status/2025182278637207857", + platform: "x" as const, + }, { name: "johnthedebs", handle: "johnthedebs", @@ -19,8 +28,7 @@ export const testimonials = [ { name: "Joe Riddle", handle: "@joeriddles10", - avatar: - "https://pbs.twimg.com/profile_images/1466920091707076608/pxfGMeC0_400x400.jpg", + avatar: "/avatars/joeriddles10.jpg", text: "Vertical tabs in my terminal \u{1F924} I never thought of that before. I use and love Firefox vertical tabs.", url: "https://x.com/joeriddles10/status/2024914132416561465", platform: "x" as const, @@ -116,6 +124,11 @@ export function TestimonialCard({