chore: fix broken testomnial link

This commit is contained in:
Bereket Engida
2025-08-15 08:29:23 -07:00
parent dbaae0ab2b
commit ef481d8dcc
@@ -171,15 +171,6 @@ holy sh** is it good, works so nice with typescript + drizzle`,
avatar: "/people-say/vybhav-bhargav.png",
social: <Icons.x />,
},
{
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: <Icons.x />,
},
{
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"
>
<PeopleSay
<TestimonialItem
reverse
testimonials={Array(15)
.fill(testimonials.slice(0, Math.floor(testimonials.length / 2)))
@@ -281,7 +273,7 @@ export const Testimonial = () => {
}}
className="relative flex justify-around gap-5 overflow-hidden shrink-0"
>
<PeopleSay
<TestimonialItem
testimonials={Array(15)
.fill(
testimonials.slice(