Components
Loading preview...
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.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/stack-feature-sectionimport FeatureSection from "@/components/ui/stack-feature-section";
export default function DemoOne() {
return <FeatureSection />;
}