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"
>
-