import React from "react"; // @material-ui/core components import { makeStyles } from "@material-ui/core/styles"; // @material-ui/icons // core components import GridContainer from "components/Grid/GridContainer.js"; import GridItem from "components/Grid/GridItem.js"; import styles from "assets/jss/nextjs-material-kit/pages/componentsSections/completedStyle.js"; const useStyles = makeStyles(styles); export default function SectionCompletedExamples() { const classes = useStyles(); return (

Completed with examples

The kit comes with three pre-built pages to help you get started faster. You can change the text and images and you{"'"}re good to go. More importantly, looking at them will give you a picture of what you can build with this powerful kit.

); }