import { motion } from 'framer-motion'; import { ArrowRight, Zap, Layers, Brain } from 'lucide-react'; export default function Hero() { return (
Next-Gen AI Experience

AI-Powered 3D Scrolling

Experience the future of web interaction with our cutting-edge AI-driven 3D scrolling technology. Seamlessly blend reality with digital innovation.

{[ { icon: , title: "AI-Powered", description: "Advanced neural networks power our scrolling experience" }, { icon: , title: "3D Depth", description: "Immersive three-dimensional interface for enhanced engagement" }, { icon: , title: "Real-Time", description: "Instant responses with lightning-fast performance" } ].map((feature, index) => (
{feature.icon}

{feature.title}

{feature.description}

))}
); }