import React from "react"; import styles from "./styles.module.css"; import Link from '@docusaurus/Link'; export default function HomepageBasics() { return (
Start With the Basics
If you still aren't sure where to get started, try one of the Getting Started Guides below, or see what our platform has to offer.
Explore our platform
); }