Components
A scrolling testimonials marquee with two rows of review cards moving in opposite directions and edge fade gradients.
Loading preview...
import TestimonialMarquee from "@/components/ui/marquee-01";
export default function DemoDefault() {
return (
<div className="w-full max-w-3xl mx-auto py-10">
<TestimonialMarquee />
</div>
);
}