A 3D card that appears on hover can make your website look beautiful.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/3d-card
Loading preview...
import { Component } from "@/components/ui/3d-card"; export default function DemoOne() { return <Component />; }