This is a nice clean and reusable 3d image card
Loading preview...
import Component from "@/components/ui/3d-image-card"; export default function DemoOne() { return <Component />; }