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