Components
A futuristic hero section ith physicly based orbit system, post processing effects, text effects, animated gradients, hover animation, and responsive design. Visuals are all real time. Even includes a navbar and footer with animated stateful links. and touch support In other words, this component has it all
Loading preview...
import { HeroSection } from "@/components/ui/orbital-hero";
export default function DemoOne() {
return <HeroSection />;
}