import { Card, CardContent, CardHeader, CardMedia, Grid, Link, List, ListItem, ListItemIcon, ListItemText, Table, TableBody, TableCell, TableRow, Typography, } from "@mui/material"; import { DividerBox, SectionBox } from "./base/boxes"; import { DynamicFeed, PrecisionManufacturing } from "@mui/icons-material"; import theme from "@/lib/theme"; export default function Examples() { return ( <> Example Games We re-created some of our favorite games! You want to share your game with the community? Then head over to our{" "} , post it in #showcase and we might add it to this section as well! by{" "} NERDDISCO } > Play {" "} on CodeSandbox Model GPT 3.5 Turbo Iterations 20 Controls Keyboard: Movement (Arrow Left, Arrow right), Shooting (Space), Restart (R) Hints The bigger the window, the easier it gets to play
); }