Components
This is an animated card component that uses framer motion and has a color-changing animation on hover. Use for feature sections.
Loading preview...
import ColorChangeCards from "@/components/ui/color-change-card";
export default function DemoOne() {
return <ColorChangeCards />;
}