MynduiMyndui
0
Ada LovelaceGrace Hopper

Myndui shipped the smoothest interactions I've put in production this year. 

Ada Lovelace
Design Engineer, Analytical

Animated Testimonials

tsx
import { AnimatedTestimonials } from "@/components/myndui/animated-testimonials";const testimonials = [{ quote: "Myndui shipped the smoothest interactions this year.", name: "Ada Lovelace", role: "Design Engineer", src: "/ada.jpg" },{ quote: "Spring physics out of the box. Feels expensive.", name: "Grace Hopper", role: "Staff Engineer", src: "/grace.jpg" },];export function AnimatedTestimonialsDemo() {return <AnimatedTestimonials testimonials={testimonials} />;}