A reusable component for a Flip card with a hover animation, which can be used for team introduction.
Loading preview...
import Component from "@/components/ui/flip-card-02"; export default function DemoOne() { return <Component />; }