Interactive Grid with props
import { InteractiveGrid } from "@/components/ui/interactive-grid"; export default function DemoOne() { return <InteractiveGrid />; }