You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 regel
1.9 KiB

  1. {"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 HeaderHome from \"components/Header/HeaderHome.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 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\", {\n id: \"home\"\n }, __jsx(\"link\", {\n rel: \"stylesheet\",\n href: \"https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css\"\n }), __jsx(Header, {\n color: \"dark\",\n routes: dashboardRoutes,\n leftLinks: __jsx(HeaderHome, null),\n fixed: true\n }), __jsx(\"div\", {\n className: classNames(classes.main, classes.mainRaised),\n style: {\n marginTop: \"70px\"\n }\n }, __jsx(\"div\", {\n className: classes.container\n }, __jsx(Carousel, null), __jsx(BusineesPartner, null), __jsx(Gallery, null), __jsx(\"a\", {\n href: \"https://wa.me/+6287797315685\",\n className: \"float\",\n target: \"_blank\"\n }, __jsx(\"i\", {\n className: \"fa fa-whatsapp my-float\"\n })))), __jsx(\"br\", null), __jsx(Footer, null));\n}","map":null,"metadata":{},"sourceType":"module"}