Displays a set of interactive cards with skewed gradient back-panels, glowing blur highlights, and smooth hover transitions
import SkewCards from "@/components/ui/gradient-card-showcase"; const DemoOne = () => { return ( <SkewCards /> ); }; export { DemoOne };