Components
Loading preview...
This component is a hero section for RUIXEN UI that introduces the product with a clear heading, supporting text, and call-to-action buttons.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/integrations-sectionimport IntegrationsSection from "@/components/ui/integrations-section";
export default function DemoOne() {
return <IntegrationsSection />;
}