Components
A reusable component for the animated card with background animation and dark/light mode theme toggle.
Loading preview...
import Component from "@/components/ui/animated-card-01";
export default function DemoOne() {
return <Component />;
}