A stunning hero section that morphs from a scattered layout to a circle, and finally to a scroll-driven interactive rainbow arc.
"use client"; import IntroAnimation from "../components/ui/scroll-morph-hero"; export default function Demo() { return ( <div className="w-full h-[800px] border rounded-lg overflow-hidden relative"> <IntroAnimation /> </div> ); }