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