Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

4778 Zeilen
146 KiB

  1. module.exports =
  2. /******/ (function(modules) { // webpackBootstrap
  3. /******/ // The module cache
  4. /******/ var installedModules = require('../../../ssr-module-cache.js');
  5. /******/
  6. /******/ // The require function
  7. /******/ function __webpack_require__(moduleId) {
  8. /******/
  9. /******/ // Check if module is in cache
  10. /******/ if(installedModules[moduleId]) {
  11. /******/ return installedModules[moduleId].exports;
  12. /******/ }
  13. /******/ // Create a new module (and put it into the cache)
  14. /******/ var module = installedModules[moduleId] = {
  15. /******/ i: moduleId,
  16. /******/ l: false,
  17. /******/ exports: {}
  18. /******/ };
  19. /******/
  20. /******/ // Execute the module function
  21. /******/ var threw = true;
  22. /******/ try {
  23. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  24. /******/ threw = false;
  25. /******/ } finally {
  26. /******/ if(threw) delete installedModules[moduleId];
  27. /******/ }
  28. /******/
  29. /******/ // Flag the module as loaded
  30. /******/ module.l = true;
  31. /******/
  32. /******/ // Return the exports of the module
  33. /******/ return module.exports;
  34. /******/ }
  35. /******/
  36. /******/
  37. /******/ // expose the modules object (__webpack_modules__)
  38. /******/ __webpack_require__.m = modules;
  39. /******/
  40. /******/ // expose the module cache
  41. /******/ __webpack_require__.c = installedModules;
  42. /******/
  43. /******/ // define getter function for harmony exports
  44. /******/ __webpack_require__.d = function(exports, name, getter) {
  45. /******/ if(!__webpack_require__.o(exports, name)) {
  46. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  47. /******/ }
  48. /******/ };
  49. /******/
  50. /******/ // define __esModule on exports
  51. /******/ __webpack_require__.r = function(exports) {
  52. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  53. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  54. /******/ }
  55. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  56. /******/ };
  57. /******/
  58. /******/ // create a fake namespace object
  59. /******/ // mode & 1: value is a module id, require it
  60. /******/ // mode & 2: merge all properties of value into the ns
  61. /******/ // mode & 4: return value when already ns object
  62. /******/ // mode & 8|1: behave like require
  63. /******/ __webpack_require__.t = function(value, mode) {
  64. /******/ if(mode & 1) value = __webpack_require__(value);
  65. /******/ if(mode & 8) return value;
  66. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  67. /******/ var ns = Object.create(null);
  68. /******/ __webpack_require__.r(ns);
  69. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  70. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  71. /******/ return ns;
  72. /******/ };
  73. /******/
  74. /******/ // getDefaultExport function for compatibility with non-harmony modules
  75. /******/ __webpack_require__.n = function(module) {
  76. /******/ var getter = module && module.__esModule ?
  77. /******/ function getDefault() { return module['default']; } :
  78. /******/ function getModuleExports() { return module; };
  79. /******/ __webpack_require__.d(getter, 'a', getter);
  80. /******/ return getter;
  81. /******/ };
  82. /******/
  83. /******/ // Object.prototype.hasOwnProperty.call
  84. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  85. /******/
  86. /******/ // __webpack_public_path__
  87. /******/ __webpack_require__.p = "";
  88. /******/
  89. /******/
  90. /******/ // Load entry module and return exports
  91. /******/ return __webpack_require__(__webpack_require__.s = 29);
  92. /******/ })
  93. /************************************************************************/
  94. /******/ ({
  95. /***/ "+7RK":
  96. /***/ (function(module, exports) {
  97. module.exports = "/_next/static/images/7-febba2e485c57a24241dbdbbe5aa32c9.jpg";
  98. /***/ }),
  99. /***/ "+dZB":
  100. /***/ (function(module, exports) {
  101. module.exports = "/_next/static/images/4-a612c18a5bfd951a464c063076cd742e.jpg";
  102. /***/ }),
  103. /***/ "/jkW":
  104. /***/ (function(module, exports, __webpack_require__) {
  105. "use strict";
  106. Object.defineProperty(exports, "__esModule", {
  107. value: true
  108. }); // Identify /[param]/ in route string
  109. const TEST_ROUTE = /\/\[[^/]+?\](?=\/|$)/;
  110. function isDynamicRoute(route) {
  111. return TEST_ROUTE.test(route);
  112. }
  113. exports.isDynamicRoute = isDynamicRoute;
  114. /***/ }),
  115. /***/ "0Bsm":
  116. /***/ (function(module, exports, __webpack_require__) {
  117. "use strict";
  118. var _interopRequireDefault = __webpack_require__("AroE");
  119. exports.__esModule = true;
  120. exports.default = withRouter;
  121. var _react = _interopRequireDefault(__webpack_require__("cDcd"));
  122. var _router = __webpack_require__("nOHt");
  123. function withRouter(ComposedComponent) {
  124. function WithRouterWrapper(props) {
  125. return _react.default.createElement(ComposedComponent, Object.assign({
  126. router: (0, _router.useRouter)()
  127. }, props));
  128. }
  129. WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps // This is needed to allow checking for custom getInitialProps in _app
  130. ;
  131. WithRouterWrapper.origGetInitialProps = ComposedComponent.origGetInitialProps;
  132. if (false) { var name; }
  133. return WithRouterWrapper;
  134. }
  135. /***/ }),
  136. /***/ "0G1C":
  137. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  138. "use strict";
  139. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  140. var nextjs_material_kit = __webpack_require__("eDSW");
  141. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/tooltipsStyle.js
  142. const tooltipsStyle = {
  143. tooltip: {
  144. padding: "10px 15px",
  145. minWidth: "130px",
  146. color: "#555555",
  147. lineHeight: "1.7em",
  148. background: "#FFFFFF",
  149. border: "none",
  150. borderRadius: "3px",
  151. boxShadow: "0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)",
  152. maxWidth: "200px",
  153. textAlign: "center",
  154. fontFamily: '"Helvetica Neue",Helvetica,Arial,sans-serif',
  155. fontSize: "0.875em",
  156. fontStyle: "normal",
  157. fontWeight: "400",
  158. textShadow: "none",
  159. textTransform: "none",
  160. letterSpacing: "normal",
  161. wordBreak: "normal",
  162. wordSpacing: "normal",
  163. wordWrap: "normal",
  164. whiteSpace: "normal",
  165. lineBreak: "auto"
  166. }
  167. };
  168. /* harmony default export */ var nextjs_material_kit_tooltipsStyle = (tooltipsStyle);
  169. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/headerLinksStyle.js
  170. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  171. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  172. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  173. const headerLinksStyle = theme => _objectSpread({
  174. list: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  175. fontSize: "14px",
  176. margin: 0,
  177. paddingLeft: "0",
  178. listStyle: "none",
  179. paddingTop: "0",
  180. paddingBottom: "0",
  181. color: "inherit"
  182. }),
  183. listItem: {
  184. float: "left",
  185. color: "inherit",
  186. position: "relative",
  187. display: "block",
  188. width: "auto",
  189. margin: "0",
  190. padding: "0",
  191. [theme.breakpoints.down("sm")]: {
  192. width: "100%",
  193. "&:after": {
  194. width: "100%",
  195. content: '""',
  196. display: "block",
  197. height: "1px",
  198. backgroundColor: "#e5e5e5"
  199. }
  200. }
  201. },
  202. listItemText: {
  203. padding: "0 !important"
  204. },
  205. navLink: {
  206. color: "inherit",
  207. position: "relative",
  208. padding: "0.9375rem",
  209. fontWeight: "400",
  210. fontSize: "12px",
  211. textTransform: "uppercase",
  212. borderRadius: "3px",
  213. lineHeight: "20px",
  214. textDecoration: "none",
  215. margin: "0px",
  216. display: "inline-flex",
  217. "&:hover,&:focus": {
  218. color: "inherit",
  219. background: "rgba(200, 200, 200, 0.2)"
  220. },
  221. [theme.breakpoints.down("sm")]: {
  222. width: "calc(100% - 30px)",
  223. marginLeft: "15px",
  224. marginBottom: "8px",
  225. marginTop: "8px",
  226. textAlign: "left",
  227. "& > span:first-child": {
  228. justifyContent: "flex-start"
  229. }
  230. }
  231. },
  232. notificationNavLink: {
  233. [theme.breakpoints.down("md")]: {
  234. top: "0",
  235. margin: "5px 15px"
  236. },
  237. color: "#FFF",
  238. fontWeight: "400",
  239. fontSize: "12px",
  240. textTransform: "uppercase",
  241. lineHeight: "20px",
  242. textDecoration: "none",
  243. margin: "0px",
  244. display: "inline-flex",
  245. top: "4px"
  246. },
  247. registerNavLink: {
  248. [theme.breakpoints.down("md")]: {
  249. top: "0",
  250. margin: "5px 15px"
  251. },
  252. top: "3px",
  253. position: "relative",
  254. fontWeight: "400",
  255. fontSize: "12px",
  256. textTransform: "uppercase",
  257. lineHeight: "20px",
  258. textDecoration: "none",
  259. margin: "0px",
  260. display: "inline-flex"
  261. },
  262. navLinkActive: {
  263. color: "inherit",
  264. backgroundColor: "rgba(255, 255, 255, 0.1)"
  265. },
  266. icons: {
  267. width: "20px",
  268. height: "20px",
  269. marginRight: "3px"
  270. },
  271. socialIcons: {
  272. position: "relative",
  273. fontSize: "20px !important",
  274. marginRight: "4px"
  275. },
  276. dropdownLink: {
  277. "&,&:hover,&:focus": {
  278. color: "inherit",
  279. textDecoration: "none",
  280. display: "block",
  281. padding: "10px 20px"
  282. }
  283. }
  284. }, nextjs_material_kit_tooltipsStyle, {
  285. marginRight5: {
  286. marginRight: "5px"
  287. }
  288. });
  289. /* harmony default export */ var components_headerLinksStyle = __webpack_exports__["a"] = (headerLinksStyle);
  290. /***/ }),
  291. /***/ "0LMq":
  292. /***/ (function(module, exports) {
  293. module.exports = require("@material-ui/core/List");
  294. /***/ }),
  295. /***/ "1kN1":
  296. /***/ (function(module, exports) {
  297. module.exports = "/_next/static/images/pim-203bceb1b44b7dfde830127819c23183.jpg";
  298. /***/ }),
  299. /***/ 29:
  300. /***/ (function(module, exports, __webpack_require__) {
  301. module.exports = __webpack_require__("CH2o");
  302. /***/ }),
  303. /***/ "2kat":
  304. /***/ (function(module, exports) {
  305. module.exports = require("@material-ui/icons");
  306. /***/ }),
  307. /***/ "2wdC":
  308. /***/ (function(module, exports) {
  309. module.exports = "/_next/static/images/8-4d0b317c7cd028a32e5af2f2ebe715a4.jpg";
  310. /***/ }),
  311. /***/ "31Yn":
  312. /***/ (function(module, exports) {
  313. module.exports = require("@material-ui/core/ClickAwayListener");
  314. /***/ }),
  315. /***/ "4151":
  316. /***/ (function(module, exports) {
  317. module.exports = require("@material-ui/core/AppBar");
  318. /***/ }),
  319. /***/ "4D1s":
  320. /***/ (function(module, exports) {
  321. module.exports = require("@material-ui/icons/Menu");
  322. /***/ }),
  323. /***/ "4esR":
  324. /***/ (function(module, exports) {
  325. module.exports = "/_next/static/images/bpr-691f24d296ad44d7a9c0e3b1655985f9.jpg";
  326. /***/ }),
  327. /***/ "7KCV":
  328. /***/ (function(module, exports, __webpack_require__) {
  329. var _typeof = __webpack_require__("C+bE");
  330. function _getRequireWildcardCache() {
  331. if (typeof WeakMap !== "function") return null;
  332. var cache = new WeakMap();
  333. _getRequireWildcardCache = function _getRequireWildcardCache() {
  334. return cache;
  335. };
  336. return cache;
  337. }
  338. function _interopRequireWildcard(obj) {
  339. if (obj && obj.__esModule) {
  340. return obj;
  341. }
  342. if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
  343. return {
  344. "default": obj
  345. };
  346. }
  347. var cache = _getRequireWildcardCache();
  348. if (cache && cache.has(obj)) {
  349. return cache.get(obj);
  350. }
  351. var newObj = {};
  352. var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
  353. for (var key in obj) {
  354. if (Object.prototype.hasOwnProperty.call(obj, key)) {
  355. var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
  356. if (desc && (desc.get || desc.set)) {
  357. Object.defineProperty(newObj, key, desc);
  358. } else {
  359. newObj[key] = obj[key];
  360. }
  361. }
  362. }
  363. newObj["default"] = obj;
  364. if (cache) {
  365. cache.set(obj, newObj);
  366. }
  367. return newObj;
  368. }
  369. module.exports = _interopRequireWildcard;
  370. /***/ }),
  371. /***/ "7WxK":
  372. /***/ (function(module, exports) {
  373. module.exports = "/_next/static/images/Black-899735fcb67d236467fe7be0e3ade7fb.png";
  374. /***/ }),
  375. /***/ "7vM9":
  376. /***/ (function(module, exports) {
  377. module.exports = require("@material-ui/core/Icon");
  378. /***/ }),
  379. /***/ "8//M":
  380. /***/ (function(module, exports) {
  381. module.exports = require("@material-ui/core/styles/makeStyles");
  382. /***/ }),
  383. /***/ "8x5e":
  384. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  385. "use strict";
  386. // EXPORTS
  387. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Header; });
  388. // EXTERNAL MODULE: external "react"
  389. var external_react_ = __webpack_require__("cDcd");
  390. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  391. // EXTERNAL MODULE: ./node_modules/next/link.js
  392. var next_link = __webpack_require__("YFqc");
  393. var link_default = /*#__PURE__*/__webpack_require__.n(next_link);
  394. // EXTERNAL MODULE: external "classnames"
  395. var external_classnames_ = __webpack_require__("K2gz");
  396. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  397. // EXTERNAL MODULE: external "@material-ui/core/styles"
  398. var styles_ = __webpack_require__("9Pu4");
  399. // EXTERNAL MODULE: external "@material-ui/core/AppBar"
  400. var AppBar_ = __webpack_require__("4151");
  401. var AppBar_default = /*#__PURE__*/__webpack_require__.n(AppBar_);
  402. // EXTERNAL MODULE: external "@material-ui/core/Toolbar"
  403. var Toolbar_ = __webpack_require__("Ms0O");
  404. var Toolbar_default = /*#__PURE__*/__webpack_require__.n(Toolbar_);
  405. // EXTERNAL MODULE: external "@material-ui/core/IconButton"
  406. var IconButton_ = __webpack_require__("EmCc");
  407. var IconButton_default = /*#__PURE__*/__webpack_require__.n(IconButton_);
  408. // EXTERNAL MODULE: external "@material-ui/core/Button"
  409. var Button_ = __webpack_require__("Wh1t");
  410. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  411. // EXTERNAL MODULE: external "@material-ui/core/Hidden"
  412. var Hidden_ = __webpack_require__("Y8uC");
  413. var Hidden_default = /*#__PURE__*/__webpack_require__.n(Hidden_);
  414. // EXTERNAL MODULE: external "@material-ui/core/Drawer"
  415. var Drawer_ = __webpack_require__("Q01v");
  416. var Drawer_default = /*#__PURE__*/__webpack_require__.n(Drawer_);
  417. // EXTERNAL MODULE: external "@material-ui/icons/Menu"
  418. var Menu_ = __webpack_require__("4D1s");
  419. var Menu_default = /*#__PURE__*/__webpack_require__.n(Menu_);
  420. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  421. var nextjs_material_kit = __webpack_require__("eDSW");
  422. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/headerStyle.js
  423. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  424. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  425. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  426. const headerStyle = {
  427. appBar: {
  428. display: "flex",
  429. border: "0",
  430. borderRadius: "3px",
  431. padding: "0.625rem 0",
  432. marginBottom: "20px",
  433. color: "#555",
  434. width: "100%",
  435. backgroundColor: "#000",
  436. boxShadow: "0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)",
  437. transition: "all 150ms ease 0s",
  438. alignItems: "center",
  439. flexFlow: "row nowrap",
  440. justifyContent: "flex-start",
  441. position: "relative",
  442. zIndex: "unset"
  443. },
  444. absolute: {
  445. position: "absolute",
  446. zIndex: "1100"
  447. },
  448. fixed: {
  449. position: "fixed",
  450. zIndex: "1100"
  451. },
  452. container: _objectSpread({}, nextjs_material_kit["c" /* container */], {
  453. minHeight: "50px",
  454. flex: "1",
  455. alignItems: "center",
  456. justifyContent: "space-between",
  457. display: "flex",
  458. flexWrap: "nowrap"
  459. }),
  460. flex: {
  461. flex: 1
  462. },
  463. title: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  464. lineHeight: "30px",
  465. fontSize: "18px",
  466. borderRadius: "3px",
  467. textTransform: "none",
  468. color: "inherit",
  469. padding: "8px 16px",
  470. letterSpacing: "unset",
  471. "&:hover,&:focus": {
  472. color: "inherit",
  473. background: "transparent"
  474. }
  475. }),
  476. appResponsive: {
  477. margin: "20px 10px"
  478. },
  479. primary: {
  480. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  481. color: "#FFFFFF",
  482. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.46)}`
  483. },
  484. info: {
  485. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  486. color: "#FFFFFF",
  487. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.46)}`
  488. },
  489. success: {
  490. backgroundColor: nextjs_material_kit["u" /* successColor */],
  491. color: "#FFFFFF",
  492. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.46)}`
  493. },
  494. warning: {
  495. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  496. color: "#FFFFFF",
  497. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.46)}`
  498. },
  499. danger: {
  500. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  501. color: "#FFFFFF",
  502. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.46)}`
  503. },
  504. rose: {
  505. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  506. color: "#FFFFFF",
  507. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["r" /* roseColor */], 0.46)}`
  508. },
  509. transparent: {
  510. backgroundColor: "transparent !important",
  511. boxShadow: "none",
  512. paddingTop: "25px",
  513. color: "#FFFFFF"
  514. },
  515. dark: {
  516. color: "#FFFFFF",
  517. backgroundColor: "#212121 !important",
  518. boxShadow: "0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46)"
  519. },
  520. white: {
  521. border: "0",
  522. padding: "0.625rem 0",
  523. marginBottom: "20px",
  524. color: "#555",
  525. backgroundColor: "#fff !important",
  526. boxShadow: "0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)"
  527. },
  528. drawerPaper: _objectSpread({
  529. border: "none",
  530. bottom: "0",
  531. transitionProperty: "top, bottom, width",
  532. transitionDuration: ".2s, .2s, .35s",
  533. transitionTimingFunction: "linear, linear, ease",
  534. width: nextjs_material_kit["h" /* drawerWidth */]
  535. }, nextjs_material_kit["a" /* boxShadow */], {
  536. position: "fixed",
  537. display: "block",
  538. top: "0",
  539. height: "100vh",
  540. right: "0",
  541. left: "auto",
  542. visibility: "visible",
  543. overflowY: "visible",
  544. borderTop: "none",
  545. textAlign: "left",
  546. paddingRight: "0px",
  547. paddingLeft: "0"
  548. }, nextjs_material_kit["w" /* transition */])
  549. };
  550. /* harmony default export */ var components_headerStyle = (headerStyle);
  551. // CONCATENATED MODULE: ./components/Header/Header.js
  552. var __jsx = external_react_default.a.createElement;
  553. // nodejs library that concatenates classes
  554. // nodejs library to set properties for components
  555. // @material-ui/core components
  556. // @material-ui/icons
  557. // core components
  558. const useStyles = Object(styles_["makeStyles"])(components_headerStyle);
  559. function Header(props) {
  560. const classes = useStyles();
  561. const [mobileOpen, setMobileOpen] = external_react_default.a.useState(false);
  562. external_react_default.a.useEffect(() => {
  563. if (props.changeColorOnScroll) {
  564. window.addEventListener("scroll", headerColorChange);
  565. }
  566. return function cleanup() {
  567. if (props.changeColorOnScroll) {
  568. window.removeEventListener("scroll", headerColorChange);
  569. }
  570. };
  571. });
  572. const handleDrawerToggle = () => {
  573. setMobileOpen(!mobileOpen);
  574. };
  575. const headerColorChange = () => {
  576. const {
  577. color,
  578. changeColorOnScroll
  579. } = props;
  580. const windowsScrollTop = window.pageYOffset;
  581. if (windowsScrollTop > changeColorOnScroll.height) {
  582. document.body.getElementsByTagName("header")[0].classList.remove(classes[color]);
  583. document.body.getElementsByTagName("header")[0].classList.add(classes[changeColorOnScroll.color]);
  584. } else {
  585. document.body.getElementsByTagName("header")[0].classList.add(classes[color]);
  586. document.body.getElementsByTagName("header")[0].classList.remove(classes[changeColorOnScroll.color]);
  587. }
  588. };
  589. const {
  590. color,
  591. rightLinks,
  592. leftLinks,
  593. brand,
  594. fixed,
  595. absolute
  596. } = props;
  597. const appBarClasses = external_classnames_default()({
  598. [classes.appBar]: true,
  599. [classes[color]]: color,
  600. [classes.absolute]: absolute,
  601. [classes.fixed]: fixed
  602. });
  603. const brandComponent = __jsx(link_default.a, {
  604. href: "/components",
  605. as: "/components"
  606. }, __jsx(Button_default.a, {
  607. className: classes.title
  608. }, brand));
  609. return __jsx(AppBar_default.a, {
  610. className: appBarClasses
  611. }, __jsx(Toolbar_default.a, {
  612. className: classes.container
  613. }, leftLinks !== undefined ? brandComponent : null, __jsx("div", {
  614. className: classes.flex
  615. }, leftLinks !== undefined ? __jsx(Hidden_default.a, {
  616. smDown: true,
  617. implementation: "css"
  618. }, leftLinks) : brandComponent), __jsx(Hidden_default.a, {
  619. smDown: true,
  620. implementation: "css"
  621. }, rightLinks), __jsx(Hidden_default.a, {
  622. mdUp: true
  623. }, __jsx(IconButton_default.a, {
  624. color: "inherit",
  625. "aria-label": "open drawer",
  626. onClick: handleDrawerToggle
  627. }, __jsx(Menu_default.a, null)))), __jsx(Hidden_default.a, {
  628. mdUp: true,
  629. implementation: "js"
  630. }, __jsx(Drawer_default.a, {
  631. variant: "temporary",
  632. anchor: "right",
  633. open: mobileOpen,
  634. classes: {
  635. paper: classes.drawerPaper
  636. },
  637. onClose: handleDrawerToggle
  638. }, __jsx("div", {
  639. className: classes.appResponsive
  640. }, leftLinks, rightLinks))));
  641. }
  642. Header.defaultProp = {
  643. color: "black"
  644. };
  645. /***/ }),
  646. /***/ "9Pu4":
  647. /***/ (function(module, exports) {
  648. module.exports = require("@material-ui/core/styles");
  649. /***/ }),
  650. /***/ "A2So":
  651. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  652. "use strict";
  653. // EXPORTS
  654. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Card; });
  655. // EXTERNAL MODULE: external "react"
  656. var external_react_ = __webpack_require__("cDcd");
  657. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  658. // EXTERNAL MODULE: external "classnames"
  659. var external_classnames_ = __webpack_require__("K2gz");
  660. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  661. // EXTERNAL MODULE: external "@material-ui/core/styles"
  662. var styles_ = __webpack_require__("9Pu4");
  663. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardStyle.js
  664. const cardStyle = {
  665. card: {
  666. border: "0",
  667. marginBottom: "30px",
  668. marginTop: "30px",
  669. borderRadius: "6px",
  670. color: "rgba(0, 0, 0, 0.87)",
  671. background: "#fff",
  672. width: "100%",
  673. boxShadow: "0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",
  674. position: "relative",
  675. display: "flex",
  676. flexDirection: "column",
  677. minWidth: "0",
  678. wordWrap: "break-word",
  679. fontSize: ".875rem",
  680. transition: "all 300ms linear"
  681. },
  682. cardPlain: {
  683. background: "transparent",
  684. boxShadow: "none"
  685. },
  686. cardCarousel: {
  687. overflow: "hidden"
  688. }
  689. };
  690. /* harmony default export */ var components_cardStyle = (cardStyle);
  691. // CONCATENATED MODULE: ./components/Card/Card.js
  692. var __jsx = external_react_default.a.createElement;
  693. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  694. function _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; }
  695. function _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; }
  696. // nodejs library that concatenates classes
  697. // nodejs library to set properties for components
  698. // @material-ui/core components
  699. // @material-ui/icons
  700. // core components
  701. const useStyles = Object(styles_["makeStyles"])(components_cardStyle);
  702. function Card(props) {
  703. const classes = useStyles();
  704. const {
  705. className,
  706. children,
  707. plain,
  708. carousel
  709. } = props,
  710. rest = _objectWithoutProperties(props, ["className", "children", "plain", "carousel"]);
  711. const cardClasses = external_classnames_default()({
  712. [classes.card]: true,
  713. [classes.cardPlain]: plain,
  714. [classes.cardCarousel]: carousel,
  715. [className]: className !== undefined
  716. });
  717. return __jsx("div", _extends({
  718. className: cardClasses
  719. }, rest), children);
  720. }
  721. /***/ }),
  722. /***/ "AqwQ":
  723. /***/ (function(module, exports) {
  724. module.exports = "/_next/static/images/hino-d387ab83c9269c455c1b597ea390a888.jpg";
  725. /***/ }),
  726. /***/ "AroE":
  727. /***/ (function(module, exports) {
  728. function _interopRequireDefault(obj) {
  729. return obj && obj.__esModule ? obj : {
  730. "default": obj
  731. };
  732. }
  733. module.exports = _interopRequireDefault;
  734. /***/ }),
  735. /***/ "BmGO":
  736. /***/ (function(module, exports) {
  737. module.exports = "/_next/static/images/home-6e603e834cee0599bda40518ef2ad4ad.jpg";
  738. /***/ }),
  739. /***/ "C+bE":
  740. /***/ (function(module, exports) {
  741. function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
  742. function _typeof(obj) {
  743. if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
  744. module.exports = _typeof = function _typeof(obj) {
  745. return _typeof2(obj);
  746. };
  747. } else {
  748. module.exports = _typeof = function _typeof(obj) {
  749. return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
  750. };
  751. }
  752. return _typeof(obj);
  753. }
  754. module.exports = _typeof;
  755. /***/ }),
  756. /***/ "CH2o":
  757. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  758. "use strict";
  759. // ESM COMPAT FLAG
  760. __webpack_require__.r(__webpack_exports__);
  761. // EXPORTS
  762. __webpack_require__.d(__webpack_exports__, "default", function() { return /* binding */ LandingPage; });
  763. // EXTERNAL MODULE: external "react"
  764. var external_react_ = __webpack_require__("cDcd");
  765. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  766. // EXTERNAL MODULE: external "classnames"
  767. var external_classnames_ = __webpack_require__("K2gz");
  768. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  769. // EXTERNAL MODULE: external "@material-ui/core/styles"
  770. var styles_ = __webpack_require__("9Pu4");
  771. // EXTERNAL MODULE: ./components/Header/Header.js + 1 modules
  772. var Header = __webpack_require__("8x5e");
  773. // EXTERNAL MODULE: ./components/Footer/FooterHome.js
  774. var FooterHome = __webpack_require__("J0qJ");
  775. // EXTERNAL MODULE: external "react-scroll"
  776. var external_react_scroll_ = __webpack_require__("I/1N");
  777. // EXTERNAL MODULE: external "@material-ui/core/List"
  778. var List_ = __webpack_require__("0LMq");
  779. var List_default = /*#__PURE__*/__webpack_require__.n(List_);
  780. // EXTERNAL MODULE: external "@material-ui/core/ListItem"
  781. var ListItem_ = __webpack_require__("c25J");
  782. var ListItem_default = /*#__PURE__*/__webpack_require__.n(ListItem_);
  783. // EXTERNAL MODULE: external "@material-ui/core/Icon"
  784. var Icon_ = __webpack_require__("7vM9");
  785. var Icon_default = /*#__PURE__*/__webpack_require__.n(Icon_);
  786. // EXTERNAL MODULE: ./components/Header/HeaderHome.css
  787. var HeaderHome = __webpack_require__("T+ot");
  788. // EXTERNAL MODULE: external "@material-ui/icons"
  789. var icons_ = __webpack_require__("2kat");
  790. // EXTERNAL MODULE: ./components/CustomDropdown/CustomDropdown.js + 1 modules
  791. var CustomDropdown = __webpack_require__("QOEo");
  792. // EXTERNAL MODULE: ./components/CustomButtons/Button.js + 1 modules
  793. var Button = __webpack_require__("Kg+a");
  794. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit/components/headerLinksStyle.js + 1 modules
  795. var headerLinksStyle = __webpack_require__("0G1C");
  796. // EXTERNAL MODULE: ./assets/img/Blue.png
  797. var Blue = __webpack_require__("vcqE");
  798. var Blue_default = /*#__PURE__*/__webpack_require__.n(Blue);
  799. // CONCATENATED MODULE: ./components/Header/HeaderHome.js
  800. var __jsx = external_react_default.a.createElement;
  801. /*eslint-disable*/
  802. // @material-ui/core components
  803. // import People from "@material-ui/core/People";
  804. // @material-ui/icons
  805. // core components
  806. const useStyles = Object(styles_["makeStyles"])(headerLinksStyle["a" /* default */]);
  807. function HeaderHome_HeaderHome(props) {
  808. const classes = useStyles();
  809. return __jsx("div", {
  810. align: "left"
  811. }, __jsx(List_default.a, {
  812. className: classes.list
  813. }, __jsx(ListItem_default.a, {
  814. className: classes.listItem
  815. }, __jsx(external_react_scroll_["Link"], {
  816. href: "#"
  817. }, __jsx(Button["a" /* default */], {
  818. color: "transparent",
  819. className: classes.navLink
  820. }, __jsx("img", {
  821. src: Blue_default.a,
  822. width: "180px"
  823. })))), __jsx(ListItem_default.a, {
  824. className: classes.listItem
  825. }, __jsx(external_react_scroll_["Link"], {
  826. to: "home",
  827. spy: true,
  828. smooth: true
  829. }, __jsx(Button["a" /* default */], {
  830. color: "transparent",
  831. className: classes.navLink,
  832. style: {
  833. marginTop: "10px"
  834. }
  835. }, __jsx("div", {
  836. className: "header"
  837. }, __jsx(Icon_default.a, {
  838. className: classes.icons
  839. }, "home"), "Home")))), __jsx(ListItem_default.a, {
  840. className: classes.listItem
  841. }, __jsx(external_react_scroll_["Link"], {
  842. to: "business_partner",
  843. spy: true,
  844. smooth: true
  845. }, __jsx(Button["a" /* default */], {
  846. color: "transparent",
  847. className: classes.navLink,
  848. style: {
  849. marginTop: "10px"
  850. }
  851. }, __jsx("div", {
  852. className: "header"
  853. }, __jsx(Icon_default.a, {
  854. className: classes.icons
  855. }, "business"), " Businees Partner")))), __jsx(ListItem_default.a, {
  856. className: classes.listItem
  857. }, __jsx(external_react_scroll_["Link"], {
  858. to: "gallery",
  859. spy: true,
  860. smooth: true
  861. }, __jsx(Button["a" /* default */], {
  862. color: "transparent",
  863. className: classes.navLink,
  864. style: {
  865. marginTop: "10px"
  866. }
  867. }, __jsx("div", {
  868. className: "header"
  869. }, __jsx(Icon_default.a, {
  870. className: classes.icons
  871. }, "dashboard"), " Gallery"))))));
  872. }
  873. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  874. var nextjs_material_kit = __webpack_require__("eDSW");
  875. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/pages/home.js
  876. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  877. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  878. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  879. const landingPageStyle = {
  880. main: {
  881. background: "#000000"
  882. },
  883. title: _objectSpread({}, nextjs_material_kit["v" /* title */], {
  884. display: "inline-block",
  885. position: "relative",
  886. marginTop: "30px",
  887. minHeight: "32px",
  888. color: "#ffffff",
  889. textDecoration: "none"
  890. }),
  891. subtitle: {
  892. fontSize: "1.313rem",
  893. maxWidth: "500px",
  894. margin: "10px auto 0"
  895. }
  896. };
  897. /* harmony default export */ var home = (landingPageStyle);
  898. // EXTERNAL MODULE: ./components/Grid/GridContainer.js
  899. var GridContainer = __webpack_require__("mtPR");
  900. // EXTERNAL MODULE: ./components/Grid/GridItem.js
  901. var GridItem = __webpack_require__("i4t8");
  902. // EXTERNAL MODULE: ./components/Card/Card.js + 1 modules
  903. var Card = __webpack_require__("A2So");
  904. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/pages/componentsSections/homeStyle.js
  905. function homeStyle_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  906. function homeStyle_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { homeStyle_ownKeys(Object(source), true).forEach(function (key) { homeStyle_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { homeStyle_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  907. function homeStyle_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  908. const notificationsStyles = {
  909. section: {
  910. backgroundColor: "#000000",
  911. display: "block",
  912. width: "100%",
  913. position: "relative"
  914. },
  915. title: homeStyle_objectSpread({}, nextjs_material_kit["v" /* title */], {
  916. marginTop: "30px",
  917. minHeight: "32px",
  918. textDecoration: "none"
  919. }),
  920. container: nextjs_material_kit["c" /* container */]
  921. };
  922. /* harmony default export */ var homeStyle = (notificationsStyles);
  923. // EXTERNAL MODULE: external "react-slick"
  924. var external_react_slick_ = __webpack_require__("O/hg");
  925. var external_react_slick_default = /*#__PURE__*/__webpack_require__.n(external_react_slick_);
  926. // EXTERNAL MODULE: external "@material-ui/core/Grid"
  927. var Grid_ = __webpack_require__("JQ2V");
  928. var Grid_default = /*#__PURE__*/__webpack_require__.n(Grid_);
  929. // EXTERNAL MODULE: ./assets/img/carousel/1.jpg
  930. var _1 = __webpack_require__("aK6x");
  931. // EXTERNAL MODULE: ./assets/img/carousel/2.jpg
  932. var _2 = __webpack_require__("n6U9");
  933. // EXTERNAL MODULE: ./assets/img/home/banner2.jpg
  934. var banner2 = __webpack_require__("M9mM");
  935. var banner2_default = /*#__PURE__*/__webpack_require__.n(banner2);
  936. // EXTERNAL MODULE: ./assets/img/home/banner1.jpg
  937. var banner1 = __webpack_require__("q9Kh");
  938. var banner1_default = /*#__PURE__*/__webpack_require__.n(banner1);
  939. // CONCATENATED MODULE: ./pages-sections/home/Carousel.js
  940. var Carousel_jsx = external_react_default.a.createElement;
  941. const Carousel_useStyles = Object(styles_["makeStyles"])(homeStyle);
  942. const DataCarousel = function () {
  943. const classes = Carousel_useStyles();
  944. const settings = {
  945. dots: true,
  946. infinite: true,
  947. speed: 500,
  948. slidesToShow: 1,
  949. slidesToScroll: 1,
  950. autoplay: true,
  951. time: 5
  952. };
  953. return Carousel_jsx("div", {
  954. id: "carousel",
  955. className: classes.root
  956. }, Carousel_jsx(Grid_default.a, {
  957. item: true,
  958. xs: 12,
  959. sm: 12,
  960. className: classes.marginAuto
  961. }, Carousel_jsx(Card["a" /* default */], null, Carousel_jsx("div", {
  962. className: "container"
  963. }, Carousel_jsx(external_react_slick_default.a, settings, Carousel_jsx("img", {
  964. src: banner2_default.a,
  965. alt: "First slide",
  966. className: "slick-image"
  967. }), Carousel_jsx("img", {
  968. src: banner1_default.a,
  969. alt: "First slide",
  970. className: "slick-image"
  971. }))))));
  972. };
  973. /* harmony default export */ var Carousel = (DataCarousel);
  974. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/pages/landingPageSections/workStyle.js
  975. function workStyle_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  976. function workStyle_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { workStyle_ownKeys(Object(source), true).forEach(function (key) { workStyle_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { workStyle_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  977. function workStyle_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  978. const workStyle = {
  979. section: {
  980. padding: "70px 0"
  981. },
  982. title: workStyle_objectSpread({}, nextjs_material_kit["v" /* title */], {
  983. marginBottom: "50px",
  984. marginTop: "30px",
  985. minHeight: "32px",
  986. textDecoration: "none",
  987. textAlign: "center"
  988. }),
  989. description: {
  990. color: "#999",
  991. textAlign: "center"
  992. },
  993. textCenter: {
  994. textAlign: "center"
  995. },
  996. textArea: {
  997. marginRight: "15px",
  998. marginLeft: "15px"
  999. }
  1000. };
  1001. /* harmony default export */ var landingPageSections_workStyle = (workStyle);
  1002. // EXTERNAL MODULE: external "@material-ui/core/Container"
  1003. var Container_ = __webpack_require__("Uynj");
  1004. // EXTERNAL MODULE: external "@material-ui/core/Typography"
  1005. var Typography_ = __webpack_require__("UVoM");
  1006. // EXTERNAL MODULE: external "@material-ui/core/Paper"
  1007. var Paper_ = __webpack_require__("qt1I");
  1008. // EXTERNAL MODULE: ./pages-sections/home/business-partner.css
  1009. var business_partner = __webpack_require__("cpj4");
  1010. var business_partner_default = /*#__PURE__*/__webpack_require__.n(business_partner);
  1011. // EXTERNAL MODULE: ./assets/img/home/yamaha1.jpg
  1012. var yamaha1 = __webpack_require__("qY8J");
  1013. var yamaha1_default = /*#__PURE__*/__webpack_require__.n(yamaha1);
  1014. // EXTERNAL MODULE: ./assets/img/home/suzuki.jpg
  1015. var suzuki = __webpack_require__("J4G4");
  1016. var suzuki_default = /*#__PURE__*/__webpack_require__.n(suzuki);
  1017. // EXTERNAL MODULE: ./assets/img/home/mercedes.jpg
  1018. var mercedes = __webpack_require__("ovCH");
  1019. var mercedes_default = /*#__PURE__*/__webpack_require__.n(mercedes);
  1020. // EXTERNAL MODULE: ./assets/img/home/hino.jpg
  1021. var hino = __webpack_require__("AqwQ");
  1022. var hino_default = /*#__PURE__*/__webpack_require__.n(hino);
  1023. // EXTERNAL MODULE: ./assets/img/home/honda.jpg
  1024. var honda = __webpack_require__("djX/");
  1025. var honda_default = /*#__PURE__*/__webpack_require__.n(honda);
  1026. // EXTERNAL MODULE: ./assets/img/home/pim.jpg
  1027. var pim = __webpack_require__("1kN1");
  1028. var pim_default = /*#__PURE__*/__webpack_require__.n(pim);
  1029. // EXTERNAL MODULE: ./assets/img/home/emilia.jpg
  1030. var emilia = __webpack_require__("MXZv");
  1031. var emilia_default = /*#__PURE__*/__webpack_require__.n(emilia);
  1032. // EXTERNAL MODULE: ./assets/img/home/bpr.jpg
  1033. var bpr = __webpack_require__("4esR");
  1034. var bpr_default = /*#__PURE__*/__webpack_require__.n(bpr);
  1035. // EXTERNAL MODULE: ./assets/img/home/home.jpg
  1036. var home_home = __webpack_require__("BmGO");
  1037. var home_default = /*#__PURE__*/__webpack_require__.n(home_home);
  1038. // CONCATENATED MODULE: ./pages-sections/home/Businees-Partner.js
  1039. var Businees_Partner_jsx = external_react_default.a.createElement;
  1040. // core components
  1041. const Businees_Partner_useStyles = Object(styles_["makeStyles"])(landingPageSections_workStyle);
  1042. function WorkSection() {
  1043. const classes = Businees_Partner_useStyles();
  1044. console.log(business_partner_default.a.container);
  1045. return Businees_Partner_jsx("div", {
  1046. id: "business_partner",
  1047. style: {
  1048. marginTop: "-30px"
  1049. }
  1050. }, Businees_Partner_jsx("br", null), Businees_Partner_jsx("h3", {
  1051. className: classes.title
  1052. }, "Thamrin Group Businees Partner"), Businees_Partner_jsx("div", {
  1053. className: classes.root
  1054. }, Businees_Partner_jsx(Grid_default.a, {
  1055. item: true,
  1056. xs: 12,
  1057. sm: 12,
  1058. className: classes.marginAuto
  1059. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1060. className: "container"
  1061. }, Businees_Partner_jsx("img", {
  1062. src: yamaha1_default.a,
  1063. alt: "Snow",
  1064. style: {
  1065. width: "100%"
  1066. }
  1067. }), Businees_Partner_jsx(Button["a" /* default */], {
  1068. href: "/yamaha/home",
  1069. target: "_blank",
  1070. className: "btn"
  1071. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1072. item: true,
  1073. xs: 12,
  1074. sm: 12,
  1075. style: {
  1076. marginTop: "-30px"
  1077. },
  1078. className: classes.marginAuto
  1079. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1080. className: "container"
  1081. }, Businees_Partner_jsx("img", {
  1082. src: suzuki_default.a,
  1083. alt: "Snow",
  1084. style: {
  1085. width: "100%"
  1086. }
  1087. }), Businees_Partner_jsx(Button["a" /* default */], {
  1088. href: "/suzuki/home",
  1089. target: "_blank",
  1090. className: "btn"
  1091. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1092. item: true,
  1093. xs: 12,
  1094. sm: 12,
  1095. style: {
  1096. marginTop: "-30px"
  1097. },
  1098. className: classes.marginAuto
  1099. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1100. className: "container"
  1101. }, Businees_Partner_jsx("img", {
  1102. src: hino_default.a,
  1103. alt: "Snow",
  1104. style: {
  1105. width: "100%"
  1106. }
  1107. }), Businees_Partner_jsx(Button["a" /* default */], {
  1108. href: "/hino/home",
  1109. target: "_blank",
  1110. className: "btn"
  1111. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1112. item: true,
  1113. xs: 12,
  1114. sm: 12,
  1115. style: {
  1116. marginTop: "-30px"
  1117. },
  1118. className: classes.marginAuto
  1119. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1120. className: "container"
  1121. }, Businees_Partner_jsx("img", {
  1122. src: honda_default.a,
  1123. alt: "Snow",
  1124. style: {
  1125. width: "100%"
  1126. }
  1127. }), Businees_Partner_jsx(Button["a" /* default */], {
  1128. href: "/honda/home",
  1129. target: "_blank",
  1130. className: "btn"
  1131. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1132. item: true,
  1133. xs: 12,
  1134. sm: 12,
  1135. style: {
  1136. marginTop: "-30px"
  1137. },
  1138. className: classes.marginAuto
  1139. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1140. className: "container"
  1141. }, Businees_Partner_jsx("img", {
  1142. src: mercedes_default.a,
  1143. alt: "Snow",
  1144. style: {
  1145. width: "100%"
  1146. }
  1147. }), Businees_Partner_jsx(Button["a" /* default */], {
  1148. href: "https://www.thamrin.mercedes-benz.co.id/en/desktop/passenger-cars.html",
  1149. target: "_blank",
  1150. className: "btn"
  1151. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1152. item: true,
  1153. xs: 12,
  1154. sm: 12,
  1155. style: {
  1156. marginTop: "-30px"
  1157. },
  1158. className: classes.marginAuto
  1159. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1160. className: "container"
  1161. }, Businees_Partner_jsx("img", {
  1162. src: bpr_default.a,
  1163. alt: "Snow",
  1164. style: {
  1165. width: "100%"
  1166. }
  1167. }), Businees_Partner_jsx(Button["a" /* default */], {
  1168. href: "http://bprberkatsejati.com/",
  1169. target: "_blank",
  1170. className: "btn"
  1171. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1172. item: true,
  1173. xs: 12,
  1174. sm: 12,
  1175. style: {
  1176. marginTop: "-30px"
  1177. },
  1178. className: classes.marginAuto
  1179. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1180. className: "container"
  1181. }, Businees_Partner_jsx("img", {
  1182. src: emilia_default.a,
  1183. alt: "Snow",
  1184. style: {
  1185. width: "100%"
  1186. }
  1187. }), Businees_Partner_jsx(Button["a" /* default */], {
  1188. href: "http://www.emilia-hotel.com/",
  1189. target: "_blank",
  1190. className: "btn"
  1191. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1192. item: true,
  1193. xs: 12,
  1194. sm: 12,
  1195. style: {
  1196. marginTop: "-30px"
  1197. },
  1198. className: classes.marginAuto
  1199. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1200. className: "container"
  1201. }, Businees_Partner_jsx("img", {
  1202. src: pim_default.a,
  1203. alt: "Snow",
  1204. style: {
  1205. width: "100%"
  1206. }
  1207. }), Businees_Partner_jsx(Button["a" /* default */], {
  1208. href: "https://www.instagram.com/palembangindahmall/?hl=id",
  1209. target: "_blank",
  1210. className: "btn"
  1211. }, "Visit Page")))), Businees_Partner_jsx(Grid_default.a, {
  1212. item: true,
  1213. xs: 12,
  1214. sm: 12,
  1215. style: {
  1216. marginTop: "-30px"
  1217. },
  1218. className: classes.marginAuto
  1219. }, Businees_Partner_jsx(Card["a" /* default */], null, Businees_Partner_jsx("div", {
  1220. className: "container"
  1221. }, Businees_Partner_jsx("img", {
  1222. src: home_default.a,
  1223. alt: "Snow",
  1224. style: {
  1225. width: "100%"
  1226. }
  1227. }), Businees_Partner_jsx(Button["a" /* default */], {
  1228. href: "http://homes.thamrin.xyz/",
  1229. target: "_blank",
  1230. className: "btn"
  1231. }, "Visit Page"))))));
  1232. }
  1233. // EXTERNAL MODULE: ./assets/img/gallery/1.jpg
  1234. var gallery_1 = __webpack_require__("K/Fe");
  1235. var gallery_1_default = /*#__PURE__*/__webpack_require__.n(gallery_1);
  1236. // EXTERNAL MODULE: ./assets/img/gallery/2.jpg
  1237. var gallery_2 = __webpack_require__("ewzQ");
  1238. var gallery_2_default = /*#__PURE__*/__webpack_require__.n(gallery_2);
  1239. // EXTERNAL MODULE: ./assets/img/gallery/3.jpg
  1240. var _3 = __webpack_require__("pvnu");
  1241. var _3_default = /*#__PURE__*/__webpack_require__.n(_3);
  1242. // EXTERNAL MODULE: ./assets/img/gallery/4.jpg
  1243. var _4 = __webpack_require__("+dZB");
  1244. var _4_default = /*#__PURE__*/__webpack_require__.n(_4);
  1245. // EXTERNAL MODULE: ./assets/img/gallery/5.jpg
  1246. var _5 = __webpack_require__("wmUz");
  1247. var _5_default = /*#__PURE__*/__webpack_require__.n(_5);
  1248. // EXTERNAL MODULE: ./assets/img/gallery/6.jpg
  1249. var _6 = __webpack_require__("fJ1K");
  1250. var _6_default = /*#__PURE__*/__webpack_require__.n(_6);
  1251. // EXTERNAL MODULE: ./assets/img/gallery/7.jpg
  1252. var _7 = __webpack_require__("+7RK");
  1253. var _7_default = /*#__PURE__*/__webpack_require__.n(_7);
  1254. // EXTERNAL MODULE: ./assets/img/gallery/8.jpg
  1255. var _8 = __webpack_require__("2wdC");
  1256. var _8_default = /*#__PURE__*/__webpack_require__.n(_8);
  1257. // CONCATENATED MODULE: ./pages-sections/home/gallery.js
  1258. var gallery_jsx = external_react_default.a.createElement;
  1259. // core components
  1260. //image
  1261. const gallery_useStyles = Object(styles_["makeStyles"])(landingPageSections_workStyle);
  1262. function gallery_WorkSection() {
  1263. const classes = gallery_useStyles();
  1264. return gallery_jsx("div", {
  1265. id: "gallery"
  1266. }, gallery_jsx("br", null), gallery_jsx("h3", {
  1267. className: classes.title
  1268. }, "Thamrin Group Gallery"), gallery_jsx("div", {
  1269. className: classes.section,
  1270. id: "notifications",
  1271. style: {
  1272. marginTop: "-150px"
  1273. }
  1274. }, gallery_jsx("div", {
  1275. className: classes.section
  1276. }, gallery_jsx("div", {
  1277. className: classes.container,
  1278. align: "center"
  1279. }, gallery_jsx(Grid_default.a, {
  1280. container: true,
  1281. style: {
  1282. padding: "10px"
  1283. }
  1284. }, gallery_jsx(Grid_default.a, {
  1285. item: true,
  1286. xs: 3,
  1287. style: {
  1288. padding: "10px"
  1289. }
  1290. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1291. src: gallery_1_default.a,
  1292. alt: "First slide",
  1293. className: "slick-image"
  1294. }))), gallery_jsx(Grid_default.a, {
  1295. item: true,
  1296. xs: 3,
  1297. style: {
  1298. padding: "10px"
  1299. }
  1300. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1301. src: gallery_2_default.a,
  1302. alt: "First slide",
  1303. className: "slick-image"
  1304. }))), gallery_jsx(Grid_default.a, {
  1305. item: true,
  1306. xs: 3,
  1307. style: {
  1308. padding: "10px"
  1309. }
  1310. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1311. src: _3_default.a,
  1312. alt: "First slide",
  1313. className: "slick-image"
  1314. }))), gallery_jsx(Grid_default.a, {
  1315. item: true,
  1316. xs: 3,
  1317. style: {
  1318. padding: "10px"
  1319. }
  1320. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1321. src: _4_default.a,
  1322. alt: "First slide",
  1323. className: "slick-image"
  1324. })))), gallery_jsx(Grid_default.a, {
  1325. container: true,
  1326. style: {
  1327. padding: "10px",
  1328. marginTop: "-80px"
  1329. }
  1330. }, gallery_jsx(Grid_default.a, {
  1331. item: true,
  1332. xs: 3,
  1333. style: {
  1334. padding: "10px"
  1335. }
  1336. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1337. src: _5_default.a,
  1338. alt: "First slide",
  1339. className: "slick-image"
  1340. }))), gallery_jsx(Grid_default.a, {
  1341. item: true,
  1342. xs: 3,
  1343. style: {
  1344. padding: "10px"
  1345. }
  1346. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1347. src: _6_default.a,
  1348. alt: "First slide",
  1349. className: "slick-image"
  1350. }))), gallery_jsx(Grid_default.a, {
  1351. item: true,
  1352. xs: 3,
  1353. style: {
  1354. padding: "10px"
  1355. }
  1356. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1357. src: _7_default.a,
  1358. alt: "First slide",
  1359. className: "slick-image"
  1360. }))), gallery_jsx(Grid_default.a, {
  1361. item: true,
  1362. xs: 3,
  1363. style: {
  1364. padding: "10px"
  1365. }
  1366. }, gallery_jsx(Card["a" /* default */], null, gallery_jsx("img", {
  1367. src: _8_default.a,
  1368. alt: "First slide",
  1369. className: "slick-image"
  1370. }))))))));
  1371. }
  1372. // EXTERNAL MODULE: ./pages/home.css
  1373. var pages_home = __webpack_require__("M9IG");
  1374. var pages_home_default = /*#__PURE__*/__webpack_require__.n(pages_home);
  1375. // EXTERNAL MODULE: ./assets/img/Black.png
  1376. var Black = __webpack_require__("7WxK");
  1377. // EXTERNAL MODULE: ./assets/img/wa.png
  1378. var wa = __webpack_require__("ZAH2");
  1379. // CONCATENATED MODULE: ./pages/home.js
  1380. var home_jsx = external_react_default.a.createElement;
  1381. // nodejs library that concatenates classes
  1382. // @material-ui/core components
  1383. // @material-ui/icons
  1384. // core components
  1385. // Sections for this page
  1386. //image
  1387. const dashboardRoutes = [];
  1388. const home_useStyles = Object(styles_["makeStyles"])(home);
  1389. function LandingPage(props) {
  1390. const classes = home_useStyles();
  1391. const rest = Object.assign({}, props);
  1392. console.log(pages_home_default.a.act);
  1393. return home_jsx("div", {
  1394. id: "home"
  1395. }, home_jsx("link", {
  1396. rel: "stylesheet",
  1397. href: "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
  1398. }), home_jsx(Header["a" /* default */], {
  1399. color: "dark",
  1400. routes: dashboardRoutes,
  1401. leftLinks: home_jsx(HeaderHome_HeaderHome, null),
  1402. fixed: true
  1403. }), home_jsx("div", {
  1404. className: external_classnames_default()(classes.main, classes.mainRaised),
  1405. style: {
  1406. marginTop: "70px"
  1407. }
  1408. }, home_jsx("div", {
  1409. className: classes.container
  1410. }, home_jsx(Carousel, null), home_jsx(WorkSection, null), home_jsx(gallery_WorkSection, null), home_jsx("a", {
  1411. href: "https://wa.me/+6287797315685",
  1412. className: "float",
  1413. target: "_blank"
  1414. }, home_jsx("i", {
  1415. className: "fa fa-whatsapp my-float"
  1416. })))), home_jsx("br", null), home_jsx(FooterHome["a" /* default */], null));
  1417. }
  1418. /***/ }),
  1419. /***/ "EmCc":
  1420. /***/ (function(module, exports) {
  1421. module.exports = require("@material-ui/core/IconButton");
  1422. /***/ }),
  1423. /***/ "Fm7H":
  1424. /***/ (function(module, exports) {
  1425. module.exports = require("@material-ui/icons/Favorite");
  1426. /***/ }),
  1427. /***/ "I/1N":
  1428. /***/ (function(module, exports) {
  1429. module.exports = require("react-scroll");
  1430. /***/ }),
  1431. /***/ "J0qJ":
  1432. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1433. "use strict";
  1434. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Footer; });
  1435. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  1436. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  1437. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  1438. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  1439. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("KKbo");
  1440. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__);
  1441. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  1442. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  1443. /* harmony import */ var _material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("Fm7H");
  1444. /* harmony import */ var _material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4__);
  1445. /* harmony import */ var components_Grid_GridContainer_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("mtPR");
  1446. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("JQ2V");
  1447. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6__);
  1448. /* harmony import */ var components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("i4t8");
  1449. /* harmony import */ var _material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("qt1I");
  1450. /* harmony import */ var _material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8__);
  1451. /* harmony import */ var components_Card_Card_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("A2So");
  1452. /* harmony import */ var assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("oLCs");
  1453. /* harmony import */ var assets_img_White_png__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("gpfI");
  1454. /* harmony import */ var assets_img_White_png__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(assets_img_White_png__WEBPACK_IMPORTED_MODULE_11__);
  1455. /* harmony import */ var react_slick__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__("O/hg");
  1456. /* harmony import */ var react_slick__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(react_slick__WEBPACK_IMPORTED_MODULE_12__);
  1457. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  1458. /*eslint-disable*/
  1459. // import Styless from "components/Footer/footersosmed.css";
  1460. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__["makeStyles"])(assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_10__[/* default */ "a"]);
  1461. function Footer(props) {
  1462. const classes = useStyles();
  1463. const {
  1464. whiteFont
  1465. } = props;
  1466. const footerClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1467. [classes.footer]: true,
  1468. [classes.footerWhiteFont]: whiteFont
  1469. });
  1470. const aClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1471. [classes.a]: true,
  1472. [classes.footerWhiteFont]: whiteFont
  1473. });
  1474. const settings = {
  1475. dots: true,
  1476. infinite: true,
  1477. speed: 500,
  1478. slidesToShow: 1,
  1479. slidesToScroll: 1,
  1480. autoplay: true,
  1481. time: 5
  1482. };
  1483. return __jsx(components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"], {
  1484. xs: 12
  1485. }, __jsx("link", {
  1486. rel: "stylesheet",
  1487. href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
  1488. }), __jsx("div", {
  1489. align: "center"
  1490. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  1491. className: classes.list
  1492. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1493. className: classes.inlineBlock
  1494. }, __jsx("a", {
  1495. href: "/yamaha/home",
  1496. target: "_blank",
  1497. className: classes.block
  1498. }, " Yamaha ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1499. className: classes.inlineBlock
  1500. }, __jsx("a", {
  1501. href: "/suzuki/home",
  1502. target: "_blank",
  1503. className: classes.block
  1504. }, " Suzuki ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1505. className: classes.inlineBlock
  1506. }, __jsx("a", {
  1507. href: "/honda/home",
  1508. target: "_blank",
  1509. className: classes.block
  1510. }, " Honda ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1511. className: classes.inlineBlock
  1512. }, __jsx("a", {
  1513. href: "/hino/home",
  1514. target: "_blank",
  1515. className: classes.block
  1516. }, " Hino ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1517. className: classes.inlineBlock
  1518. }, __jsx("a", {
  1519. href: "https://www.thamrin.mercedes-benz.co.id/en/desktop/passenger-cars.html",
  1520. target: "_blank",
  1521. className: classes.block
  1522. }, " Mercedes Benz ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1523. className: classes.inlineBlock
  1524. }, __jsx("a", {
  1525. href: "http://www.emilia-hotel.com/",
  1526. target: "_blank",
  1527. className: classes.block
  1528. }, " Emilia Hotel ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1529. className: classes.inlineBlock
  1530. }, __jsx("a", {
  1531. href: "https://www.instagram.com/palembangindahmall/?hl=id",
  1532. target: "_blank",
  1533. className: classes.block
  1534. }, " Palembang Indah Mall ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1535. className: classes.inlineBlock
  1536. }, __jsx("a", {
  1537. href: "http://bprberkatsejati.com/",
  1538. target: "_blank",
  1539. className: classes.block
  1540. }, " BRP Berkat Sejati ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1541. className: classes.inlineBlock
  1542. }, __jsx("a", {
  1543. href: "http://homes.thamrin.xyz/",
  1544. target: "_blank",
  1545. className: classes.block
  1546. }, " Thamrin Homes ")))), __jsx("div", {
  1547. align: "center"
  1548. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  1549. className: classes.list
  1550. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1551. className: classes.inlineBlock,
  1552. style: {
  1553. padding: "10px"
  1554. }
  1555. }, __jsx("a", {
  1556. href: "#",
  1557. target: "_blank",
  1558. class: "fa fa-facebook"
  1559. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1560. className: classes.inlineBlock,
  1561. style: {
  1562. padding: "10px"
  1563. }
  1564. }, __jsx("a", {
  1565. href: "#",
  1566. target: "_blank",
  1567. class: "fa fa-instagram"
  1568. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1569. className: classes.inlineBlock,
  1570. style: {
  1571. padding: "10px"
  1572. }
  1573. }, __jsx("a", {
  1574. href: "#",
  1575. target: "_blank",
  1576. class: "fa fa-twitter"
  1577. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1578. className: classes.inlineBlock,
  1579. style: {
  1580. padding: "10px"
  1581. }
  1582. }, __jsx("a", {
  1583. href: "#",
  1584. target: "_blank",
  1585. class: "fa fa-youtube"
  1586. })))), __jsx("br", null), __jsx("br", null), __jsx("div", {
  1587. align: "center"
  1588. }, "\xA9 ", 1900 + new Date().getYear(), " , All Right Reserved", " ", " by", " ", " @Thamrin Group Company"), __jsx("br", null), __jsx("br", null));
  1589. }
  1590. /***/ }),
  1591. /***/ "J4G4":
  1592. /***/ (function(module, exports) {
  1593. module.exports = "/_next/static/images/suzuki-c1132f96464338ff66d35172cd1ff61b.jpg";
  1594. /***/ }),
  1595. /***/ "JQ2V":
  1596. /***/ (function(module, exports) {
  1597. module.exports = require("@material-ui/core/Grid");
  1598. /***/ }),
  1599. /***/ "K/Fe":
  1600. /***/ (function(module, exports) {
  1601. module.exports = "/_next/static/images/1-65504329d828dc760730454885b8e63f.jpg";
  1602. /***/ }),
  1603. /***/ "K2gz":
  1604. /***/ (function(module, exports) {
  1605. module.exports = require("classnames");
  1606. /***/ }),
  1607. /***/ "KKbo":
  1608. /***/ (function(module, exports) {
  1609. module.exports = require("@material-ui/core");
  1610. /***/ }),
  1611. /***/ "Kg+a":
  1612. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1613. "use strict";
  1614. // EXTERNAL MODULE: external "react"
  1615. var external_react_ = __webpack_require__("cDcd");
  1616. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  1617. // EXTERNAL MODULE: external "classnames"
  1618. var external_classnames_ = __webpack_require__("K2gz");
  1619. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  1620. // EXTERNAL MODULE: external "@material-ui/core/styles/makeStyles"
  1621. var makeStyles_ = __webpack_require__("8//M");
  1622. var makeStyles_default = /*#__PURE__*/__webpack_require__.n(makeStyles_);
  1623. // EXTERNAL MODULE: external "@material-ui/core/Button"
  1624. var Button_ = __webpack_require__("Wh1t");
  1625. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  1626. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  1627. var nextjs_material_kit = __webpack_require__("eDSW");
  1628. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/buttonStyle.js
  1629. const buttonStyle = {
  1630. button: {
  1631. minHeight: "auto",
  1632. minWidth: "auto",
  1633. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  1634. color: "#FFFFFF",
  1635. boxShadow: "0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)",
  1636. border: "none",
  1637. borderRadius: "3px",
  1638. position: "relative",
  1639. padding: "12px 30px",
  1640. margin: ".3125rem 1px",
  1641. fontSize: "12px",
  1642. fontWeight: "400",
  1643. textTransform: "uppercase",
  1644. letterSpacing: "0",
  1645. willChange: "box-shadow, transform",
  1646. transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
  1647. lineHeight: "1.42857143",
  1648. textAlign: "center",
  1649. whiteSpace: "nowrap",
  1650. verticalAlign: "middle",
  1651. touchAction: "manipulation",
  1652. cursor: "pointer",
  1653. "&:hover,&:focus": {
  1654. color: "#FFFFFF",
  1655. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  1656. boxShadow: "0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2)"
  1657. },
  1658. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1659. position: "relative",
  1660. display: "inline-block",
  1661. top: "0",
  1662. fontSize: "1.1rem",
  1663. marginRight: "4px",
  1664. verticalAlign: "middle"
  1665. },
  1666. "& svg": {
  1667. position: "relative",
  1668. display: "inline-block",
  1669. top: "0",
  1670. width: "18px",
  1671. height: "18px",
  1672. marginRight: "4px",
  1673. verticalAlign: "middle"
  1674. },
  1675. "&$justIcon": {
  1676. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1677. marginRight: "0px",
  1678. position: "absolute",
  1679. width: "100%",
  1680. transform: "none",
  1681. left: "0px",
  1682. top: "0px",
  1683. height: "100%",
  1684. lineHeight: "41px",
  1685. fontSize: "20px"
  1686. }
  1687. }
  1688. },
  1689. fullWidth: {
  1690. width: "100%"
  1691. },
  1692. primary: {
  1693. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  1694. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  1695. "&:hover,&:focus": {
  1696. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  1697. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  1698. }
  1699. },
  1700. info: {
  1701. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1702. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.12)}`,
  1703. "&:hover,&:focus": {
  1704. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1705. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}`
  1706. }
  1707. },
  1708. success: {
  1709. backgroundColor: nextjs_material_kit["u" /* successColor */],
  1710. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.12)}`,
  1711. "&:hover,&:focus": {
  1712. backgroundColor: nextjs_material_kit["u" /* successColor */],
  1713. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}`
  1714. }
  1715. },
  1716. warning: {
  1717. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  1718. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.12)}`,
  1719. "&:hover,&:focus": {
  1720. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  1721. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}`
  1722. }
  1723. },
  1724. danger: {
  1725. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  1726. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.12)}`,
  1727. "&:hover,&:focus": {
  1728. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  1729. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}`
  1730. }
  1731. },
  1732. rose: {
  1733. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  1734. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  1735. "&:hover,&:focus": {
  1736. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  1737. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  1738. }
  1739. },
  1740. white: {
  1741. "&,&:focus,&:hover,&:visited": {
  1742. backgroundColor: "#FFFFFF",
  1743. color: nextjs_material_kit["i" /* grayColor */]
  1744. }
  1745. },
  1746. twitter: {
  1747. backgroundColor: "#55acee",
  1748. color: "#fff",
  1749. boxShadow: "0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12)",
  1750. "&:hover,&:focus,&:visited": {
  1751. backgroundColor: "#55acee",
  1752. color: "#fff",
  1753. boxShadow: "0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2)"
  1754. }
  1755. },
  1756. facebook: {
  1757. backgroundColor: "#3b5998",
  1758. color: "#fff",
  1759. boxShadow: "0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12)",
  1760. "&:hover,&:focus": {
  1761. backgroundColor: "#3b5998",
  1762. color: "#fff",
  1763. boxShadow: "0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2)"
  1764. }
  1765. },
  1766. google: {
  1767. backgroundColor: "#dd4b39",
  1768. color: "#fff",
  1769. boxShadow: "0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12)",
  1770. "&:hover,&:focus": {
  1771. backgroundColor: "#dd4b39",
  1772. color: "#fff",
  1773. boxShadow: "0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2)"
  1774. }
  1775. },
  1776. github: {
  1777. backgroundColor: "#333333",
  1778. color: "#fff",
  1779. boxShadow: "0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12)",
  1780. "&:hover,&:focus": {
  1781. backgroundColor: "#333333",
  1782. color: "#fff",
  1783. boxShadow: "0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2)"
  1784. }
  1785. },
  1786. simple: {
  1787. "&,&:focus,&:hover,&:visited": {
  1788. color: "#FFFFFF",
  1789. background: "transparent",
  1790. boxShadow: "none"
  1791. },
  1792. "&$primary": {
  1793. "&,&:focus,&:hover,&:visited": {
  1794. color: nextjs_material_kit["p" /* primaryColor */]
  1795. }
  1796. },
  1797. "&$info": {
  1798. "&,&:focus,&:hover,&:visited": {
  1799. color: nextjs_material_kit["m" /* infoColor */]
  1800. }
  1801. },
  1802. "&$success": {
  1803. "&,&:focus,&:hover,&:visited": {
  1804. color: nextjs_material_kit["u" /* successColor */]
  1805. }
  1806. },
  1807. "&$warning": {
  1808. "&,&:focus,&:hover,&:visited": {
  1809. color: nextjs_material_kit["z" /* warningColor */]
  1810. }
  1811. },
  1812. "&$rose": {
  1813. "&,&:focus,&:hover,&:visited": {
  1814. color: nextjs_material_kit["r" /* roseColor */]
  1815. }
  1816. },
  1817. "&$danger": {
  1818. "&,&:focus,&:hover,&:visited": {
  1819. color: nextjs_material_kit["f" /* dangerColor */]
  1820. }
  1821. },
  1822. "&$twitter": {
  1823. "&,&:focus,&:hover,&:visited": {
  1824. color: "#55acee"
  1825. }
  1826. },
  1827. "&$facebook": {
  1828. "&,&:focus,&:hover,&:visited": {
  1829. color: "#3b5998"
  1830. }
  1831. },
  1832. "&$google": {
  1833. "&,&:focus,&:hover,&:visited": {
  1834. color: "#dd4b39"
  1835. }
  1836. },
  1837. "&$github": {
  1838. "&,&:focus,&:hover,&:visited": {
  1839. color: "#333333"
  1840. }
  1841. }
  1842. },
  1843. transparent: {
  1844. "&,&:focus,&:hover,&:visited": {
  1845. color: "inherit",
  1846. background: "transparent",
  1847. boxShadow: "none"
  1848. }
  1849. },
  1850. disabled: {
  1851. opacity: "0.65",
  1852. pointerEvents: "none"
  1853. },
  1854. lg: {
  1855. padding: "1.125rem 2.25rem",
  1856. fontSize: "0.875rem",
  1857. lineHeight: "1.333333",
  1858. borderRadius: "0.2rem"
  1859. },
  1860. sm: {
  1861. padding: "0.40625rem 1.25rem",
  1862. fontSize: "0.6875rem",
  1863. lineHeight: "1.5",
  1864. borderRadius: "0.2rem"
  1865. },
  1866. round: {
  1867. borderRadius: "30px"
  1868. },
  1869. block: {
  1870. width: "100% !important"
  1871. },
  1872. link: {
  1873. "&,&:hover,&:focus": {
  1874. backgroundColor: "transparent",
  1875. color: "#999999",
  1876. boxShadow: "none"
  1877. }
  1878. },
  1879. justIcon: {
  1880. paddingLeft: "12px",
  1881. paddingRight: "12px",
  1882. fontSize: "20px",
  1883. height: "41px",
  1884. minWidth: "41px",
  1885. width: "41px",
  1886. "& .fab,& .fas,& .far,& .fal,& svg,& .material-icons": {
  1887. marginRight: "0px"
  1888. },
  1889. "&$lg": {
  1890. height: "57px",
  1891. minWidth: "57px",
  1892. width: "57px",
  1893. lineHeight: "56px",
  1894. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1895. fontSize: "32px",
  1896. lineHeight: "56px"
  1897. },
  1898. "& svg": {
  1899. width: "32px",
  1900. height: "32px"
  1901. }
  1902. },
  1903. "&$sm": {
  1904. height: "30px",
  1905. minWidth: "30px",
  1906. width: "30px",
  1907. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1908. fontSize: "17px",
  1909. lineHeight: "29px"
  1910. },
  1911. "& svg": {
  1912. width: "17px",
  1913. height: "17px"
  1914. }
  1915. }
  1916. }
  1917. };
  1918. /* harmony default export */ var components_buttonStyle = (buttonStyle);
  1919. // CONCATENATED MODULE: ./components/CustomButtons/Button.js
  1920. var __jsx = external_react_default.a.createElement;
  1921. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  1922. function _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; }
  1923. function _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; }
  1924. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  1925. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  1926. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  1927. // nodejs library to set properties for components
  1928. // nodejs library that concatenates classes
  1929. // @material-ui/core components
  1930. // core components
  1931. const makeComponentStyles = makeStyles_default()(() => _objectSpread({}, components_buttonStyle));
  1932. const RegularButton = external_react_default.a.forwardRef((props, ref) => {
  1933. const {
  1934. color,
  1935. round,
  1936. children,
  1937. fullWidth,
  1938. disabled,
  1939. simple,
  1940. size,
  1941. block,
  1942. link,
  1943. justIcon,
  1944. className
  1945. } = props,
  1946. rest = _objectWithoutProperties(props, ["color", "round", "children", "fullWidth", "disabled", "simple", "size", "block", "link", "justIcon", "className"]);
  1947. const classes = makeComponentStyles();
  1948. const btnClasses = external_classnames_default()({
  1949. [classes.button]: true,
  1950. [classes[size]]: size,
  1951. [classes[color]]: color,
  1952. [classes.round]: round,
  1953. [classes.fullWidth]: fullWidth,
  1954. [classes.disabled]: disabled,
  1955. [classes.simple]: simple,
  1956. [classes.block]: block,
  1957. [classes.link]: link,
  1958. [classes.justIcon]: justIcon,
  1959. [className]: className
  1960. });
  1961. return __jsx(Button_default.a, _extends({}, rest, {
  1962. ref: ref,
  1963. classes: {
  1964. root: btnClasses
  1965. }
  1966. }), children);
  1967. });
  1968. /* harmony default export */ var Button = __webpack_exports__["a"] = (RegularButton);
  1969. /***/ }),
  1970. /***/ "M9IG":
  1971. /***/ (function(module, exports) {
  1972. /***/ }),
  1973. /***/ "M9mM":
  1974. /***/ (function(module, exports) {
  1975. module.exports = "/_next/static/images/banner2-9b13bfcc35584684c36fa83e18cb55f3.jpg";
  1976. /***/ }),
  1977. /***/ "MXZv":
  1978. /***/ (function(module, exports) {
  1979. module.exports = "/_next/static/images/emilia-d6ad9d26dda2a0eac3893d42b9bfcff8.jpg";
  1980. /***/ }),
  1981. /***/ "Ms0O":
  1982. /***/ (function(module, exports) {
  1983. module.exports = require("@material-ui/core/Toolbar");
  1984. /***/ }),
  1985. /***/ "O/hg":
  1986. /***/ (function(module, exports) {
  1987. module.exports = require("react-slick");
  1988. /***/ }),
  1989. /***/ "Osoz":
  1990. /***/ (function(module, exports) {
  1991. module.exports = require("next/dist/next-server/lib/router-context.js");
  1992. /***/ }),
  1993. /***/ "Q01v":
  1994. /***/ (function(module, exports) {
  1995. module.exports = require("@material-ui/core/Drawer");
  1996. /***/ }),
  1997. /***/ "QOEo":
  1998. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1999. "use strict";
  2000. // EXPORTS
  2001. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CustomDropdown; });
  2002. // EXTERNAL MODULE: external "react"
  2003. var external_react_ = __webpack_require__("cDcd");
  2004. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  2005. // EXTERNAL MODULE: external "classnames"
  2006. var external_classnames_ = __webpack_require__("K2gz");
  2007. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  2008. // EXTERNAL MODULE: external "@material-ui/core/styles"
  2009. var styles_ = __webpack_require__("9Pu4");
  2010. // EXTERNAL MODULE: external "@material-ui/core/MenuItem"
  2011. var MenuItem_ = __webpack_require__("x54t");
  2012. var MenuItem_default = /*#__PURE__*/__webpack_require__.n(MenuItem_);
  2013. // EXTERNAL MODULE: external "@material-ui/core/MenuList"
  2014. var MenuList_ = __webpack_require__("xmQw");
  2015. var MenuList_default = /*#__PURE__*/__webpack_require__.n(MenuList_);
  2016. // EXTERNAL MODULE: external "@material-ui/core/ClickAwayListener"
  2017. var ClickAwayListener_ = __webpack_require__("31Yn");
  2018. var ClickAwayListener_default = /*#__PURE__*/__webpack_require__.n(ClickAwayListener_);
  2019. // EXTERNAL MODULE: external "@material-ui/core/Paper"
  2020. var Paper_ = __webpack_require__("qt1I");
  2021. var Paper_default = /*#__PURE__*/__webpack_require__.n(Paper_);
  2022. // EXTERNAL MODULE: external "@material-ui/core/Grow"
  2023. var Grow_ = __webpack_require__("mf1M");
  2024. var Grow_default = /*#__PURE__*/__webpack_require__.n(Grow_);
  2025. // EXTERNAL MODULE: external "@material-ui/core/Divider"
  2026. var Divider_ = __webpack_require__("nybW");
  2027. var Divider_default = /*#__PURE__*/__webpack_require__.n(Divider_);
  2028. // EXTERNAL MODULE: external "@material-ui/core/Icon"
  2029. var Icon_ = __webpack_require__("7vM9");
  2030. var Icon_default = /*#__PURE__*/__webpack_require__.n(Icon_);
  2031. // EXTERNAL MODULE: external "@material-ui/core/Popper"
  2032. var Popper_ = __webpack_require__("jD8W");
  2033. var Popper_default = /*#__PURE__*/__webpack_require__.n(Popper_);
  2034. // EXTERNAL MODULE: ./components/CustomButtons/Button.js + 1 modules
  2035. var Button = __webpack_require__("Kg+a");
  2036. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  2037. var nextjs_material_kit = __webpack_require__("eDSW");
  2038. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/customDropdownStyle.js
  2039. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  2040. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  2041. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  2042. const customDropdownStyle = theme => ({
  2043. popperClose: {
  2044. pointerEvents: "none"
  2045. },
  2046. pooperNav: {
  2047. [theme.breakpoints.down("sm")]: {
  2048. position: "static !important",
  2049. left: "unset !important",
  2050. top: "unset !important",
  2051. transform: "none !important",
  2052. willChange: "none !important",
  2053. "& > div": {
  2054. boxShadow: "none !important",
  2055. marginLeft: "1.5rem",
  2056. marginRight: "1.5rem",
  2057. transition: "none !important",
  2058. marginTop: "0px !important",
  2059. marginBottom: "5px !important",
  2060. padding: "0px !important"
  2061. }
  2062. }
  2063. },
  2064. dropdown: {
  2065. borderRadius: "3px",
  2066. border: "0",
  2067. boxShadow: "0 2px 5px 0 rgba(0, 0, 0, 0.26)",
  2068. top: "100%",
  2069. zIndex: "1000",
  2070. minWidth: "160px",
  2071. padding: "5px 0",
  2072. margin: "2px 0 0",
  2073. fontSize: "14px",
  2074. textAlign: "left",
  2075. listStyle: "none",
  2076. backgroundColor: "#fff",
  2077. backgroundClip: "padding-box"
  2078. },
  2079. menuList: {
  2080. padding: "0"
  2081. },
  2082. popperResponsive: {
  2083. zIndex: "1200",
  2084. position: "absolute !important",
  2085. [theme.breakpoints.down("sm")]: {
  2086. zIndex: "1640",
  2087. position: "static !important",
  2088. float: "none",
  2089. width: "auto",
  2090. marginTop: "0",
  2091. backgroundColor: "transparent",
  2092. border: "0",
  2093. boxShadow: "none",
  2094. color: "black"
  2095. }
  2096. },
  2097. dropdownItem: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  2098. fontSize: "13px",
  2099. padding: "10px 20px",
  2100. margin: "0 5px",
  2101. borderRadius: "2px",
  2102. position: "relative",
  2103. transition: "all 150ms linear",
  2104. display: "block",
  2105. clear: "both",
  2106. fontWeight: "400",
  2107. height: "fit-content",
  2108. color: "#333",
  2109. whiteSpace: "nowrap",
  2110. minHeight: "unset"
  2111. }),
  2112. blackHover: {
  2113. "&:hover": {
  2114. boxShadow: "0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(33, 33, 33, 0.4)",
  2115. backgroundColor: "#212121",
  2116. color: "#fff"
  2117. }
  2118. },
  2119. primaryHover: {
  2120. "&:hover": _objectSpread({
  2121. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  2122. color: "#FFFFFF"
  2123. }, nextjs_material_kit["n" /* primaryBoxShadow */])
  2124. },
  2125. infoHover: {
  2126. "&:hover": _objectSpread({
  2127. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  2128. color: "#FFFFFF"
  2129. }, nextjs_material_kit["k" /* infoBoxShadow */])
  2130. },
  2131. successHover: {
  2132. "&:hover": _objectSpread({
  2133. backgroundColor: nextjs_material_kit["u" /* successColor */],
  2134. color: "#FFFFFF"
  2135. }, nextjs_material_kit["s" /* successBoxShadow */])
  2136. },
  2137. warningHover: {
  2138. "&:hover": _objectSpread({
  2139. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  2140. color: "#FFFFFF"
  2141. }, nextjs_material_kit["x" /* warningBoxShadow */])
  2142. },
  2143. dangerHover: {
  2144. "&:hover": _objectSpread({
  2145. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  2146. color: "#FFFFFF"
  2147. }, nextjs_material_kit["d" /* dangerBoxShadow */])
  2148. },
  2149. roseHover: {
  2150. "&:hover": _objectSpread({
  2151. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  2152. color: "#FFFFFF"
  2153. }, nextjs_material_kit["q" /* roseBoxShadow */])
  2154. },
  2155. dropdownItemRTL: {
  2156. textAlign: "right"
  2157. },
  2158. dropdownDividerItem: {
  2159. margin: "5px 0",
  2160. backgroundColor: "rgba(0, 0, 0, 0.12)",
  2161. height: "1px",
  2162. overflow: "hidden"
  2163. },
  2164. buttonIcon: {
  2165. width: "20px",
  2166. height: "20px"
  2167. },
  2168. caret: {
  2169. transition: "all 150ms ease-in",
  2170. display: "inline-block",
  2171. width: "0",
  2172. height: "0",
  2173. marginLeft: "4px",
  2174. verticalAlign: "middle",
  2175. borderTop: "4px solid",
  2176. borderRight: "4px solid transparent",
  2177. borderLeft: "4px solid transparent"
  2178. },
  2179. caretActive: {
  2180. transform: "rotate(180deg)"
  2181. },
  2182. caretRTL: {
  2183. marginRight: "4px"
  2184. },
  2185. dropdownHeader: {
  2186. display: "block",
  2187. padding: "0.1875rem 1.25rem",
  2188. fontSize: "0.75rem",
  2189. lineHeight: "1.428571",
  2190. color: "#777",
  2191. whiteSpace: "nowrap",
  2192. fontWeight: "inherit",
  2193. marginTop: "10px",
  2194. minHeight: "unset",
  2195. "&:hover,&:focus": {
  2196. backgroundColor: "transparent",
  2197. cursor: "auto"
  2198. }
  2199. },
  2200. noLiPadding: {
  2201. padding: "0"
  2202. }
  2203. });
  2204. /* harmony default export */ var components_customDropdownStyle = (customDropdownStyle);
  2205. // CONCATENATED MODULE: ./components/CustomDropdown/CustomDropdown.js
  2206. var __jsx = external_react_default.a.createElement;
  2207. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  2208. // nodejs library that concatenates classes
  2209. // nodejs library to set properties for components
  2210. // @material-ui/core components
  2211. // core components
  2212. const useStyles = Object(styles_["makeStyles"])(components_customDropdownStyle);
  2213. function CustomDropdown(props) {
  2214. const [anchorEl, setAnchorEl] = external_react_default.a.useState(null);
  2215. const handleClick = event => {
  2216. if (anchorEl && anchorEl.contains(event.target)) {
  2217. setAnchorEl(null);
  2218. } else {
  2219. setAnchorEl(event.currentTarget);
  2220. }
  2221. };
  2222. const handleClose = param => {
  2223. setAnchorEl(null);
  2224. if (props && props.onClick) {
  2225. props.onClick(param);
  2226. }
  2227. };
  2228. const handleCloseAway = event => {
  2229. if (anchorEl.contains(event.target)) {
  2230. return;
  2231. }
  2232. setAnchorEl(null);
  2233. };
  2234. const classes = useStyles();
  2235. const {
  2236. buttonText,
  2237. buttonIcon,
  2238. dropdownList,
  2239. buttonProps,
  2240. dropup,
  2241. dropdownHeader,
  2242. caret,
  2243. hoverColor,
  2244. left,
  2245. rtlActive,
  2246. noLiPadding,
  2247. navDropdown
  2248. } = props;
  2249. const caretClasses = external_classnames_default()({
  2250. [classes.caret]: true,
  2251. [classes.caretActive]: Boolean(anchorEl),
  2252. [classes.caretRTL]: rtlActive
  2253. });
  2254. const dropdownItem = external_classnames_default()({
  2255. [classes.dropdownItem]: true,
  2256. [classes[hoverColor + "Hover"]]: true,
  2257. [classes.noLiPadding]: noLiPadding,
  2258. [classes.dropdownItemRTL]: rtlActive
  2259. });
  2260. let icon = null;
  2261. switch (typeof buttonIcon) {
  2262. case "object":
  2263. icon = __jsx(props.buttonIcon, {
  2264. className: classes.buttonIcon
  2265. });
  2266. break;
  2267. case "string":
  2268. icon = __jsx(Icon_default.a, {
  2269. className: classes.buttonIcon
  2270. }, props.buttonIcon);
  2271. break;
  2272. default:
  2273. icon = null;
  2274. break;
  2275. }
  2276. return __jsx("div", null, __jsx("div", null, __jsx(Button["a" /* default */], _extends({
  2277. "aria-label": "Notifications",
  2278. "aria-owns": anchorEl ? "menu-list" : null,
  2279. "aria-haspopup": "true"
  2280. }, buttonProps, {
  2281. onClick: handleClick
  2282. }), icon, buttonText !== undefined ? buttonText : null, caret ? __jsx("b", {
  2283. className: caretClasses
  2284. }) : null)), __jsx(Popper_default.a, {
  2285. open: Boolean(anchorEl),
  2286. anchorEl: anchorEl,
  2287. transition: true,
  2288. disablePortal: true,
  2289. placement: dropup ? left ? "top-start" : "top" : left ? "bottom-start" : "bottom",
  2290. className: external_classnames_default()({
  2291. [classes.popperClose]: !anchorEl,
  2292. [classes.popperResponsive]: true,
  2293. [classes.pooperNav]: Boolean(anchorEl) && navDropdown
  2294. })
  2295. }, () => __jsx(Grow_default.a, {
  2296. in: Boolean(anchorEl),
  2297. id: "menu-list",
  2298. style: dropup ? {
  2299. transformOrigin: "0 100% 0"
  2300. } : {
  2301. transformOrigin: "0 0 0"
  2302. }
  2303. }, __jsx(Paper_default.a, {
  2304. className: classes.dropdown
  2305. }, __jsx(ClickAwayListener_default.a, {
  2306. onClickAway: handleCloseAway
  2307. }, __jsx(MenuList_default.a, {
  2308. role: "menu",
  2309. className: classes.menuList
  2310. }, dropdownHeader !== undefined ? __jsx(MenuItem_default.a, {
  2311. onClick: () => handleClose(dropdownHeader),
  2312. className: classes.dropdownHeader
  2313. }, dropdownHeader) : null, dropdownList.map((prop, key) => {
  2314. if (prop.divider) {
  2315. return __jsx(Divider_default.a, {
  2316. key: key,
  2317. onClick: () => handleClose("divider"),
  2318. className: classes.dropdownDividerItem
  2319. });
  2320. }
  2321. return __jsx(MenuItem_default.a, {
  2322. key: key,
  2323. onClick: () => handleClose(prop),
  2324. className: dropdownItem
  2325. }, prop);
  2326. })))))));
  2327. }
  2328. CustomDropdown.defaultProps = {
  2329. caret: true,
  2330. hoverColor: "primary"
  2331. };
  2332. /***/ }),
  2333. /***/ "T+ot":
  2334. /***/ (function(module, exports) {
  2335. /***/ }),
  2336. /***/ "UVoM":
  2337. /***/ (function(module, exports) {
  2338. module.exports = require("@material-ui/core/Typography");
  2339. /***/ }),
  2340. /***/ "Uynj":
  2341. /***/ (function(module, exports) {
  2342. module.exports = require("@material-ui/core/Container");
  2343. /***/ }),
  2344. /***/ "Wh1t":
  2345. /***/ (function(module, exports) {
  2346. module.exports = require("@material-ui/core/Button");
  2347. /***/ }),
  2348. /***/ "Y8uC":
  2349. /***/ (function(module, exports) {
  2350. module.exports = require("@material-ui/core/Hidden");
  2351. /***/ }),
  2352. /***/ "YFqc":
  2353. /***/ (function(module, exports, __webpack_require__) {
  2354. module.exports = __webpack_require__("cTJO")
  2355. /***/ }),
  2356. /***/ "YTqd":
  2357. /***/ (function(module, exports, __webpack_require__) {
  2358. "use strict";
  2359. Object.defineProperty(exports, "__esModule", {
  2360. value: true
  2361. }); // this isn't importing the escape-string-regex module
  2362. // to reduce bytes
  2363. function escapeRegex(str) {
  2364. return str.replace(/[|\\{}()[\]^$+*?.-]/g, '\\$&');
  2365. }
  2366. function getRouteRegex(normalizedRoute) {
  2367. // Escape all characters that could be considered RegEx
  2368. const escapedRoute = escapeRegex(normalizedRoute.replace(/\/$/, '') || '/');
  2369. const groups = {};
  2370. let groupIndex = 1;
  2371. const parameterizedRoute = escapedRoute.replace(/\/\\\[([^/]+?)\\\](?=\/|$)/g, (_, $1) => {
  2372. const isCatchAll = /^(\\\.){3}/.test($1);
  2373. groups[$1 // Un-escape key
  2374. .replace(/\\([|\\{}()[\]^$+*?.-])/g, '$1').replace(/^\.{3}/, '') // eslint-disable-next-line no-sequences
  2375. ] = {
  2376. pos: groupIndex++,
  2377. repeat: isCatchAll
  2378. };
  2379. return isCatchAll ? '/(.+?)' : '/([^/]+?)';
  2380. });
  2381. let namedParameterizedRoute; // dead code eliminate for browser since it's only needed
  2382. // while generating routes-manifest
  2383. if (true) {
  2384. namedParameterizedRoute = escapedRoute.replace(/\/\\\[([^/]+?)\\\](?=\/|$)/g, (_, $1) => {
  2385. const isCatchAll = /^(\\\.){3}/.test($1);
  2386. const key = $1 // Un-escape key
  2387. .replace(/\\([|\\{}()[\]^$+*?.-])/g, '$1').replace(/^\.{3}/, '');
  2388. return isCatchAll ? `/(?<${escapeRegex(key)}>.+?)` : `/(?<${escapeRegex(key)}>[^/]+?)`;
  2389. });
  2390. }
  2391. return Object.assign({
  2392. re: new RegExp('^' + parameterizedRoute + '(?:/)?$', 'i'),
  2393. groups
  2394. }, namedParameterizedRoute ? {
  2395. namedRegex: `^${namedParameterizedRoute}(?:/)?$`
  2396. } : {});
  2397. }
  2398. exports.getRouteRegex = getRouteRegex;
  2399. /***/ }),
  2400. /***/ "ZAH2":
  2401. /***/ (function(module, exports) {
  2402. module.exports = "/_next/static/images/wa-2ae55f7d04bded7d00a9e1d55df479f3.png";
  2403. /***/ }),
  2404. /***/ "aK6x":
  2405. /***/ (function(module, exports) {
  2406. module.exports = "/_next/static/images/1-416162d55345d3080e5f067b2bbba6d9.jpg";
  2407. /***/ }),
  2408. /***/ "bzos":
  2409. /***/ (function(module, exports) {
  2410. module.exports = require("url");
  2411. /***/ }),
  2412. /***/ "c25J":
  2413. /***/ (function(module, exports) {
  2414. module.exports = require("@material-ui/core/ListItem");
  2415. /***/ }),
  2416. /***/ "cDcd":
  2417. /***/ (function(module, exports) {
  2418. module.exports = require("react");
  2419. /***/ }),
  2420. /***/ "cTJO":
  2421. /***/ (function(module, exports, __webpack_require__) {
  2422. "use strict";
  2423. var _interopRequireDefault = __webpack_require__("AroE");
  2424. var _interopRequireWildcard = __webpack_require__("7KCV");
  2425. exports.__esModule = true;
  2426. exports.default = void 0;
  2427. var _react = _interopRequireWildcard(__webpack_require__("cDcd"));
  2428. var _url = __webpack_require__("bzos");
  2429. var _utils = __webpack_require__("kYf9");
  2430. var _router = _interopRequireDefault(__webpack_require__("nOHt"));
  2431. var _router2 = __webpack_require__("elyg");
  2432. function isLocal(href) {
  2433. var url = (0, _url.parse)(href, false, true);
  2434. var origin = (0, _url.parse)((0, _utils.getLocationOrigin)(), false, true);
  2435. return !url.host || url.protocol === origin.protocol && url.host === origin.host;
  2436. }
  2437. function memoizedFormatUrl(formatFunc) {
  2438. var lastHref = null;
  2439. var lastAs = null;
  2440. var lastResult = null;
  2441. return (href, as) => {
  2442. if (lastResult && href === lastHref && as === lastAs) {
  2443. return lastResult;
  2444. }
  2445. var result = formatFunc(href, as);
  2446. lastHref = href;
  2447. lastAs = as;
  2448. lastResult = result;
  2449. return result;
  2450. };
  2451. }
  2452. function formatUrl(url) {
  2453. return url && typeof url === 'object' ? (0, _utils.formatWithValidation)(url) : url;
  2454. }
  2455. var observer;
  2456. var listeners = new Map();
  2457. var IntersectionObserver = false ? undefined : null;
  2458. var prefetched = {};
  2459. function getObserver() {
  2460. // Return shared instance of IntersectionObserver if already created
  2461. if (observer) {
  2462. return observer;
  2463. } // Only create shared IntersectionObserver if supported in browser
  2464. if (!IntersectionObserver) {
  2465. return undefined;
  2466. }
  2467. return observer = new IntersectionObserver(entries => {
  2468. entries.forEach(entry => {
  2469. if (!listeners.has(entry.target)) {
  2470. return;
  2471. }
  2472. var cb = listeners.get(entry.target);
  2473. if (entry.isIntersecting || entry.intersectionRatio > 0) {
  2474. observer.unobserve(entry.target);
  2475. listeners.delete(entry.target);
  2476. cb();
  2477. }
  2478. });
  2479. }, {
  2480. rootMargin: '200px'
  2481. });
  2482. }
  2483. var listenToIntersections = (el, cb) => {
  2484. var observer = getObserver();
  2485. if (!observer) {
  2486. return () => {};
  2487. }
  2488. observer.observe(el);
  2489. listeners.set(el, cb);
  2490. return () => {
  2491. try {
  2492. observer.unobserve(el);
  2493. } catch (err) {
  2494. console.error(err);
  2495. }
  2496. listeners.delete(el);
  2497. };
  2498. };
  2499. class Link extends _react.Component {
  2500. constructor(props) {
  2501. super(props);
  2502. this.p = void 0;
  2503. this.cleanUpListeners = () => {};
  2504. this.formatUrls = memoizedFormatUrl((href, asHref) => {
  2505. return {
  2506. href: (0, _router2.addBasePath)(formatUrl(href)),
  2507. as: asHref ? (0, _router2.addBasePath)(formatUrl(asHref)) : asHref
  2508. };
  2509. });
  2510. this.linkClicked = e => {
  2511. var {
  2512. nodeName,
  2513. target
  2514. } = e.currentTarget;
  2515. if (nodeName === 'A' && (target && target !== '_self' || e.metaKey || e.ctrlKey || e.shiftKey || e.nativeEvent && e.nativeEvent.which === 2)) {
  2516. // ignore click for new tab / new window behavior
  2517. return;
  2518. }
  2519. var {
  2520. href,
  2521. as
  2522. } = this.formatUrls(this.props.href, this.props.as);
  2523. if (!isLocal(href)) {
  2524. // ignore click if it's outside our scope (e.g. https://google.com)
  2525. return;
  2526. }
  2527. var {
  2528. pathname
  2529. } = window.location;
  2530. href = (0, _url.resolve)(pathname, href);
  2531. as = as ? (0, _url.resolve)(pathname, as) : href;
  2532. e.preventDefault(); // avoid scroll for urls with anchor refs
  2533. var {
  2534. scroll
  2535. } = this.props;
  2536. if (scroll == null) {
  2537. scroll = as.indexOf('#') < 0;
  2538. } // replace state instead of push if prop is present
  2539. _router.default[this.props.replace ? 'replace' : 'push'](href, as, {
  2540. shallow: this.props.shallow
  2541. }).then(success => {
  2542. if (!success) return;
  2543. if (scroll) {
  2544. window.scrollTo(0, 0);
  2545. document.body.focus();
  2546. }
  2547. });
  2548. };
  2549. if (false) {}
  2550. this.p = props.prefetch !== false;
  2551. }
  2552. componentWillUnmount() {
  2553. this.cleanUpListeners();
  2554. }
  2555. getPaths() {
  2556. var {
  2557. pathname
  2558. } = window.location;
  2559. var {
  2560. href: parsedHref,
  2561. as: parsedAs
  2562. } = this.formatUrls(this.props.href, this.props.as);
  2563. var resolvedHref = (0, _url.resolve)(pathname, parsedHref);
  2564. return [resolvedHref, parsedAs ? (0, _url.resolve)(pathname, parsedAs) : resolvedHref];
  2565. }
  2566. handleRef(ref) {
  2567. if (this.p && IntersectionObserver && ref && ref.tagName) {
  2568. this.cleanUpListeners();
  2569. var isPrefetched = prefetched[this.getPaths().join( // Join on an invalid URI character
  2570. '%')];
  2571. if (!isPrefetched) {
  2572. this.cleanUpListeners = listenToIntersections(ref, () => {
  2573. this.prefetch();
  2574. });
  2575. }
  2576. }
  2577. } // The function is memoized so that no extra lifecycles are needed
  2578. // as per https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html
  2579. prefetch(options) {
  2580. if (!this.p || true) return; // Prefetch the JSON page if asked (only in the client)
  2581. var paths = this.getPaths(); // We need to handle a prefetch error here since we may be
  2582. // loading with priority which can reject but we don't
  2583. // want to force navigation since this is only a prefetch
  2584. _router.default.prefetch(paths[
  2585. /* href */
  2586. 0], paths[
  2587. /* asPath */
  2588. 1], options).catch(err => {
  2589. if (false) {}
  2590. });
  2591. prefetched[paths.join( // Join on an invalid URI character
  2592. '%')] = true;
  2593. }
  2594. render() {
  2595. var {
  2596. children
  2597. } = this.props;
  2598. var {
  2599. href,
  2600. as
  2601. } = this.formatUrls(this.props.href, this.props.as); // Deprecated. Warning shown by propType check. If the children provided is a string (<Link>example</Link>) we wrap it in an <a> tag
  2602. if (typeof children === 'string') {
  2603. children = _react.default.createElement("a", null, children);
  2604. } // This will return the first child, if multiple are provided it will throw an error
  2605. var child = _react.Children.only(children);
  2606. var props = {
  2607. ref: el => {
  2608. this.handleRef(el);
  2609. if (child && typeof child === 'object' && child.ref) {
  2610. if (typeof child.ref === 'function') child.ref(el);else if (typeof child.ref === 'object') {
  2611. child.ref.current = el;
  2612. }
  2613. }
  2614. },
  2615. onMouseEnter: e => {
  2616. if (child.props && typeof child.props.onMouseEnter === 'function') {
  2617. child.props.onMouseEnter(e);
  2618. }
  2619. this.prefetch({
  2620. priority: true
  2621. });
  2622. },
  2623. onClick: e => {
  2624. if (child.props && typeof child.props.onClick === 'function') {
  2625. child.props.onClick(e);
  2626. }
  2627. if (!e.defaultPrevented) {
  2628. this.linkClicked(e);
  2629. }
  2630. }
  2631. }; // If child is an <a> tag and doesn't have a href attribute, or if the 'passHref' property is
  2632. // defined, we specify the current 'href', so that repetition is not needed by the user
  2633. if (this.props.passHref || child.type === 'a' && !('href' in child.props)) {
  2634. props.href = as || href;
  2635. } // Add the ending slash to the paths. So, we can serve the
  2636. // "<page>/index.html" directly.
  2637. if (false) { var rewriteUrlForNextExport; }
  2638. return _react.default.cloneElement(child, props);
  2639. }
  2640. }
  2641. if (false) { var exact, PropTypes, warn; }
  2642. var _default = Link;
  2643. exports.default = _default;
  2644. /***/ }),
  2645. /***/ "cpj4":
  2646. /***/ (function(module, exports) {
  2647. /***/ }),
  2648. /***/ "dZ6Y":
  2649. /***/ (function(module, exports, __webpack_require__) {
  2650. "use strict";
  2651. /*
  2652. MIT License
  2653. Copyright (c) Jason Miller (https://jasonformat.com/)
  2654. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  2655. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  2656. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2657. */
  2658. Object.defineProperty(exports, "__esModule", {
  2659. value: true
  2660. });
  2661. function mitt() {
  2662. const all = Object.create(null);
  2663. return {
  2664. on(type, handler) {
  2665. ;
  2666. (all[type] || (all[type] = [])).push(handler);
  2667. },
  2668. off(type, handler) {
  2669. if (all[type]) {
  2670. // tslint:disable-next-line:no-bitwise
  2671. all[type].splice(all[type].indexOf(handler) >>> 0, 1);
  2672. }
  2673. },
  2674. emit(type, ...evts) {
  2675. // eslint-disable-next-line array-callback-return
  2676. ;
  2677. (all[type] || []).slice().map(handler => {
  2678. handler(...evts);
  2679. });
  2680. }
  2681. };
  2682. }
  2683. exports.default = mitt;
  2684. /***/ }),
  2685. /***/ "djX/":
  2686. /***/ (function(module, exports) {
  2687. module.exports = "/_next/static/images/honda-a638f272ea2bcb2f799a3e1b3d9cb10c.jpg";
  2688. /***/ }),
  2689. /***/ "eDSW":
  2690. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  2691. "use strict";
  2692. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hexToRGBAlpha; });
  2693. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return drawerWidth; });
  2694. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return transition; });
  2695. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return container; });
  2696. /* unused harmony export conatinerFluid */
  2697. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; });
  2698. /* unused harmony export card */
  2699. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return defaultFont; });
  2700. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return primaryColor; });
  2701. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return warningColor; });
  2702. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return dangerColor; });
  2703. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return successColor; });
  2704. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return infoColor; });
  2705. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return roseColor; });
  2706. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return grayColor; });
  2707. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return primaryBoxShadow; });
  2708. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return infoBoxShadow; });
  2709. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return successBoxShadow; });
  2710. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return warningBoxShadow; });
  2711. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return dangerBoxShadow; });
  2712. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return roseBoxShadow; });
  2713. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return warningCardHeader; });
  2714. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return successCardHeader; });
  2715. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return dangerCardHeader; });
  2716. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return infoCardHeader; });
  2717. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return primaryCardHeader; });
  2718. /* unused harmony export roseCardHeader */
  2719. /* unused harmony export cardActions */
  2720. /* unused harmony export cardHeader */
  2721. /* unused harmony export defaultBoxShadow */
  2722. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return title; });
  2723. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return cardTitle; });
  2724. /* unused harmony export cardLink */
  2725. /* unused harmony export cardSubtitle */
  2726. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  2727. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  2728. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  2729. const hexColorToRGB = function (hexColor) {
  2730. let detectShorthand = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; // #000 vs #000000
  2731. hexColor = hexColor.replace(detectShorthand, function (m, r, g, b) {
  2732. return r + r + g + g + b + b;
  2733. });
  2734. const hex_array = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hexColor); // #000000 to #ffffff
  2735. return hex_array ? {
  2736. r: parseInt(hex_array[1], 16),
  2737. // 0-255
  2738. g: parseInt(hex_array[2], 16),
  2739. // 0-255
  2740. b: parseInt(hex_array[3], 16) // 0-255
  2741. } : null;
  2742. };
  2743. const hexToRGBAlpha = function (hexColor, alpha) {
  2744. let rgb = hexColorToRGB(hexColor);
  2745. return `rgba(${rgb.r},${rgb.g},${rgb.b},${alpha})`;
  2746. };
  2747. const drawerWidth = 260;
  2748. const transition = {
  2749. transition: "all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)"
  2750. };
  2751. const conatinerFluid = {
  2752. paddingRight: "15px",
  2753. paddingLeft: "15px",
  2754. marginRight: "auto",
  2755. marginLeft: "auto",
  2756. width: "100%"
  2757. };
  2758. const container = _objectSpread({}, conatinerFluid, {
  2759. "@media (min-width: 576px)": {
  2760. maxWidth: "540px"
  2761. },
  2762. "@media (min-width: 768px)": {
  2763. maxWidth: "720px"
  2764. },
  2765. "@media (min-width: 992px)": {
  2766. maxWidth: "960px"
  2767. },
  2768. "@media (min-width: 1200px)": {
  2769. maxWidth: "1140px"
  2770. }
  2771. });
  2772. const boxShadow = {
  2773. boxShadow: "0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)"
  2774. };
  2775. const card = {
  2776. display: "inline-block",
  2777. position: "relative",
  2778. width: "100%",
  2779. margin: "25px 0",
  2780. boxShadow: "0 1px 4px 0 rgba(0, 0, 0, 0.14)",
  2781. borderRadius: "3px",
  2782. color: "rgba(0, 0, 0, 0.87)",
  2783. background: "#fff"
  2784. };
  2785. const defaultFont = {
  2786. fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
  2787. fontWeight: "300",
  2788. lineHeight: "1.5em"
  2789. };
  2790. const primaryColor = "#212121";
  2791. const warningColor = "#ff9800";
  2792. const dangerColor = "#f44336";
  2793. const successColor = "#4caf50";
  2794. const infoColor = "#212121";
  2795. const roseColor = "#e91e63";
  2796. const grayColor = "#ffffff";
  2797. const primaryBoxShadow = {
  2798. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(primaryColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(primaryColor, 0.2)}`
  2799. };
  2800. const infoBoxShadow = {
  2801. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(infoColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(infoColor, 0.2)}`
  2802. };
  2803. const successBoxShadow = {
  2804. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(successColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(successColor, 0.2)}`
  2805. };
  2806. const warningBoxShadow = {
  2807. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(warningColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(warningColor, 0.2)}`
  2808. };
  2809. const dangerBoxShadow = {
  2810. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(dangerColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(dangerColor, 0.2)}`
  2811. };
  2812. const roseBoxShadow = {
  2813. boxShadow: `0 4px 20px 0px ${hexToRGBAlpha("#000", 0.14)}, 0 7px 10px -5px ${hexToRGBAlpha(roseColor, 0.4)}`
  2814. };
  2815. const warningCardHeader = _objectSpread({
  2816. color: "#fff",
  2817. background: "linear-gradient(60deg, #ffa726, #fb8c00)"
  2818. }, warningBoxShadow);
  2819. const successCardHeader = _objectSpread({
  2820. color: "#fff",
  2821. background: "linear-gradient(60deg, #66bb6a, #43a047)"
  2822. }, successBoxShadow);
  2823. const dangerCardHeader = _objectSpread({
  2824. color: "#fff",
  2825. background: "linear-gradient(60deg, #ef5350, #e53935)"
  2826. }, dangerBoxShadow);
  2827. const infoCardHeader = _objectSpread({
  2828. color: "#fff",
  2829. background: "#212121"
  2830. }, infoBoxShadow);
  2831. const primaryCardHeader = _objectSpread({
  2832. color: "#fff",
  2833. background: "linear-gradient(60deg, #ab47bc, #8e24aa)"
  2834. }, primaryBoxShadow);
  2835. const roseCardHeader = _objectSpread({
  2836. color: "#fff",
  2837. background: "linear-gradient(60deg, #ec407a, #d81b60)"
  2838. }, roseBoxShadow);
  2839. const cardActions = _objectSpread({
  2840. margin: "0 20px 10px",
  2841. paddingTop: "10px",
  2842. borderTop: "1px solid #eeeeee",
  2843. height: "auto"
  2844. }, defaultFont);
  2845. const cardHeader = {
  2846. margin: "-30px 15px 0",
  2847. borderRadius: "3px",
  2848. padding: "15px"
  2849. };
  2850. const defaultBoxShadow = {
  2851. border: "0",
  2852. borderRadius: "3px",
  2853. boxShadow: "0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)",
  2854. padding: "10px 0",
  2855. transition: "all 150ms ease 0s"
  2856. };
  2857. const title = {
  2858. color: "#ffffff",
  2859. margin: "1.75rem 0 0.875rem",
  2860. textDecoration: "none",
  2861. fontWeight: "700",
  2862. fontFamily: `"Roboto Slab", "Times New Roman", serif`
  2863. };
  2864. const cardTitle = _objectSpread({}, title, {
  2865. marginTop: ".625rem"
  2866. });
  2867. const cardLink = {
  2868. "& + $cardLink": {
  2869. marginLeft: "1.25rem"
  2870. }
  2871. };
  2872. const cardSubtitle = {
  2873. marginBottom: "0",
  2874. marginTop: "-.375rem"
  2875. };
  2876. /***/ }),
  2877. /***/ "elyg":
  2878. /***/ (function(module, exports, __webpack_require__) {
  2879. "use strict";
  2880. var __importDefault = this && this.__importDefault || function (mod) {
  2881. return mod && mod.__esModule ? mod : {
  2882. "default": mod
  2883. };
  2884. };
  2885. Object.defineProperty(exports, "__esModule", {
  2886. value: true
  2887. });
  2888. const url_1 = __webpack_require__("bzos");
  2889. const mitt_1 = __importDefault(__webpack_require__("dZ6Y"));
  2890. const utils_1 = __webpack_require__("g/15");
  2891. const is_dynamic_1 = __webpack_require__("/jkW");
  2892. const route_matcher_1 = __webpack_require__("gguc");
  2893. const route_regex_1 = __webpack_require__("YTqd");
  2894. const basePath = false || '';
  2895. function addBasePath(path) {
  2896. return path.indexOf(basePath) !== 0 ? basePath + path : path;
  2897. }
  2898. exports.addBasePath = addBasePath;
  2899. function delBasePath(path) {
  2900. return path.indexOf(basePath) === 0 ? path.substr(basePath.length) || '/' : path;
  2901. }
  2902. exports.delBasePath = delBasePath;
  2903. function toRoute(path) {
  2904. return path.replace(/\/$/, '') || '/';
  2905. }
  2906. const prepareRoute = path => toRoute(!path || path === '/' ? '/index' : path);
  2907. function fetchNextData(pathname, query, isServerRender, cb) {
  2908. let attempts = isServerRender ? 3 : 1;
  2909. function getResponse() {
  2910. return fetch(utils_1.formatWithValidation({
  2911. pathname: addBasePath( // @ts-ignore __NEXT_DATA__
  2912. `/_next/data/${__NEXT_DATA__.buildId}${delBasePath(pathname)}.json`),
  2913. query
  2914. }), {
  2915. // Cookies are required to be present for Next.js' SSG "Preview Mode".
  2916. // Cookies may also be required for `getServerSideProps`.
  2917. //
  2918. // > `fetch` won’t send cookies, unless you set the credentials init
  2919. // > option.
  2920. // https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
  2921. //
  2922. // > For maximum browser compatibility when it comes to sending &
  2923. // > receiving cookies, always supply the `credentials: 'same-origin'`
  2924. // > option instead of relying on the default.
  2925. // https://github.com/github/fetch#caveats
  2926. credentials: 'same-origin'
  2927. }).then(res => {
  2928. if (!res.ok) {
  2929. if (--attempts > 0 && res.status >= 500) {
  2930. return getResponse();
  2931. }
  2932. throw new Error(`Failed to load static props`);
  2933. }
  2934. return res.json();
  2935. });
  2936. }
  2937. return getResponse().then(data => {
  2938. return cb ? cb(data) : data;
  2939. }).catch(err => {
  2940. // We should only trigger a server-side transition if this was caused
  2941. // on a client-side transition. Otherwise, we'd get into an infinite
  2942. // loop.
  2943. if (!isServerRender) {
  2944. ;
  2945. err.code = 'PAGE_LOAD_ERROR';
  2946. }
  2947. throw err;
  2948. });
  2949. }
  2950. class Router {
  2951. constructor(pathname, query, as, {
  2952. initialProps,
  2953. pageLoader,
  2954. App,
  2955. wrapApp,
  2956. Component,
  2957. err,
  2958. subscription,
  2959. isFallback
  2960. }) {
  2961. // Static Data Cache
  2962. this.sdc = {};
  2963. this.onPopState = e => {
  2964. if (!e.state) {
  2965. // We get state as undefined for two reasons.
  2966. // 1. With older safari (< 8) and older chrome (< 34)
  2967. // 2. When the URL changed with #
  2968. //
  2969. // In the both cases, we don't need to proceed and change the route.
  2970. // (as it's already changed)
  2971. // But we can simply replace the state with the new changes.
  2972. // Actually, for (1) we don't need to nothing. But it's hard to detect that event.
  2973. // So, doing the following for (1) does no harm.
  2974. const {
  2975. pathname,
  2976. query
  2977. } = this;
  2978. this.changeState('replaceState', utils_1.formatWithValidation({
  2979. pathname,
  2980. query
  2981. }), utils_1.getURL());
  2982. return;
  2983. } // Make sure we don't re-render on initial load,
  2984. // can be caused by navigating back from an external site
  2985. if (e.state && this.isSsr && e.state.as === this.asPath && url_1.parse(e.state.url).pathname === this.pathname) {
  2986. return;
  2987. } // If the downstream application returns falsy, return.
  2988. // They will then be responsible for handling the event.
  2989. if (this._bps && !this._bps(e.state)) {
  2990. return;
  2991. }
  2992. const {
  2993. url,
  2994. as,
  2995. options
  2996. } = e.state;
  2997. if (false) {}
  2998. this.replace(url, as, options);
  2999. };
  3000. this._getStaticData = asPath => {
  3001. const pathname = prepareRoute(url_1.parse(asPath).pathname);
  3002. return true && this.sdc[pathname] ? Promise.resolve(this.sdc[pathname]) : fetchNextData(pathname, null, this.isSsr, data => this.sdc[pathname] = data);
  3003. };
  3004. this._getServerData = asPath => {
  3005. let {
  3006. pathname,
  3007. query
  3008. } = url_1.parse(asPath, true);
  3009. pathname = prepareRoute(pathname);
  3010. return fetchNextData(pathname, query, this.isSsr);
  3011. }; // represents the current component key
  3012. this.route = toRoute(pathname); // set up the component cache (by route keys)
  3013. this.components = {}; // We should not keep the cache, if there's an error
  3014. // Otherwise, this cause issues when when going back and
  3015. // come again to the errored page.
  3016. if (pathname !== '/_error') {
  3017. this.components[this.route] = {
  3018. Component,
  3019. props: initialProps,
  3020. err,
  3021. __N_SSG: initialProps && initialProps.__N_SSG,
  3022. __N_SSP: initialProps && initialProps.__N_SSP
  3023. };
  3024. }
  3025. this.components['/_app'] = {
  3026. Component: App
  3027. }; // Backwards compat for Router.router.events
  3028. // TODO: Should be remove the following major version as it was never documented
  3029. this.events = Router.events;
  3030. this.pageLoader = pageLoader;
  3031. this.pathname = pathname;
  3032. this.query = query; // if auto prerendered and dynamic route wait to update asPath
  3033. // until after mount to prevent hydration mismatch
  3034. this.asPath = // @ts-ignore this is temporarily global (attached to window)
  3035. is_dynamic_1.isDynamicRoute(pathname) && __NEXT_DATA__.autoExport ? pathname : as;
  3036. this.basePath = basePath;
  3037. this.sub = subscription;
  3038. this.clc = null;
  3039. this._wrapApp = wrapApp; // make sure to ignore extra popState in safari on navigating
  3040. // back from external site
  3041. this.isSsr = true;
  3042. this.isFallback = isFallback;
  3043. if (false) {}
  3044. } // @deprecated backwards compatibility even though it's a private method.
  3045. static _rewriteUrlForNextExport(url) {
  3046. if (false) {} else {
  3047. return url;
  3048. }
  3049. }
  3050. update(route, mod) {
  3051. const Component = mod.default || mod;
  3052. const data = this.components[route];
  3053. if (!data) {
  3054. throw new Error(`Cannot update unavailable route: ${route}`);
  3055. }
  3056. const newData = Object.assign(Object.assign({}, data), {
  3057. Component,
  3058. __N_SSG: mod.__N_SSG,
  3059. __N_SSP: mod.__N_SSP
  3060. });
  3061. this.components[route] = newData; // pages/_app.js updated
  3062. if (route === '/_app') {
  3063. this.notify(this.components[this.route]);
  3064. return;
  3065. }
  3066. if (route === this.route) {
  3067. this.notify(newData);
  3068. }
  3069. }
  3070. reload() {
  3071. window.location.reload();
  3072. }
  3073. /**
  3074. * Go back in history
  3075. */
  3076. back() {
  3077. window.history.back();
  3078. }
  3079. /**
  3080. * Performs a `pushState` with arguments
  3081. * @param url of the route
  3082. * @param as masks `url` for the browser
  3083. * @param options object you can define `shallow` and other options
  3084. */
  3085. push(url, as = url, options = {}) {
  3086. return this.change('pushState', url, as, options);
  3087. }
  3088. /**
  3089. * Performs a `replaceState` with arguments
  3090. * @param url of the route
  3091. * @param as masks `url` for the browser
  3092. * @param options object you can define `shallow` and other options
  3093. */
  3094. replace(url, as = url, options = {}) {
  3095. return this.change('replaceState', url, as, options);
  3096. }
  3097. change(method, _url, _as, options) {
  3098. return new Promise((resolve, reject) => {
  3099. if (!options._h) {
  3100. this.isSsr = false;
  3101. } // marking route changes as a navigation start entry
  3102. if (utils_1.ST) {
  3103. performance.mark('routeChange');
  3104. } // If url and as provided as an object representation,
  3105. // we'll format them into the string version here.
  3106. let url = typeof _url === 'object' ? utils_1.formatWithValidation(_url) : _url;
  3107. let as = typeof _as === 'object' ? utils_1.formatWithValidation(_as) : _as;
  3108. url = addBasePath(url);
  3109. as = addBasePath(as); // Add the ending slash to the paths. So, we can serve the
  3110. // "<page>/index.html" directly for the SSR page.
  3111. if (false) {}
  3112. this.abortComponentLoad(as); // If the url change is only related to a hash change
  3113. // We should not proceed. We should only change the state.
  3114. // WARNING: `_h` is an internal option for handing Next.js client-side
  3115. // hydration. Your app should _never_ use this property. It may change at
  3116. // any time without notice.
  3117. if (!options._h && this.onlyAHashChange(as)) {
  3118. this.asPath = as;
  3119. Router.events.emit('hashChangeStart', as);
  3120. this.changeState(method, url, as, options);
  3121. this.scrollToHash(as);
  3122. Router.events.emit('hashChangeComplete', as);
  3123. return resolve(true);
  3124. }
  3125. const {
  3126. pathname,
  3127. query,
  3128. protocol
  3129. } = url_1.parse(url, true);
  3130. if (!pathname || protocol) {
  3131. if (false) {}
  3132. return resolve(false);
  3133. } // If asked to change the current URL we should reload the current page
  3134. // (not location.reload() but reload getInitialProps and other Next.js stuffs)
  3135. // We also need to set the method = replaceState always
  3136. // as this should not go into the history (That's how browsers work)
  3137. // We should compare the new asPath to the current asPath, not the url
  3138. if (!this.urlIsNew(as)) {
  3139. method = 'replaceState';
  3140. }
  3141. const route = toRoute(pathname);
  3142. const {
  3143. shallow = false
  3144. } = options;
  3145. if (is_dynamic_1.isDynamicRoute(route)) {
  3146. const {
  3147. pathname: asPathname
  3148. } = url_1.parse(as);
  3149. const routeRegex = route_regex_1.getRouteRegex(route);
  3150. const routeMatch = route_matcher_1.getRouteMatcher(routeRegex)(asPathname);
  3151. if (!routeMatch) {
  3152. const missingParams = Object.keys(routeRegex.groups).filter(param => !query[param]);
  3153. if (missingParams.length > 0) {
  3154. if (false) {}
  3155. return reject(new Error(`The provided \`as\` value (${asPathname}) is incompatible with the \`href\` value (${route}). ` + `Read more: https://err.sh/zeit/next.js/incompatible-href-as`));
  3156. }
  3157. } else {
  3158. // Merge params into `query`, overwriting any specified in search
  3159. Object.assign(query, routeMatch);
  3160. }
  3161. }
  3162. Router.events.emit('routeChangeStart', as); // If shallow is true and the route exists in the router cache we reuse the previous result
  3163. this.getRouteInfo(route, pathname, query, as, shallow).then(routeInfo => {
  3164. const {
  3165. error
  3166. } = routeInfo;
  3167. if (error && error.cancelled) {
  3168. return resolve(false);
  3169. }
  3170. Router.events.emit('beforeHistoryChange', as);
  3171. this.changeState(method, url, as, options);
  3172. if (false) {}
  3173. this.set(route, pathname, query, as, routeInfo);
  3174. if (error) {
  3175. Router.events.emit('routeChangeError', error, as);
  3176. throw error;
  3177. }
  3178. Router.events.emit('routeChangeComplete', as);
  3179. return resolve(true);
  3180. }, reject);
  3181. });
  3182. }
  3183. changeState(method, url, as, options = {}) {
  3184. if (false) {}
  3185. if (method !== 'pushState' || utils_1.getURL() !== as) {
  3186. window.history[method]({
  3187. url,
  3188. as,
  3189. options
  3190. }, // Most browsers currently ignores this parameter, although they may use it in the future.
  3191. // Passing the empty string here should be safe against future changes to the method.
  3192. // https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
  3193. '', as);
  3194. }
  3195. }
  3196. getRouteInfo(route, pathname, query, as, shallow = false) {
  3197. const cachedRouteInfo = this.components[route]; // If there is a shallow route transition possible
  3198. // If the route is already rendered on the screen.
  3199. if (shallow && cachedRouteInfo && this.route === route) {
  3200. return Promise.resolve(cachedRouteInfo);
  3201. }
  3202. const handleError = (err, loadErrorFail) => {
  3203. return new Promise(resolve => {
  3204. if (err.code === 'PAGE_LOAD_ERROR' || loadErrorFail) {
  3205. // If we can't load the page it could be one of following reasons
  3206. // 1. Page doesn't exists
  3207. // 2. Page does exist in a different zone
  3208. // 3. Internal error while loading the page
  3209. // So, doing a hard reload is the proper way to deal with this.
  3210. window.location.href = as; // Changing the URL doesn't block executing the current code path.
  3211. // So, we need to mark it as a cancelled error and stop the routing logic.
  3212. err.cancelled = true; // @ts-ignore TODO: fix the control flow here
  3213. return resolve({
  3214. error: err
  3215. });
  3216. }
  3217. if (err.cancelled) {
  3218. // @ts-ignore TODO: fix the control flow here
  3219. return resolve({
  3220. error: err
  3221. });
  3222. }
  3223. resolve(this.fetchComponent('/_error').then(res => {
  3224. const {
  3225. page: Component
  3226. } = res;
  3227. const routeInfo = {
  3228. Component,
  3229. err
  3230. };
  3231. return new Promise(resolve => {
  3232. this.getInitialProps(Component, {
  3233. err,
  3234. pathname,
  3235. query
  3236. }).then(props => {
  3237. routeInfo.props = props;
  3238. routeInfo.error = err;
  3239. resolve(routeInfo);
  3240. }, gipErr => {
  3241. console.error('Error in error page `getInitialProps`: ', gipErr);
  3242. routeInfo.error = err;
  3243. routeInfo.props = {};
  3244. resolve(routeInfo);
  3245. });
  3246. });
  3247. }).catch(err => handleError(err, true)));
  3248. });
  3249. };
  3250. return new Promise((resolve, reject) => {
  3251. if (cachedRouteInfo) {
  3252. return resolve(cachedRouteInfo);
  3253. }
  3254. this.fetchComponent(route).then(res => resolve({
  3255. Component: res.page,
  3256. __N_SSG: res.mod.__N_SSG,
  3257. __N_SSP: res.mod.__N_SSP
  3258. }), reject);
  3259. }).then(routeInfo => {
  3260. const {
  3261. Component,
  3262. __N_SSG,
  3263. __N_SSP
  3264. } = routeInfo;
  3265. if (false) {}
  3266. return this._getData(() => __N_SSG ? this._getStaticData(as) : __N_SSP ? this._getServerData(as) : this.getInitialProps(Component, // we provide AppTree later so this needs to be `any`
  3267. {
  3268. pathname,
  3269. query,
  3270. asPath: as
  3271. })).then(props => {
  3272. routeInfo.props = props;
  3273. this.components[route] = routeInfo;
  3274. return routeInfo;
  3275. });
  3276. }).catch(handleError);
  3277. }
  3278. set(route, pathname, query, as, data) {
  3279. this.isFallback = false;
  3280. this.route = route;
  3281. this.pathname = pathname;
  3282. this.query = query;
  3283. this.asPath = as;
  3284. this.notify(data);
  3285. }
  3286. /**
  3287. * Callback to execute before replacing router state
  3288. * @param cb callback to be executed
  3289. */
  3290. beforePopState(cb) {
  3291. this._bps = cb;
  3292. }
  3293. onlyAHashChange(as) {
  3294. if (!this.asPath) return false;
  3295. const [oldUrlNoHash, oldHash] = this.asPath.split('#');
  3296. const [newUrlNoHash, newHash] = as.split('#'); // Makes sure we scroll to the provided hash if the url/hash are the same
  3297. if (newHash && oldUrlNoHash === newUrlNoHash && oldHash === newHash) {
  3298. return true;
  3299. } // If the urls are change, there's more than a hash change
  3300. if (oldUrlNoHash !== newUrlNoHash) {
  3301. return false;
  3302. } // If the hash has changed, then it's a hash only change.
  3303. // This check is necessary to handle both the enter and
  3304. // leave hash === '' cases. The identity case falls through
  3305. // and is treated as a next reload.
  3306. return oldHash !== newHash;
  3307. }
  3308. scrollToHash(as) {
  3309. const [, hash] = as.split('#'); // Scroll to top if the hash is just `#` with no value
  3310. if (hash === '') {
  3311. window.scrollTo(0, 0);
  3312. return;
  3313. } // First we check if the element by id is found
  3314. const idEl = document.getElementById(hash);
  3315. if (idEl) {
  3316. idEl.scrollIntoView();
  3317. return;
  3318. } // If there's no element with the id, we check the `name` property
  3319. // To mirror browsers
  3320. const nameEl = document.getElementsByName(hash)[0];
  3321. if (nameEl) {
  3322. nameEl.scrollIntoView();
  3323. }
  3324. }
  3325. urlIsNew(asPath) {
  3326. return this.asPath !== asPath;
  3327. }
  3328. /**
  3329. * Prefetch page code, you may wait for the data during page rendering.
  3330. * This feature only works in production!
  3331. * @param url the href of prefetched page
  3332. * @param asPath the as path of the prefetched page
  3333. */
  3334. prefetch(url, asPath = url, options = {}) {
  3335. return new Promise((resolve, reject) => {
  3336. const {
  3337. pathname,
  3338. protocol
  3339. } = url_1.parse(url);
  3340. if (!pathname || protocol) {
  3341. if (false) {}
  3342. return;
  3343. } // Prefetch is not supported in development mode because it would trigger on-demand-entries
  3344. if (false) {}
  3345. const route = delBasePath(toRoute(pathname));
  3346. Promise.all([this.pageLoader.prefetchData(url, delBasePath(asPath)), this.pageLoader[options.priority ? 'loadPage' : 'prefetch'](route)]).then(() => resolve(), reject);
  3347. });
  3348. }
  3349. async fetchComponent(route) {
  3350. let cancelled = false;
  3351. const cancel = this.clc = () => {
  3352. cancelled = true;
  3353. };
  3354. route = delBasePath(route);
  3355. const componentResult = await this.pageLoader.loadPage(route);
  3356. if (cancelled) {
  3357. const error = new Error(`Abort fetching component for route: "${route}"`);
  3358. error.cancelled = true;
  3359. throw error;
  3360. }
  3361. if (cancel === this.clc) {
  3362. this.clc = null;
  3363. }
  3364. return componentResult;
  3365. }
  3366. _getData(fn) {
  3367. let cancelled = false;
  3368. const cancel = () => {
  3369. cancelled = true;
  3370. };
  3371. this.clc = cancel;
  3372. return fn().then(data => {
  3373. if (cancel === this.clc) {
  3374. this.clc = null;
  3375. }
  3376. if (cancelled) {
  3377. const err = new Error('Loading initial props cancelled');
  3378. err.cancelled = true;
  3379. throw err;
  3380. }
  3381. return data;
  3382. });
  3383. }
  3384. getInitialProps(Component, ctx) {
  3385. const {
  3386. Component: App
  3387. } = this.components['/_app'];
  3388. const AppTree = this._wrapApp(App);
  3389. ctx.AppTree = AppTree;
  3390. return utils_1.loadGetInitialProps(App, {
  3391. AppTree,
  3392. Component,
  3393. router: this,
  3394. ctx
  3395. });
  3396. }
  3397. abortComponentLoad(as) {
  3398. if (this.clc) {
  3399. const e = new Error('Route Cancelled');
  3400. e.cancelled = true;
  3401. Router.events.emit('routeChangeError', e, as);
  3402. this.clc();
  3403. this.clc = null;
  3404. }
  3405. }
  3406. notify(data) {
  3407. this.sub(data, this.components['/_app'].Component);
  3408. }
  3409. }
  3410. exports.default = Router;
  3411. Router.events = mitt_1.default();
  3412. /***/ }),
  3413. /***/ "ewzQ":
  3414. /***/ (function(module, exports) {
  3415. module.exports = "/_next/static/images/2-1080f82f8b1e678dc61ed590cf39b1b8.jpg";
  3416. /***/ }),
  3417. /***/ "fJ1K":
  3418. /***/ (function(module, exports) {
  3419. module.exports = "/_next/static/images/6-66e3aad6f5f3098dfdc1586ee76f2122.jpg";
  3420. /***/ }),
  3421. /***/ "g/15":
  3422. /***/ (function(module, exports, __webpack_require__) {
  3423. "use strict";
  3424. Object.defineProperty(exports, "__esModule", {
  3425. value: true
  3426. });
  3427. const url_1 = __webpack_require__("bzos");
  3428. /**
  3429. * Utils
  3430. */
  3431. function execOnce(fn) {
  3432. let used = false;
  3433. let result;
  3434. return (...args) => {
  3435. if (!used) {
  3436. used = true;
  3437. result = fn(...args);
  3438. }
  3439. return result;
  3440. };
  3441. }
  3442. exports.execOnce = execOnce;
  3443. function getLocationOrigin() {
  3444. const {
  3445. protocol,
  3446. hostname,
  3447. port
  3448. } = window.location;
  3449. return `${protocol}//${hostname}${port ? ':' + port : ''}`;
  3450. }
  3451. exports.getLocationOrigin = getLocationOrigin;
  3452. function getURL() {
  3453. const {
  3454. href
  3455. } = window.location;
  3456. const origin = getLocationOrigin();
  3457. return href.substring(origin.length);
  3458. }
  3459. exports.getURL = getURL;
  3460. function getDisplayName(Component) {
  3461. return typeof Component === 'string' ? Component : Component.displayName || Component.name || 'Unknown';
  3462. }
  3463. exports.getDisplayName = getDisplayName;
  3464. function isResSent(res) {
  3465. return res.finished || res.headersSent;
  3466. }
  3467. exports.isResSent = isResSent;
  3468. async function loadGetInitialProps(App, ctx) {
  3469. var _a;
  3470. if (false) {} // when called from _app `ctx` is nested in `ctx`
  3471. const res = ctx.res || ctx.ctx && ctx.ctx.res;
  3472. if (!App.getInitialProps) {
  3473. if (ctx.ctx && ctx.Component) {
  3474. // @ts-ignore pageProps default
  3475. return {
  3476. pageProps: await loadGetInitialProps(ctx.Component, ctx.ctx)
  3477. };
  3478. }
  3479. return {};
  3480. }
  3481. const props = await App.getInitialProps(ctx);
  3482. if (res && isResSent(res)) {
  3483. return props;
  3484. }
  3485. if (!props) {
  3486. const message = `"${getDisplayName(App)}.getInitialProps()" should resolve to an object. But found "${props}" instead.`;
  3487. throw new Error(message);
  3488. }
  3489. if (false) {}
  3490. return props;
  3491. }
  3492. exports.loadGetInitialProps = loadGetInitialProps;
  3493. exports.urlObjectKeys = ['auth', 'hash', 'host', 'hostname', 'href', 'path', 'pathname', 'port', 'protocol', 'query', 'search', 'slashes'];
  3494. function formatWithValidation(url, options) {
  3495. if (false) {}
  3496. return url_1.format(url, options);
  3497. }
  3498. exports.formatWithValidation = formatWithValidation;
  3499. exports.SP = typeof performance !== 'undefined';
  3500. exports.ST = exports.SP && typeof performance.mark === 'function' && typeof performance.measure === 'function';
  3501. /***/ }),
  3502. /***/ "gguc":
  3503. /***/ (function(module, exports, __webpack_require__) {
  3504. "use strict";
  3505. Object.defineProperty(exports, "__esModule", {
  3506. value: true
  3507. });
  3508. function getRouteMatcher(routeRegex) {
  3509. const {
  3510. re,
  3511. groups
  3512. } = routeRegex;
  3513. return pathname => {
  3514. const routeMatch = re.exec(pathname);
  3515. if (!routeMatch) {
  3516. return false;
  3517. }
  3518. const decode = param => {
  3519. try {
  3520. return decodeURIComponent(param);
  3521. } catch (_) {
  3522. const err = new Error('failed to decode param');
  3523. err.code = 'DECODE_FAILED';
  3524. throw err;
  3525. }
  3526. };
  3527. const params = {};
  3528. Object.keys(groups).forEach(slugName => {
  3529. const g = groups[slugName];
  3530. const m = routeMatch[g.pos];
  3531. if (m !== undefined) {
  3532. params[slugName] = ~m.indexOf('/') ? m.split('/').map(entry => decode(entry)) : g.repeat ? [decode(m)] : decode(m);
  3533. }
  3534. });
  3535. return params;
  3536. };
  3537. }
  3538. exports.getRouteMatcher = getRouteMatcher;
  3539. /***/ }),
  3540. /***/ "gpfI":
  3541. /***/ (function(module, exports) {
  3542. module.exports = "/_next/static/images/White-bd6f0737533faa5691f72c5d9b00aeb6.png";
  3543. /***/ }),
  3544. /***/ "i4t8":
  3545. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3546. "use strict";
  3547. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return GridItem; });
  3548. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  3549. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  3550. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  3551. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  3552. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("JQ2V");
  3553. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__);
  3554. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  3555. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  3556. function _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; }
  3557. function _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; }
  3558. // nodejs library to set properties for components
  3559. // @material-ui/core components
  3560. const styles = {
  3561. grid: {
  3562. position: "relative",
  3563. width: "100%",
  3564. minHeight: "1px",
  3565. paddingRight: "15px",
  3566. paddingLeft: "15px",
  3567. flexBasis: "auto"
  3568. }
  3569. };
  3570. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(styles);
  3571. function GridItem(props) {
  3572. const classes = useStyles();
  3573. const {
  3574. children,
  3575. className
  3576. } = props,
  3577. rest = _objectWithoutProperties(props, ["children", "className"]);
  3578. return __jsx(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default.a, _extends({
  3579. item: true
  3580. }, rest, {
  3581. className: classes.grid + " " + className
  3582. }), children);
  3583. }
  3584. GridItem.defaultProps = {
  3585. className: ""
  3586. };
  3587. /***/ }),
  3588. /***/ "jD8W":
  3589. /***/ (function(module, exports) {
  3590. module.exports = require("@material-ui/core/Popper");
  3591. /***/ }),
  3592. /***/ "kYf9":
  3593. /***/ (function(module, exports) {
  3594. module.exports = require("next/dist/next-server/lib/utils.js");
  3595. /***/ }),
  3596. /***/ "mf1M":
  3597. /***/ (function(module, exports) {
  3598. module.exports = require("@material-ui/core/Grow");
  3599. /***/ }),
  3600. /***/ "mtPR":
  3601. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3602. "use strict";
  3603. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return GridContainer; });
  3604. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  3605. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  3606. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  3607. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  3608. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("JQ2V");
  3609. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__);
  3610. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  3611. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  3612. function _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; }
  3613. function _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; }
  3614. // nodejs library to set properties for components
  3615. // @material-ui/core components
  3616. const styles = {
  3617. grid: {
  3618. marginRight: "-15px",
  3619. marginLeft: "-15px",
  3620. width: "auto"
  3621. }
  3622. };
  3623. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(styles);
  3624. function GridContainer(props) {
  3625. const classes = useStyles();
  3626. const {
  3627. children,
  3628. className
  3629. } = props,
  3630. rest = _objectWithoutProperties(props, ["children", "className"]);
  3631. return __jsx(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default.a, _extends({
  3632. container: true
  3633. }, rest, {
  3634. className: classes.grid + " " + className
  3635. }), children);
  3636. }
  3637. GridContainer.defaultProps = {
  3638. className: ""
  3639. };
  3640. /***/ }),
  3641. /***/ "n6U9":
  3642. /***/ (function(module, exports) {
  3643. module.exports = "/_next/static/images/2-ab20be31e4afcad441ac2b169537f96e.jpg";
  3644. /***/ }),
  3645. /***/ "nOHt":
  3646. /***/ (function(module, exports, __webpack_require__) {
  3647. "use strict";
  3648. var _interopRequireWildcard = __webpack_require__("7KCV");
  3649. var _interopRequireDefault = __webpack_require__("AroE");
  3650. exports.__esModule = true;
  3651. exports.useRouter = useRouter;
  3652. exports.makePublicRouterInstance = makePublicRouterInstance;
  3653. exports.createRouter = exports.withRouter = exports.default = void 0;
  3654. var _react = _interopRequireDefault(__webpack_require__("cDcd"));
  3655. var _router2 = _interopRequireWildcard(__webpack_require__("elyg"));
  3656. exports.Router = _router2.default;
  3657. exports.NextRouter = _router2.NextRouter;
  3658. var _routerContext = __webpack_require__("Osoz");
  3659. var _withRouter = _interopRequireDefault(__webpack_require__("0Bsm"));
  3660. exports.withRouter = _withRouter.default;
  3661. /* global window */
  3662. var singletonRouter = {
  3663. router: null,
  3664. // holds the actual router instance
  3665. readyCallbacks: [],
  3666. ready(cb) {
  3667. if (this.router) return cb();
  3668. if (false) {}
  3669. }
  3670. }; // Create public properties and methods of the router in the singletonRouter
  3671. var urlPropertyFields = ['pathname', 'route', 'query', 'asPath', 'components', 'isFallback', 'basePath'];
  3672. var routerEvents = ['routeChangeStart', 'beforeHistoryChange', 'routeChangeComplete', 'routeChangeError', 'hashChangeStart', 'hashChangeComplete'];
  3673. var coreMethodFields = ['push', 'replace', 'reload', 'back', 'prefetch', 'beforePopState']; // Events is a static property on the router, the router doesn't have to be initialized to use it
  3674. Object.defineProperty(singletonRouter, 'events', {
  3675. get() {
  3676. return _router2.default.events;
  3677. }
  3678. });
  3679. urlPropertyFields.forEach(field => {
  3680. // Here we need to use Object.defineProperty because, we need to return
  3681. // the property assigned to the actual router
  3682. // The value might get changed as we change routes and this is the
  3683. // proper way to access it
  3684. Object.defineProperty(singletonRouter, field, {
  3685. get() {
  3686. var router = getRouter();
  3687. return router[field];
  3688. }
  3689. });
  3690. });
  3691. coreMethodFields.forEach(field => {
  3692. // We don't really know the types here, so we add them later instead
  3693. ;
  3694. singletonRouter[field] = function () {
  3695. var router = getRouter();
  3696. return router[field](...arguments);
  3697. };
  3698. });
  3699. routerEvents.forEach(event => {
  3700. singletonRouter.ready(() => {
  3701. _router2.default.events.on(event, function () {
  3702. var eventField = "on" + event.charAt(0).toUpperCase() + event.substring(1);
  3703. var _singletonRouter = singletonRouter;
  3704. if (_singletonRouter[eventField]) {
  3705. try {
  3706. _singletonRouter[eventField](...arguments);
  3707. } catch (err) {
  3708. // tslint:disable-next-line:no-console
  3709. console.error("Error when running the Router event: " + eventField); // tslint:disable-next-line:no-console
  3710. console.error(err.message + "\n" + err.stack);
  3711. }
  3712. }
  3713. });
  3714. });
  3715. });
  3716. function getRouter() {
  3717. if (!singletonRouter.router) {
  3718. var message = 'No router instance found.\n' + 'You should only use "next/router" inside the client side of your app.\n';
  3719. throw new Error(message);
  3720. }
  3721. return singletonRouter.router;
  3722. } // Export the singletonRouter and this is the public API.
  3723. var _default = singletonRouter; // Reexport the withRoute HOC
  3724. exports.default = _default;
  3725. function useRouter() {
  3726. return _react.default.useContext(_routerContext.RouterContext);
  3727. } // INTERNAL APIS
  3728. // -------------
  3729. // (do not use following exports inside the app)
  3730. // Create a router and assign it as the singleton instance.
  3731. // This is used in client side when we are initilizing the app.
  3732. // This should **not** use inside the server.
  3733. var createRouter = function createRouter() {
  3734. for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
  3735. args[_key] = arguments[_key];
  3736. }
  3737. singletonRouter.router = new _router2.default(...args);
  3738. singletonRouter.readyCallbacks.forEach(cb => cb());
  3739. singletonRouter.readyCallbacks = [];
  3740. return singletonRouter.router;
  3741. }; // This function is used to create the `withRouter` router instance
  3742. exports.createRouter = createRouter;
  3743. function makePublicRouterInstance(router) {
  3744. var _router = router;
  3745. var instance = {};
  3746. for (var property of urlPropertyFields) {
  3747. if (typeof _router[property] === 'object') {
  3748. instance[property] = Object.assign({}, _router[property]); // makes sure query is not stateful
  3749. continue;
  3750. }
  3751. instance[property] = _router[property];
  3752. } // Events is a static property on the router, the router doesn't have to be initialized to use it
  3753. instance.events = _router2.default.events;
  3754. coreMethodFields.forEach(field => {
  3755. instance[field] = function () {
  3756. return _router[field](...arguments);
  3757. };
  3758. });
  3759. return instance;
  3760. }
  3761. /***/ }),
  3762. /***/ "nybW":
  3763. /***/ (function(module, exports) {
  3764. module.exports = require("@material-ui/core/Divider");
  3765. /***/ }),
  3766. /***/ "oLCs":
  3767. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3768. "use strict";
  3769. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  3770. const footerStyle = {
  3771. block: {
  3772. color: "inherit",
  3773. padding: "0.9375rem",
  3774. fontWeight: "500",
  3775. fontSize: "12px",
  3776. textTransform: "uppercase",
  3777. borderRadius: "3px",
  3778. textDecoration: "none",
  3779. position: "relative",
  3780. display: "block"
  3781. },
  3782. left: {
  3783. float: "left!important",
  3784. display: "block"
  3785. },
  3786. right: {
  3787. padding: "15px 0",
  3788. margin: "0",
  3789. float: "right!important"
  3790. },
  3791. footer: {
  3792. padding: "0.9375rem 0",
  3793. textAlign: "center",
  3794. display: "flex",
  3795. zIndex: "2",
  3796. position: "relative"
  3797. },
  3798. a: {
  3799. color: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* primaryColor */ "p"],
  3800. textDecoration: "none",
  3801. backgroundColor: "transparent"
  3802. },
  3803. footerWhiteFont: {
  3804. "&,&:hover,&:focus": {
  3805. color: "#FFFFFF"
  3806. }
  3807. },
  3808. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"],
  3809. list: {
  3810. marginBottom: "0",
  3811. padding: "0",
  3812. marginTop: "0"
  3813. },
  3814. inlineBlock: {
  3815. display: "inline-block",
  3816. padding: "0px",
  3817. width: "auto"
  3818. },
  3819. icon: {
  3820. width: "18px",
  3821. height: "18px",
  3822. position: "relative",
  3823. top: "3px"
  3824. }
  3825. };
  3826. /* harmony default export */ __webpack_exports__["a"] = (footerStyle);
  3827. /***/ }),
  3828. /***/ "ovCH":
  3829. /***/ (function(module, exports) {
  3830. module.exports = "/_next/static/images/mercedes-4556e45b752dfcddc36f5ee294a964d9.jpg";
  3831. /***/ }),
  3832. /***/ "pvnu":
  3833. /***/ (function(module, exports) {
  3834. module.exports = "/_next/static/images/3-7848a229413c4ca6244c39288cfc8cba.jpg";
  3835. /***/ }),
  3836. /***/ "q9Kh":
  3837. /***/ (function(module, exports) {
  3838. module.exports = "/_next/static/images/banner1-43a89912749104523e5869f1c72e3c2b.jpg";
  3839. /***/ }),
  3840. /***/ "qY8J":
  3841. /***/ (function(module, exports) {
  3842. module.exports = "/_next/static/images/yamaha1-1b8dd8e10a85975df2831e83c77088a9.jpg";
  3843. /***/ }),
  3844. /***/ "qt1I":
  3845. /***/ (function(module, exports) {
  3846. module.exports = require("@material-ui/core/Paper");
  3847. /***/ }),
  3848. /***/ "vcqE":
  3849. /***/ (function(module, exports) {
  3850. module.exports = "/_next/static/images/Blue-65ac076684958d807ddaaf34ef9647f9.png";
  3851. /***/ }),
  3852. /***/ "wmUz":
  3853. /***/ (function(module, exports) {
  3854. module.exports = "/_next/static/images/5-a327457d484718fd10bb3e23741bcee5.jpg";
  3855. /***/ }),
  3856. /***/ "x54t":
  3857. /***/ (function(module, exports) {
  3858. module.exports = require("@material-ui/core/MenuItem");
  3859. /***/ }),
  3860. /***/ "xmQw":
  3861. /***/ (function(module, exports) {
  3862. module.exports = require("@material-ui/core/MenuList");
  3863. /***/ })
  3864. /******/ });