An immersive 3D hero background built with Three.js, featuring a dynamic crystalline field that reacts to mouse movement.
import { Component } from "@/components/ui/crystalline-field-hero"; export default function DemoOne() { return <Component />; }