This is the animated card having hover animation on the element in the card.
Loading preview...
import { Component } from "@/components/ui/animated-card-1"; export default function DemoOne() { return <Component />; }