A unique, theme-aware hero section where users can click to forge beautiful, glowing 3D crystals in an interactive space.
import App from "@/components/ui/crystal-forge-hero"; export default function DemoOne() { return <App />; }