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

Our Service

{/*

Cause if you do, it can be yours for FREE. Hit the buttons below to navigate to our website where you can find the kit. We also have the Bootstrap 4 version on plain HTML. Start a new project or give an old Bootstrap project a new look!

*/}


{/*

Want more?

We've just launched{" "} e.preventDefault()}> NextJS Material Kit PRO{" "} .It has a huge number of components, sections and example pages. Start Your Development With A Badass Material-UI and NexJS Kit inspired by Material Design.

Thank you for supporting us!

*/}
); }