Hero section fully customizable with dedicated collapsible control panel interactive 3d visualization, scroll animation, and post processing effects made with zero dependencies
import { Component } from "@/components/ui/3d-cube-hero"; const DemoOne = () => { return <Component />; }; export { DemoOne };