Components
A responsive testimonial carousel component featuring profile cards with avatars, descriptions, and social links. Built with smooth fade animations, bottom navigation controls, and supports both light and dark themes for seamless integration.
Loading preview...
import { TestimonialCarousel } from "@/components/ui/profile-card-testimonial-carousel";
export default function TestimonialCarouselDemo() {
return (
<div className="min-h-screen flex items-center justify-center">
<TestimonialCarousel />
</div>
);
}