GodUI shipped the smoothest interactions I've put in production this year.
Ada Lovelace
Design Engineer, Analytical
Animated Testimonials
tsx
import { AnimatedTestimonials } from "@/components/godui/animated-testimonials";const testimonials = [{ quote: "GodUI 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} />;}