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