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