A reusable component for testimonial with glassmorphic card design for both light and dark mode
Loading preview...
import Component from "@/components/ui/testimonials-01"; export default function DemoOne() { return <Component />; }