Components
Loading preview...
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.
@arunachalam0606
npx shadcn@latest add https://21st.dev/r/arunachalam0606/profile-card-testimonial-carouselimport { 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>
);
}