An interactive music album card with a spinning vinyl record that emerges from the cover sleeve upon hover.
import VinylAlbumCard from "@/components/ui/great-ui-vinyl-album-card" export default function VinylAlbumCardPreview() { return <div className="flex w-full items-center justify-center p-6"><VinylAlbumCard /></div> }