A beautiful, responsive testimonials section with an auto-playing carousel, star ratings, and smooth scroll animations.
npm install framer-motion lucide-react embla-carousel-autoplay
This component requires the following shadcn/ui components:
Make sure you have them installed in your project:
npx shadcn-ui@latest add card carousel
import ReviewSection from '@/components/review-section'
export default function Page() {
return <ReviewSection />
}
delay value (currently 3000ms)stopOnMouseEnter: true to pause on hoverreviews array with your own testimonialsstopOnMouseEnter based on UX preferenceExplore other blocks from this seller