Components
Loading preview...
3d hero section component with interactive animations, 3d elements, parallax, post processing, scroll animation, and animated sidebar menu
@Scottclayton3d
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/horizon-hero-sectionimport { Component } from "@/components/ui/horizon-hero-section";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };