Components
A testimonials section with a title on the left and an animated, arrow-navigable testimonial card on the right, using blur-in word reveals and avatars.
Loading preview...
import { TestimonialsGrid } from "@/components/ui/testimonials-2";
export default function TestimonialsGridDemo() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-muted">
<TestimonialsGrid />
</div>
);
}