Here is Content Block component
Loading preview...
import Integrations from "@/components/ui/content-block"; export default function DemoOne() { return <Integrations />; }