A scroll-triggered reveal card that hand-draws a wobbling SVG border, animates a lightbulb icon, text lines, and a button into view as you scroll.
import SketchbookRevealCard from "@/components/ui/sketchbook-reveal-card"; export default function DemoOne() { return <SketchbookRevealCard />; }