diff --git a/docs/components/landing/people-say.tsx b/docs/components/landing/people-say.tsx index 354ce5181d..27452bc739 100644 --- a/docs/components/landing/people-say.tsx +++ b/docs/components/landing/people-say.tsx @@ -180,7 +180,16 @@ holy sh** is it good, works so nice with typescript + drizzle`, avatar: "/people-say/shreyas-mididddi.png", social: , }, -]; + { + name: "EGOIST", + profession: "Creator of tsup, ChatWise", + link: "https://x.com/localhost_5173/status/1951152679461278068", + description: "better-auth is great, I use it everywhere", + avatar: "/people-say/egoist.png", + social: , + }, +].sort(() => Math.random() - 0.5); + type TestimonialProps = (typeof testimonials)[number]; const PeopleSay = ({ reverse = false, diff --git a/docs/public/people-say/egoist.png b/docs/public/people-say/egoist.png new file mode 100644 index 0000000000..206a225e50 Binary files /dev/null and b/docs/public/people-say/egoist.png differ