From ef481d8dcce32d377b412ad1a96ecb8e604c1787 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Fri, 15 Aug 2025 08:29:23 -0700 Subject: [PATCH] chore: fix broken testomnial link --- .../landing/{people-say.tsx => testimonal.tsx} | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) rename docs/components/landing/{people-say.tsx => testimonal.tsx} (96%) diff --git a/docs/components/landing/people-say.tsx b/docs/components/landing/testimonal.tsx similarity index 96% rename from docs/components/landing/people-say.tsx rename to docs/components/landing/testimonal.tsx index 27452bc739..150a31b796 100644 --- a/docs/components/landing/people-say.tsx +++ b/docs/components/landing/testimonal.tsx @@ -171,15 +171,6 @@ holy sh** is it good, works so nice with typescript + drizzle`, avatar: "/people-say/vybhav-bhargav.png", social: , }, - { - name: "Shreyas Mididoddi", - profession: "Senior Developer", - link: "https://x.com/Shreyassanthu77/status/1887544964881784927", - description: - "dang!! Didn't think I would but absolutely loving @better_auth", - avatar: "/people-say/shreyas-mididddi.png", - social: , - }, { name: "EGOIST", profession: "Creator of tsup, ChatWise", @@ -191,7 +182,8 @@ holy sh** is it good, works so nice with typescript + drizzle`, ].sort(() => Math.random() - 0.5); type TestimonialProps = (typeof testimonials)[number]; -const PeopleSay = ({ + +const TestimonialItem = ({ reverse = false, testimonials, }: { @@ -267,7 +259,7 @@ export const Testimonial = () => { }} className="relative flex justify-around gap-5 overflow-hidden shrink-0" > - { }} className="relative flex justify-around gap-5 overflow-hidden shrink-0" > -