A reusable spotlight card component with hover animation
Loading preview...
import Component from "@/components/ui/spotlight-card"; export default function DemoOne() { return <Component />; }