Components
Abstract symbols that drift at different depths and follow the cursor for a layered parallax hover effect.
Loading preview...
import ParallaxFloatingSymbols from "@/components/ui/m-parallax-floating-3";
export default function Default() {
return <ParallaxFloatingSymbols />;
}