|
|
|
@@ -18,9 +18,9 @@ import Parallax from "components/Parallax/Parallax.js"; |
|
|
|
import styles from "assets/jss/nextjs-material-kit/pages/landingPage.js"; |
|
|
|
|
|
|
|
// Sections for this page |
|
|
|
import ProductSection from "pages-sections/LandingPage-Sections/ProductSection.js"; |
|
|
|
import TeamSection from "pages-sections/LandingPage-Sections/TeamSection.js"; |
|
|
|
import WorkSection from "pages-sections/LandingPage-Sections/WorkSection.js"; |
|
|
|
// import ProductSection from "pages-sections/LandingPage-Sections/ProductSection.js"; |
|
|
|
// import TeamSection from "pages-sections/LandingPage-Sections/TeamSection.js"; |
|
|
|
// import WorkSection from "pages-sections/LandingPage-Sections/WorkSection.js"; |
|
|
|
|
|
|
|
const dashboardRoutes = []; |
|
|
|
|
|
|
|
@@ -39,7 +39,7 @@ export default function LandingPage(props) { |
|
|
|
fixed |
|
|
|
changeColorOnScroll={{ |
|
|
|
height: 400, |
|
|
|
color: "white" |
|
|
|
color: "white", |
|
|
|
}} |
|
|
|
{...rest} |
|
|
|
/> |
|
|
|
@@ -71,9 +71,9 @@ export default function LandingPage(props) { |
|
|
|
</Parallax> |
|
|
|
<div className={classNames(classes.main, classes.mainRaised)}> |
|
|
|
<div className={classes.container}> |
|
|
|
<ProductSection /> |
|
|
|
{/*<ProductSection /> |
|
|
|
<TeamSection /> |
|
|
|
<WorkSection /> |
|
|
|
<WorkSection />*/} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<Footer /> |
|
|
|
|