{"ast":null,"code":"var __jsx = React.createElement;\nimport React from \"react\"; // nodejs library that concatenates classes\n\nimport classNames from \"classnames\"; // @material-ui/core components\n\nimport { makeStyles } from \"@material-ui/core/styles\"; // @material-ui/icons\n// core components\n\nimport Header from \"components/Header/Header.js\";\nimport Footer from \"components/Footer/FooterHome.js\";\nimport GridContainer from \"components/Grid/GridContainer.js\";\nimport GridItem from \"components/Grid/GridItem.js\";\nimport Button from \"components/CustomButtons/Button.js\";\nimport HeaderHome from \"components/Header/HeaderHome.js\";\nimport Parallax from \"components/Parallax/Parallax.js\";\nimport styles from \"assets/jss/nextjs-material-kit/pages/home.js\"; // Sections for this page\n\nimport Carousel from \"pages-sections/home/Carousel.js\";\nimport CoreValue from \"pages-sections/home/CoreValue.js\";\nimport BusineesPartner from \"pages-sections/home/Businees-Partner.js\";\nimport Gallery from \"pages-sections/home/gallery.js\";\nimport stylecss from \"../pages/home.css\"; //image\n\nimport Logo from \"assets/img/Black.png\";\nimport Wa from \"assets/img/wa.png\";\nconst dashboardRoutes = [];\nconst useStyles = makeStyles(styles);\nexport default function LandingPage(props) {\n const classes = useStyles();\n const rest = Object.assign({}, props);\n console.log(stylecss.act);\n return __jsx(\"div\", null, __jsx(Header, {\n color: \"dark\",\n routes: dashboardRoutes,\n rightLinks: __jsx(HeaderHome, null),\n fixed: true\n }), __jsx(Parallax, {\n color: \"dark\",\n responsive: true,\n image: require(\"assets/img/bga.png\")\n }, __jsx(\"div\", null, __jsx(GridContainer, null, __jsx(GridItem, null, __jsx(\"div\", {\n align: \"center\"\n }, __jsx(\"img\", {\n src: Logo,\n width: \"80%\"\n }), __jsx(\"br\", null), __jsx(\"br\", null), __jsx(Button, {\n color: \"danger\",\n size: \"lg\",\n href: \"https://www.youtube.com/channel/UCRUULlhLxKUpXK1Ti4Jrjkw\",\n target: \"_blank\",\n rel: \"noopener noreferrer\"\n }, __jsx(\"i\", {\n className: \"fas fa-play\"\n }), \"Watch video\")))))), __jsx(\"div\", {\n className: classNames(classes.main, classes.mainRaised)\n }, __jsx(\"div\", {\n className: classes.container\n }, __jsx(Carousel, null), __jsx(CoreValue, {\n id: 'section1'\n }), __jsx(BusineesPartner, null))), __jsx(\"br\", null), __jsx(Footer, null));\n}","map":null,"metadata":{},"sourceType":"module"}