We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af3f3e3 + e47bfe6 commit 356b8f1Copy full SHA for 356b8f1
1 file changed
src/components/testimonials/TestimonialCarousel.tsx
@@ -263,19 +263,19 @@ export function TestimonialCarousel() {
263
>
264
<TestimonialsColumn
265
testimonialsList={col1}
266
- duration={15}
+ duration={8}
267
isDark={isDark}
268
/>
269
270
testimonialsList={col2}
271
className="hidden sm:block"
272
- duration={21}
+ duration={11}
273
274
275
276
testimonialsList={col3}
277
className="hidden lg:block"
278
- duration={18}
+ duration={9}
279
280
281
</div>
0 commit comments