An animated two-panel scroll adventure
Loading preview...
import ScrollAdventure from "@/components/ui/animated-scroll"; const DemoOne = () => { return ( <div className="w-full h-screen"> <ScrollAdventure /> </div> ); }; export { DemoOne };