Components
A dimensional interactive comparison component where two plans exist in competing visual universes separated by a draggable energy rift. Features 3D perspective-tracking cards, a live particle spark system on drag, reactive atmospheric backgrounds, staggered feature rows with hover-activated comparison bars, and a physics-driven verdict indicator.
Loading preview...
import InteractiveComparison from '../components/ui/drag-to-compare';
export default function Demo() {
return <InteractiveComparison />;
}