3d hero section component with interactive animations, 3d elements, parallax, post processing, scroll animation, and animated sidebar menu
import { Component } from "@/components/ui/horizon-hero-section"; const DemoOne = () => { return <Component />; }; export { DemoOne };