import { ApiStep } from "../ApiStep"; const DescriptionPane: React.FC = () => { const data = [ { title: "Install the Node.js client:", description: "npm install replicate", }, { title: "Next, copy your API token and authenticate by setting it as an environment variable:", description: "export REPLICATE_API_TOKEN=r8_*************************************", }, { title: "lorem ipsum dolor asimet", description: "come codes here", }, ]; return (