import { Stack, Grid, Typography, Paper, List, ListSubheader, ListItem, ListItemIcon, ListItemText, Link, Button, } from "@mui/material"; import KeyIcon from "@mui/icons-material/Key"; import SmartButtonIcon from "@mui/icons-material/SmartButton"; import PlayArrowIcon from "@mui/icons-material/PlayArrow"; import { PlayArrow } from "@mui/icons-material"; export default function Introduction() { return ( You provide a prompt that describes the game you want, so that your skilled 2D Game Developer can built it for you. The game runs directly in your browser (thanks to JavaScript on Canvas2D). You are stuck?{" "} We are here to help! We are looking into integrating open-source models (for example{" "} starchat-alpha ) next, so stay tuned! Quickstart {" "} Add your  OpenAI API key Select one of the Examples Click on     ); }