A high-fidelity, interactive card component with a cinematic lighting system driven by CSS and WebGL shader rendering
import { Component } from "@/components/ui/spotlight-card"; export default function DemoOne() { return <Component />; }