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

1170 lines
42 KiB

  1. (function() {
  2. var exports = {};
  3. exports.id = 4524;
  4. exports.ids = [4524];
  5. exports.modules = {
  6. /***/ 6968:
  7. /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
  8. "use strict";
  9. var _apollo = _interopRequireDefault(__webpack_require__(6371));
  10. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
  11. async function GetDealers(filter, token = "") {
  12. var res = await _apollo.default.query(`
  13. query { ${filter != "" ? `name: "${filter}"` : ""}
  14. dealers
  15. {
  16. id
  17. name
  18. kota_dealer
  19. address
  20. telp
  21. email
  22. location
  23. img{
  24. url
  25. }
  26. }
  27. }
  28. `, token);
  29. return res;
  30. }
  31. async function GetHomeDealer(token = "", start = 0) {
  32. var res = await _apollo.default.query(`
  33. query($start: Int!) {
  34. dealers(limit:6,start:$start){
  35. id
  36. name
  37. kota_dealer
  38. address
  39. telp
  40. email
  41. location
  42. img{
  43. url
  44. }
  45. }
  46. }
  47. `, token, {
  48. start: start
  49. });
  50. return res;
  51. }
  52. module.exports = {
  53. GetDealers: GetDealers,
  54. GetHomeDealer: GetHomeDealer
  55. };
  56. /***/ }),
  57. /***/ 5388:
  58. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  59. "use strict";
  60. // ESM COMPAT FLAG
  61. __webpack_require__.r(__webpack_exports__);
  62. // EXPORTS
  63. __webpack_require__.d(__webpack_exports__, {
  64. "default": function() { return /* binding */ yamaha; },
  65. "getServerSideProps": function() { return /* binding */ getServerSideProps; }
  66. });
  67. // EXTERNAL MODULE: external "react/jsx-runtime"
  68. var jsx_runtime_ = __webpack_require__(5282);
  69. // EXTERNAL MODULE: external "react"
  70. var external_react_ = __webpack_require__(9297);
  71. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  72. // EXTERNAL MODULE: ./components/_App/NavbarYamaha.js
  73. var NavbarYamaha = __webpack_require__(2478);
  74. // EXTERNAL MODULE: ./node_modules/next/link.js
  75. var next_link = __webpack_require__(1664);
  76. ;// CONCATENATED MODULE: ./components/Yamaha/Home/MainBanner.js
  77. const MainBanner = () => {
  78. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  79. className: "main-banner",
  80. style: {
  81. marginTop: "-50px"
  82. },
  83. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  84. className: "d-table",
  85. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  86. className: "d-table-cell",
  87. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  88. className: "container",
  89. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  90. className: "row h-100 justify-content-center align-items-center",
  91. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  92. className: "col-lg-5",
  93. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  94. className: "hero-content",
  95. children: [/*#__PURE__*/jsx_runtime_.jsx("h1", {
  96. children: /*#__PURE__*/jsx_runtime_.jsx("b", {
  97. children: "Exclusif Motor Untuk Anda"
  98. })
  99. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  100. children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida"
  101. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  102. href: "/contact",
  103. children: /*#__PURE__*/jsx_runtime_.jsx("a", {
  104. className: "btn btn-primary",
  105. children: "Get Started"
  106. })
  107. })]
  108. })
  109. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  110. className: "col-lg-6 offset-lg-1",
  111. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  112. src: "/images/yamaha/banner.png",
  113. className: "animate__animated animate__fadeInDown animate__delay-0.1s",
  114. alt: "man"
  115. })
  116. })]
  117. })
  118. })
  119. })
  120. })
  121. });
  122. };
  123. /* harmony default export */ var Home_MainBanner = (MainBanner);
  124. // EXTERNAL MODULE: ./components/Common/PartnerStyleTwo.js
  125. var PartnerStyleTwo = __webpack_require__(161);
  126. // EXTERNAL MODULE: external "react-feather"
  127. var external_react_feather_ = __webpack_require__(9337);
  128. ;// CONCATENATED MODULE: ./components/Yamaha/Home/OurServices.js
  129. const OurServices = () => {
  130. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  131. className: "iot-services-area pt-80 pb-50",
  132. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  133. className: "container justify-content-center",
  134. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  135. className: "section-title",
  136. children: [/*#__PURE__*/jsx_runtime_.jsx("h2", {
  137. children: "Yamaha 3S Service"
  138. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  139. className: "bar"
  140. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  141. children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
  142. })]
  143. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  144. className: "row",
  145. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  146. className: "col-lg-4 col-md-6",
  147. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  148. className: "single-repair-services bg1",
  149. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  150. className: "icon",
  151. children: /*#__PURE__*/jsx_runtime_.jsx("i", {
  152. className: "flaticon-cart"
  153. })
  154. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("h3", {
  155. children: ["Selling ", /*#__PURE__*/jsx_runtime_.jsx("br", {}), " Yamaha Product Selling"]
  156. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  157. children: "Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua."
  158. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  159. href: "Product/Motor",
  160. children: /*#__PURE__*/jsx_runtime_.jsx("a", {
  161. children: /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.ArrowRight, {})
  162. })
  163. })]
  164. })
  165. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  166. className: "col-lg-4 col-md-6",
  167. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  168. className: "single-repair-services bg2",
  169. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  170. className: "icon",
  171. children: /*#__PURE__*/jsx_runtime_.jsx("i", {
  172. className: "flaticon-gear"
  173. })
  174. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("h3", {
  175. children: ["Services ", /*#__PURE__*/jsx_runtime_.jsx("br", {}), " Yamaha Services Product"]
  176. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  177. children: "Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua."
  178. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  179. href: "/service-details",
  180. children: /*#__PURE__*/jsx_runtime_.jsx("a", {
  181. children: /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.ArrowRight, {})
  182. })
  183. })]
  184. })
  185. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  186. className: "col-lg-4 col-md-6",
  187. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  188. className: "single-repair-services bg3",
  189. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  190. className: "icon",
  191. children: /*#__PURE__*/jsx_runtime_.jsx("i", {
  192. className: "flaticon-key"
  193. })
  194. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("h3", {
  195. children: ["Sparepart ", /*#__PURE__*/jsx_runtime_.jsx("br", {}), "Yamaha Sparepart Product"]
  196. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  197. children: "Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua."
  198. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  199. href: "/service-details",
  200. children: /*#__PURE__*/jsx_runtime_.jsx("a", {
  201. children: /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.ArrowRight, {})
  202. })
  203. })]
  204. })
  205. })]
  206. })]
  207. })
  208. });
  209. };
  210. /* harmony default export */ var Home_OurServices = (OurServices);
  211. // EXTERNAL MODULE: external "next/dynamic"
  212. var dynamic_ = __webpack_require__(9639);
  213. var dynamic_default = /*#__PURE__*/__webpack_require__.n(dynamic_);
  214. ;// CONCATENATED MODULE: ./components/Yamaha/Home/FeatureProduct.js
  215. 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; }
  216. 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; }
  217. 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; }
  218. // import React, { Component } from 'react';
  219. // import Masonry from 'react-masonry-component';
  220. // import Link from 'next/link';
  221. // const masonryOptions = {
  222. // transitionDuration: 0
  223. // };
  224. // export class Projects extends Component {
  225. // render() {
  226. // const images = this.props.images.map((image, idx) => {
  227. // return (
  228. // <div className="col-lg-4 col-sm-6 item" key={idx}>
  229. // <div className="single-latest-projects">
  230. // <img src={image.image} alt="portfolio-image" />
  231. // <div className="content">
  232. // <span>{image.category}</span>
  233. // <h3>{image.title}</h3>
  234. // </div>
  235. // <Link href="/project-details">
  236. // <a className="link-btn"></a>
  237. // </Link>
  238. // </div>
  239. // </div>
  240. // )
  241. // })
  242. // return (
  243. // <div className="our-latest-projects ptb-80">
  244. // <div className="container">
  245. // <div className="section-title text-left">
  246. // <h2>Our Latest <span>Projects</span></h2>
  247. // <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  248. // </div>
  249. // <Masonry
  250. // className={'row'} // default ''
  251. // elementType={'div'} // default 'div'
  252. // options={masonryOptions} // default {}
  253. // disableImagesLoaded={false} // default false
  254. // updateOnEachImageLoad={false} // default false and works only if disableImagesLoaded is false
  255. // >
  256. // {images}
  257. // </Masonry>
  258. // </div>
  259. // </div>
  260. // );
  261. // }
  262. // }
  263. // Projects.defaultProps = {
  264. // images: [
  265. // {
  266. // image: "/images/Home/gallery/1.jpg",
  267. // category: "Marketing",
  268. // title: "Marketing & Reporting"
  269. // },
  270. // {
  271. // image: "/images/Home/gallery/2.jpg",
  272. // category: "Marketing",
  273. // title: "Marketing & Reporting"
  274. // },
  275. // {
  276. // image: "/images/Home/gallery/3.jpg",
  277. // category: "Marketing",
  278. // title: "Marketing & Reporting"
  279. // },
  280. // {
  281. // image: "/images/Home/gallery/4.jpg",
  282. // category: "Marketing",
  283. // title: "Marketing & Reporting"
  284. // },
  285. // {
  286. // image: "/images/Home/gallery/5.jpg",
  287. // category: "Marketing",
  288. // title: "Marketing & Reporting"
  289. // },
  290. // {
  291. // image: "/images/Home/gallery/6.jpg",
  292. // category: "Marketing",
  293. // title: "Marketing & Reporting"
  294. // },
  295. // {
  296. // image: "/images/Home/gallery/7.jpg",
  297. // category: "Marketing",
  298. // title: "Marketing & Reporting"
  299. // },
  300. // {
  301. // image: "/images/Home/gallery/8.jpg",
  302. // category: "Marketing",
  303. // title: "Marketing & Reporting"
  304. // },
  305. // {
  306. // image: "/images/Home/gallery/9.jpg",
  307. // category: "Marketing",
  308. // title: "Marketing & Reporting"
  309. // },
  310. // ]
  311. // }
  312. // export default Projects;
  313. const OwlCarousel = dynamic_default()(() => Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 1832, 23)), {
  314. loadableGenerated: {
  315. webpack: () => [/*require.resolve*/(1832)],
  316. modules: ["..\\components\\Yamaha\\Home\\FeatureProduct.js -> " + 'react-owl-carousel3']
  317. }
  318. });
  319. const options = {
  320. loop: true,
  321. nav: false,
  322. dots: true,
  323. autoplay: true,
  324. smartSpeed: 1000,
  325. margin: 30,
  326. autoplayTimeout: 5000,
  327. responsive: {
  328. 0: {
  329. items: 1
  330. },
  331. 576: {
  332. items: 2
  333. },
  334. 768: {
  335. items: 2
  336. },
  337. 1024: {
  338. items: 3
  339. },
  340. 1200: {
  341. items: 4
  342. }
  343. }
  344. };
  345. const Projects = () => {
  346. const [display, setDisplay] = external_react_default().useState(false);
  347. external_react_default().useEffect(() => {
  348. setDisplay(true);
  349. }, []);
  350. return /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  351. className: "ml-projects-area pt-0 ptb-80",
  352. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  353. className: "container",
  354. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  355. className: "section-title st-fs-28",
  356. children: [/*#__PURE__*/jsx_runtime_.jsx("h2", {
  357. children: "Yamaha Motor Feature Product"
  358. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  359. className: "bar"
  360. })]
  361. })
  362. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  363. className: "container-fluid",
  364. children: display ? /*#__PURE__*/(0,jsx_runtime_.jsxs)(OwlCarousel, _objectSpread(_objectSpread({
  365. className: "ml-projects-slides owl-carousel owl-theme"
  366. }, options), {}, {
  367. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  368. className: "single-ml-projects-box",
  369. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  370. src: "/images/Yamaha/Feature/Aerox.jpg",
  371. alt: "image"
  372. })
  373. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  374. className: "single-ml-projects-box",
  375. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  376. src: "/images/Yamaha/Feature/Fino.jpg",
  377. alt: "image"
  378. })
  379. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  380. className: "single-ml-projects-box",
  381. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  382. src: "/images/Yamaha/Feature/Freego.jpg",
  383. alt: "image"
  384. })
  385. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  386. className: "single-ml-projects-box",
  387. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  388. src: "/images/Yamaha/Feature/Gear123.jpg",
  389. alt: "image"
  390. })
  391. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  392. className: "single-ml-projects-box",
  393. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  394. src: "/images/Yamaha/Feature/Jupiter.jpg",
  395. alt: "image"
  396. })
  397. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  398. className: "single-ml-projects-box",
  399. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  400. src: "/images/Yamaha/Feature/Lexi.jpg",
  401. alt: "image"
  402. })
  403. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  404. className: "single-ml-projects-box",
  405. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  406. src: "/images/Yamaha/Feature/Mio.jpg",
  407. alt: "image"
  408. })
  409. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  410. className: "single-ml-projects-box",
  411. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  412. src: "/images/Yamaha/Feature/MXKing.jpg",
  413. alt: "image"
  414. })
  415. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  416. className: "single-ml-projects-box",
  417. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  418. src: "/images/Yamaha/Feature/Nmax.jpg",
  419. alt: "image"
  420. })
  421. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  422. className: "single-ml-projects-box",
  423. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  424. src: "/images/Yamaha/Feature/R15.jpg",
  425. alt: "image"
  426. })
  427. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  428. className: "single-ml-projects-box",
  429. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  430. src: "/images/Yamaha/Feature/Vega.jpg",
  431. alt: "image"
  432. })
  433. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  434. className: "single-ml-projects-box",
  435. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  436. src: "/images/Yamaha/Feature/Vixion.jpg",
  437. alt: "image"
  438. })
  439. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  440. className: "single-ml-projects-box",
  441. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  442. src: "/images/Yamaha/Feature/WR.jpg",
  443. alt: "image"
  444. })
  445. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  446. className: "single-ml-projects-box",
  447. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  448. src: "/images/Yamaha/Feature/Xride.jpg",
  449. alt: "image"
  450. })
  451. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  452. className: "single-ml-projects-box",
  453. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  454. src: "/images/Yamaha/Feature/XSR.jpg",
  455. alt: "image"
  456. })
  457. })]
  458. })) : ''
  459. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  460. className: "shape1",
  461. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  462. src: "/images/shape1.png",
  463. alt: "shape"
  464. })
  465. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  466. className: "shape2 rotateme",
  467. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  468. src: "/images/shape2.svg",
  469. alt: "shape"
  470. })
  471. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  472. className: "shape3",
  473. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  474. src: "/images/shape3.svg",
  475. alt: "shape"
  476. })
  477. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  478. className: "shape4",
  479. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  480. src: "/images/shape4.svg",
  481. alt: "shape"
  482. })
  483. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  484. className: "shape7",
  485. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  486. src: "/images/shape4.svg",
  487. alt: "shape"
  488. })
  489. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  490. className: "shape8 rotateme",
  491. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  492. src: "/images/shape2.svg",
  493. alt: "shape"
  494. })
  495. })]
  496. });
  497. };
  498. /* harmony default export */ var FeatureProduct = (Projects);
  499. ;// CONCATENATED MODULE: ./components/Yamaha/Home/Summary.js
  500. const FunFactsArea = () => {
  501. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  502. className: "funfacts-area ptb-80",
  503. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  504. className: "container",
  505. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  506. className: "section-title",
  507. children: [/*#__PURE__*/jsx_runtime_.jsx("h2", {
  508. children: "Total Penjualan, Service & Dealer Yamaha"
  509. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  510. className: "bar"
  511. })]
  512. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  513. className: "row",
  514. style: {
  515. align: "center"
  516. },
  517. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  518. className: "col-lg-3 col-md-3 col-6",
  519. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  520. className: "funfact",
  521. children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
  522. children: "200"
  523. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  524. children: "Product Motor Terjual"
  525. })]
  526. })
  527. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  528. className: "col-lg-3 col-md-3 col-6",
  529. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  530. className: "funfact",
  531. children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
  532. children: "478"
  533. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  534. children: "Service Motor"
  535. })]
  536. })
  537. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  538. className: "col-lg-3 col-md-3 col-6",
  539. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  540. className: "funfact",
  541. children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
  542. children: "800+"
  543. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  544. children: "Sparepart Terjual"
  545. })]
  546. })
  547. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  548. className: "col-lg-3 col-md-3 col-6",
  549. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  550. className: "funfact",
  551. children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
  552. children: "30"
  553. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  554. children: "Dealers yang tersebar di Sumsel & Bengkulu"
  555. })]
  556. })
  557. })]
  558. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  559. className: "contact-cta-box",
  560. children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
  561. children: "Punya Pertanyaan ?"
  562. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  563. children: "Segera Hubungi Kami"
  564. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  565. href: "/contact",
  566. children: /*#__PURE__*/jsx_runtime_.jsx("a", {
  567. className: "btn btn-primary",
  568. children: "Hubungi Kami"
  569. })
  570. })]
  571. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  572. className: "map-bg",
  573. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  574. src: "/images/map.png",
  575. alt: "map"
  576. })
  577. })]
  578. })
  579. });
  580. };
  581. /* harmony default export */ var Summary = (FunFactsArea);
  582. ;// CONCATENATED MODULE: ./components/Yamaha/Home/Dealer.js
  583. 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; }
  584. 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; }
  585. const Dealers = function (_ref) {
  586. let {
  587. backend,
  588. dealers
  589. } = _ref,
  590. props = _objectWithoutProperties(_ref, ["backend", "dealers"]);
  591. const ListDealer = dealers.map(data => {
  592. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  593. className: "col-lg-4 col-sm-6 col-md-6",
  594. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  595. className: "agency-services-box",
  596. children: [/*#__PURE__*/jsx_runtime_.jsx("img", {
  597. style: {
  598. height: "250px",
  599. width: "100%",
  600. display: "block"
  601. },
  602. src: `${backend}${data.img["url"]}`,
  603. alt: "image"
  604. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  605. className: "content",
  606. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("p", {
  607. children: [/*#__PURE__*/jsx_runtime_.jsx("p", {
  608. children: /*#__PURE__*/jsx_runtime_.jsx("b", {
  609. children: data.name
  610. })
  611. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  612. children: /*#__PURE__*/jsx_runtime_.jsx("b", {
  613. children: data.kota_dealer
  614. })
  615. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  616. children: /*#__PURE__*/jsx_runtime_.jsx("b", {
  617. children: data.telp
  618. })
  619. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  620. children: /*#__PURE__*/jsx_runtime_.jsx("b", {
  621. children: data.address
  622. })
  623. })]
  624. }), /*#__PURE__*/jsx_runtime_.jsx(next_link.default, {
  625. href: `${data.location}`,
  626. target: "_blank",
  627. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("a", {
  628. className: "read-more-btn",
  629. target: "_blank",
  630. children: ["View Location ", /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.MapPin, {})]
  631. })
  632. })]
  633. })]
  634. })
  635. });
  636. });
  637. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  638. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  639. className: "agency-services-area pt-80 pb-50",
  640. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  641. className: "container",
  642. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  643. className: "section-title st-fs-28",
  644. children: [/*#__PURE__*/jsx_runtime_.jsx("h2", {
  645. children: "Yamaha Dealers"
  646. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  647. className: "bar"
  648. })]
  649. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  650. className: "row justify-content-center",
  651. children: ListDealer
  652. })]
  653. })
  654. })
  655. });
  656. };
  657. /* harmony default export */ var Dealer = (Dealers);
  658. // EXTERNAL MODULE: external "react-slick"
  659. var external_react_slick_ = __webpack_require__(9080);
  660. var external_react_slick_default = /*#__PURE__*/__webpack_require__.n(external_react_slick_);
  661. ;// CONCATENATED MODULE: ./components/Yamaha/Home/Testimoni.js
  662. function Testimoni_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; }
  663. function Testimoni_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Testimoni_ownKeys(Object(source), true).forEach(function (key) { Testimoni_defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Testimoni_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  664. function Testimoni_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; }
  665. const NextArrow = props => {
  666. const {
  667. onClick
  668. } = props;
  669. return /*#__PURE__*/jsx_runtime_.jsx("button", {
  670. className: "next-arrow slick-arrow",
  671. onClick: onClick,
  672. children: /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.ArrowRight, {})
  673. });
  674. };
  675. const PrevArrow = props => {
  676. const {
  677. onClick
  678. } = props;
  679. return /*#__PURE__*/jsx_runtime_.jsx("button", {
  680. className: "prev-arrow slick-arrow",
  681. onClick: onClick,
  682. children: /*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.ArrowLeft, {})
  683. });
  684. };
  685. class Feedback extends (external_react_default()).Component {
  686. constructor(...args) {
  687. super(...args);
  688. Testimoni_defineProperty(this, "state", {
  689. imagesSlider: null,
  690. thumbnailsSlider: null,
  691. oldSlide: 0,
  692. activeSlide: 0,
  693. activeSlide2: 0
  694. });
  695. Testimoni_defineProperty(this, "renderSliderFullContent", () => {
  696. return DEFAULT_PROPS.map(({
  697. name,
  698. profession,
  699. image,
  700. content
  701. }) => {
  702. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  703. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  704. className: "item",
  705. children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  706. className: "single-feedback",
  707. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  708. className: "client-img",
  709. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  710. src: image,
  711. alt: "image"
  712. })
  713. }), /*#__PURE__*/jsx_runtime_.jsx("h3", {
  714. children: name
  715. }), /*#__PURE__*/jsx_runtime_.jsx("span", {
  716. children: profession
  717. }), /*#__PURE__*/jsx_runtime_.jsx("p", {
  718. children: content
  719. })]
  720. })
  721. })
  722. }, name);
  723. });
  724. });
  725. Testimoni_defineProperty(this, "renderSliderImages", () => {
  726. return DEFAULT_PROPS.map(({
  727. name,
  728. image
  729. }) => {
  730. return /*#__PURE__*/jsx_runtime_.jsx("div", {
  731. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  732. className: "item",
  733. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  734. className: "img-fill",
  735. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  736. src: image,
  737. alt: "client"
  738. })
  739. })
  740. })
  741. }, name);
  742. });
  743. });
  744. }
  745. componentDidMount() {
  746. this.setState({
  747. imagesSlider: this.slider1,
  748. thumbnailsSlider: this.slider2
  749. });
  750. }
  751. render() {
  752. const sliderSettings1 = {
  753. speed: 100,
  754. slidesToShow: 1,
  755. slidesToScroll: 1,
  756. cssEase: 'linear',
  757. fade: true,
  758. autoplay: true,
  759. draggable: true,
  760. asNavFor: this.state.thumbnailsSlider,
  761. draggable: false,
  762. arrows: false,
  763. nextArrow: false,
  764. prevArrow: false
  765. };
  766. const sliderSettings2 = {
  767. speed: 300,
  768. slidesToShow: 5,
  769. slidesToScroll: 1,
  770. cssEase: 'linear',
  771. autoplay: true,
  772. centerMode: true,
  773. draggable: false,
  774. focusOnSelect: true,
  775. asNavFor: this.state.imagesSlider,
  776. nextArrow: /*#__PURE__*/jsx_runtime_.jsx(NextArrow, {}),
  777. prevArrow: /*#__PURE__*/jsx_runtime_.jsx(PrevArrow, {}),
  778. beforeChange: (current, next) => this.setState({
  779. oldSlide: current,
  780. activeSlide: next
  781. }),
  782. afterChange: current => this.setState({
  783. activeSlide2: current
  784. })
  785. };
  786. return /*#__PURE__*/(0,jsx_runtime_.jsxs)("section", {
  787. className: "feedback-area ptb-80 bg-f7fafd",
  788. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  789. className: "container",
  790. children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  791. className: "section-title",
  792. children: [/*#__PURE__*/jsx_runtime_.jsx("h2", {
  793. children: "Testimoni Customer Yamaha"
  794. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  795. className: "bar"
  796. })]
  797. }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
  798. className: "feedback-slides",
  799. children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
  800. className: "client-feedback",
  801. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  802. children: /*#__PURE__*/jsx_runtime_.jsx((external_react_slick_default()), Testimoni_objectSpread(Testimoni_objectSpread({
  803. ref: slider => this.slider1 = slider
  804. }, sliderSettings1), {}, {
  805. children: this.renderSliderFullContent()
  806. }))
  807. })
  808. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  809. className: "client-thumbnails",
  810. children: /*#__PURE__*/jsx_runtime_.jsx("div", {
  811. children: /*#__PURE__*/jsx_runtime_.jsx((external_react_slick_default()), Testimoni_objectSpread(Testimoni_objectSpread({
  812. ref: slider => this.slider2 = slider
  813. }, sliderSettings2), {}, {
  814. children: this.renderSliderImages()
  815. }))
  816. })
  817. })]
  818. })]
  819. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  820. className: "shape1",
  821. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  822. src: "/images/shape1.png",
  823. alt: "shape"
  824. })
  825. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  826. className: "shape2 rotateme",
  827. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  828. src: "/images/shape2.svg",
  829. alt: "shape"
  830. })
  831. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  832. className: "shape4",
  833. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  834. src: "/images/shape4.svg",
  835. alt: "shape"
  836. })
  837. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  838. className: "shape5",
  839. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  840. src: "/images/shape5.png",
  841. alt: "shape"
  842. })
  843. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  844. className: "shape6 rotateme",
  845. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  846. src: "/images/shape4.svg",
  847. alt: "shape"
  848. })
  849. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  850. className: "shape7",
  851. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  852. src: "/images/shape4.svg",
  853. alt: "shape"
  854. })
  855. }), /*#__PURE__*/jsx_runtime_.jsx("div", {
  856. className: "shape8 rotateme",
  857. children: /*#__PURE__*/jsx_runtime_.jsx("img", {
  858. src: "/images/shape2.svg",
  859. alt: "shape"
  860. })
  861. })]
  862. });
  863. }
  864. }
  865. const DEFAULT_PROPS = [{
  866. name: 'David Gale',
  867. profession: 'Web Developer',
  868. image: '/images/client-image/client2.jpg',
  869. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  870. }, {
  871. name: 'Matt Damon',
  872. profession: 'Software Engineer',
  873. image: '/images/client-image/client4.jpg',
  874. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  875. }, {
  876. name: 'Nicky Parsons',
  877. profession: 'Fictional Character',
  878. image: '/images/client-image/client1.jpg',
  879. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  880. }, {
  881. name: 'Jason Momoa',
  882. profession: 'American Actor',
  883. image: '/images/client-image/client5.jpg',
  884. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  885. }, {
  886. name: 'Gennady Korotkevich',
  887. profession: 'Sport Programmer',
  888. image: '/images/client-image/client3.jpg',
  889. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  890. }, {
  891. name: 'Petr Mitrichev',
  892. profession: 'Russian Programmer',
  893. image: '/images/client-image/client3.jpg',
  894. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  895. }, {
  896. name: 'Reid W. Barton',
  897. profession: 'Mathematics',
  898. image: '/images/client-image/client2.jpg',
  899. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  900. }, {
  901. name: 'Lisa Sauermann',
  902. profession: 'Mathematician',
  903. image: '/images/client-image/client1.jpg',
  904. content: 'Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
  905. }];
  906. /* harmony default export */ var Testimoni = (Feedback);
  907. // EXTERNAL MODULE: ./components/_App/FooterYamaha.js
  908. var FooterYamaha = __webpack_require__(362);
  909. // EXTERNAL MODULE: ./api/dealer/dealer.js
  910. var dealer = __webpack_require__(6968);
  911. var dealer_default = /*#__PURE__*/__webpack_require__.n(dealer);
  912. // EXTERNAL MODULE: external "cookies"
  913. var external_cookies_ = __webpack_require__(9038);
  914. var external_cookies_default = /*#__PURE__*/__webpack_require__.n(external_cookies_);
  915. ;// CONCATENATED MODULE: ./pages/yamaha/index.js
  916. function yamaha_objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = yamaha_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; }
  917. function yamaha_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; }
  918. const Index = function (_ref) {
  919. let {
  920. dealers,
  921. backend,
  922. user
  923. } = _ref,
  924. props = yamaha_objectWithoutProperties(_ref, ["dealers", "backend", "user"]);
  925. return /*#__PURE__*/(0,jsx_runtime_.jsxs)(jsx_runtime_.Fragment, {
  926. children: [/*#__PURE__*/jsx_runtime_.jsx(NavbarYamaha/* default */.Z, {}), /*#__PURE__*/jsx_runtime_.jsx(Home_MainBanner, {}), /*#__PURE__*/jsx_runtime_.jsx(PartnerStyleTwo/* default */.Z, {}), /*#__PURE__*/jsx_runtime_.jsx(Home_OurServices, {}), /*#__PURE__*/jsx_runtime_.jsx(FeatureProduct, {}), /*#__PURE__*/jsx_runtime_.jsx(Dealer, {
  927. dealers: dealers,
  928. backend: backend
  929. }), /*#__PURE__*/jsx_runtime_.jsx(Testimoni, {}), /*#__PURE__*/jsx_runtime_.jsx(Summary, {}), /*#__PURE__*/jsx_runtime_.jsx(FooterYamaha/* default */.Z, {})]
  930. });
  931. };
  932. async function getServerSideProps(context) {
  933. var dealers = [];
  934. const backend = process.env.BACKEND_SERVER_URI;
  935. var {
  936. req,
  937. resp
  938. } = context;
  939. const cookies = new (external_cookies_default())(req, resp);
  940. var user = "";
  941. var userObj = (await cookies.get("user")) ? JSON.parse(await cookies.get("user")) : null;
  942. if (userObj) {
  943. let sessionId = userObj["partners_login_states"].filter(function (i) {
  944. return i.business_partner && i.business_partner.name.toUpperCase() == "YAMAHA";
  945. });
  946. if (sessionId.length != 0) user = userObj["username"];
  947. }
  948. var res = await dealer_default().GetHomeDealer();
  949. if (res["STATUS"] === 1) {
  950. dealers = res["DATA"]["dealers"];
  951. }
  952. console.log(dealers);
  953. return {
  954. props: {
  955. dealers,
  956. backend,
  957. user
  958. } // will be passed to the page component as props
  959. };
  960. }
  961. /* harmony default export */ var yamaha = (Index);
  962. /***/ }),
  963. /***/ 8074:
  964. /***/ (function(module) {
  965. "use strict";
  966. module.exports = require("@apollo/client");;
  967. /***/ }),
  968. /***/ 9038:
  969. /***/ (function(module) {
  970. "use strict";
  971. module.exports = require("cookies");;
  972. /***/ }),
  973. /***/ 1683:
  974. /***/ (function(module) {
  975. "use strict";
  976. module.exports = require("cross-fetch");;
  977. /***/ }),
  978. /***/ 8417:
  979. /***/ (function(module) {
  980. "use strict";
  981. module.exports = require("next/dist/next-server/lib/router-context.js");;
  982. /***/ }),
  983. /***/ 2238:
  984. /***/ (function(module) {
  985. "use strict";
  986. module.exports = require("next/dist/next-server/lib/router/utils/get-asset-path-from-route.js");;
  987. /***/ }),
  988. /***/ 9639:
  989. /***/ (function(module) {
  990. "use strict";
  991. module.exports = require("next/dynamic");;
  992. /***/ }),
  993. /***/ 6731:
  994. /***/ (function(module) {
  995. "use strict";
  996. module.exports = require("next/router");;
  997. /***/ }),
  998. /***/ 9297:
  999. /***/ (function(module) {
  1000. "use strict";
  1001. module.exports = require("react");;
  1002. /***/ }),
  1003. /***/ 9337:
  1004. /***/ (function(module) {
  1005. "use strict";
  1006. module.exports = require("react-feather");;
  1007. /***/ }),
  1008. /***/ 1832:
  1009. /***/ (function(module) {
  1010. "use strict";
  1011. module.exports = require("react-owl-carousel3");;
  1012. /***/ }),
  1013. /***/ 9080:
  1014. /***/ (function(module) {
  1015. "use strict";
  1016. module.exports = require("react-slick");;
  1017. /***/ }),
  1018. /***/ 5282:
  1019. /***/ (function(module) {
  1020. "use strict";
  1021. module.exports = require("react/jsx-runtime");;
  1022. /***/ })
  1023. };
  1024. ;
  1025. // load runtime
  1026. var __webpack_require__ = require("../webpack-runtime.js");
  1027. __webpack_require__.C(exports);
  1028. var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  1029. var __webpack_exports__ = __webpack_require__.X(0, [1664,4755,6371,7798,161], function() { return __webpack_exec__(5388); });
  1030. module.exports = __webpack_exports__;
  1031. })();