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 line
3.4 KiB

  1. {"ast":null,"code":"var __jsx = React.createElement;\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport React from \"react\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport styles from \"assets/jss/nextjs-material-kit/pages/componentsSections/notificationsStyles.js\";\nimport Card from \"components/Card/Card.js\";\nimport CardBody from \"components/Card/CardBody.js\";\nimport CardHeader from \"components/Card/CardHeader.js\";\nimport CompanyLink from \"components/Header/LinkCompany.js\";\nimport GridContainer from \"components/Grid/GridContainer.js\";\nimport Carousel from \"react-slick\";\nimport GridItem from \"components/Grid/GridItem.js\";\nconst useStyles = makeStyles(styles);\n\nconst DataAboutUS = function (_ref) {\n let {\n backend,\n businessPartners,\n service,\n carousel\n } = _ref,\n props = _objectWithoutProperties(_ref, [\"backend\", \"businessPartners\", \"service\", \"carousel\"]);\n\n const classes = useStyles();\n const settings = {\n dots: true,\n infinite: true,\n speed: 500,\n slidesToShow: 1,\n slidesToScroll: 1,\n autoplay: true,\n time: 5\n };\n return __jsx(\"div\", null, __jsx(Card, {\n className: classes.textCenter,\n align: \"center\",\n style: {\n padding: \"5px\"\n }\n }, __jsx(\"div\", {\n align: \"center\"\n }, __jsx(CardHeader, {\n justify: \"center\",\n color: \"info\",\n style: {\n padding: \"10px\"\n }\n }, __jsx(CompanyLink, null))), __jsx(CardBody, null, __jsx(\"div\", {\n align: \"center\"\n }, __jsx(GridContainer, null, __jsx(GridItem, {\n className: classes.marginAuto\n }, __jsx(Carousel, settings, __jsx(\"img\", {\n src: \"http://3.bp.blogspot.com/-_dTNAAE-TMY/VL3Zyiti2OI/AAAAAAAAAT0/YSd7Ok_3I0k/s1600/Thamrin-brother-loker.png\"\n }))))), __jsx(\"h1\", {\n className: classes.cardTitle\n }, __jsx(\"b\", null, \"About Us\")), __jsx(\"p\", null, \"Thamrin Group adalah perusahaan terkemuka di Sumatera Selatan & Bengkulu dengan fokus bisnis pada sektor otomotif dan properti\"), __jsx(\"h3\", null, \"Visi\"), __jsx(\"p\", null, \"Berdampak bagi masyarakat melalui SDM yang dimiliki, pelayanan prima & pengembangan usaha secara berkelanjutan dengan membangun perusahaan yang terpercaya & memiliki reputasi yang baik\"), __jsx(\"h3\", null, \"Misi\"), __jsx(\"p\", null, \"1. Melayani 21,7 juta pelanggan di tahun 2022\"), __jsx(\"p\", null, \"2. Mengembangkan pemimpin yang sukses\"), __jsx(\"p\", null, \"3. Mengelola proses administrasi yang simple & excellent\"), __jsx(\"p\", null, \"4. Mendukung continuous improvement\"))));\n};\n\nexport default DataAboutUS;","map":null,"metadata":{},"sourceType":"module"}