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