A reusable component for animated profile card
Loading preview...
import Component from "@/components/ui/animated-card"; export default function DemoOne() { return <Component />; }