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