this is a loader with special 3d animation
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3d-effect-loader
Loading preview...
import { Component } from "@/components/ui/3d-effect-loader"; export default function DemoOne() { return <Component />; }