Get your site some awwwards level link hover animation with pure css, no framer motion.
Loading preview...
import { Component } from "@/components/ui/flip-links"; const DemoOne = () => { return <Component />; }; export { DemoOne };