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