group of four cards that reveal their content on hover one at a time
Loading preview...
import { Component } from "@/components/ui/illustration-cards"; export default function DemoOne() { return <Component />; }