import { motion } from 'framer-motion'; import { MousePointer2, Move3D, Touch, Play } from 'lucide-react'; export default function InteractiveDemo() { return (
Interactive Experience Experience the Future of Interaction Our AI-powered 3D scrolling technology transforms how users interact with your content. Simply scroll to discover an immersive journey that feels incredibly natural and intuitive. {[ { icon: , text: "Intuitive mouse tracking for 3D depth" }, { icon: , text: "Seamless parallax effects on scroll" }, { icon: , text: "Touch-optimized for mobile devices" } ].map((item, index) => (
{item.icon}
{item.text}
))}

Interactive Preview

Hover and scroll to experience 3D depth

{[...Array(6)].map((_, i) => ( ))}
); }