import React from "react"; // @material-ui/core components import { makeStyles } from "@material-ui/core/styles"; // @material-ui/icons import Chat from "@material-ui/icons/Chat"; import VerifiedUser from "@material-ui/icons/VerifiedUser"; import Fingerprint from "@material-ui/icons/Fingerprint"; // core components import GridContainer from "components/Grid/GridContainer.js"; import GridItem from "components/Grid/GridItem.js"; import InfoArea from "components/InfoArea/InfoArea.js"; import styles from "assets/jss/nextjs-material-kit/pages/landingPageSections/productStyle.js"; const useStyles = makeStyles(styles); export default function ProductSection() { const classes = useStyles(); return (

Let{"'"}s talk product

This is the paragraph where you can write more details about your product. Keep you user engaged by providing meaningful information. Remember that by this time, the user is curious, otherwise he wouldn {"'"}t scroll to get here. Add a button if you want the user to see more.
); }