Components
This component is a React + Tailwind CSS hero section with a heading, subtext, and call-to-action buttons on the left, plus an animated multi-orbit icon display on the right.
Loading preview...
import FeatureSection from "@/components/ui/stack-feature-section";
export default function DemoOne() {
return <FeatureSection />;
}