3D parallax effect on hover
import ParallaxImages from "@/components/ui/3d-parallax-effect-on-hover"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <ParallaxImages /> </div> ); }; export { DemoOne };