Components
A responsive testimonials section that arranges customer quote cards with avatars into a three-column masonry-style wall of love.
Loading preview...
import WallOfLoveSection from "@/components/ui/testimonials-5";
export default function TestimonialsDemo() {
return (
<div className="bg-background text-foreground [&_section>div]:py-10 md:[&_section>div]:py-12">
<WallOfLoveSection />
</div>
);
}