Components
Loading preview...
Here is Integrations Components
npx shadcn@latest add https://21st.dev/r/meschacirung/integrations-componentimport IntegrationsSection from "@/components/ui/integrations-component";
export default function DemoOne() {
return <IntegrationsSection />;
}