Components
A centered testimonial section with a company logo, quote, author name, role, and avatar.
Loading preview...
import { TestimonialsSection } from "@/components/ui/testimonials-1";
export default function Default() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background px-6 py-16 text-foreground">
<TestimonialsSection />
</div>
);
}