A small glassmorphism card with gradient orbs, animated shine, and gradient‑clipped headline text—great for hero fillers or minimal dashboards.
import { SampleCard } from "@/components/ui/glass-shine-card"; export default function DemoOne() { return ( <div className="App"> <SampleCard /> </div> ); }