Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

492 righe
21 KiB

  1. import React from "react";
  2. // nodejs library that concatenates classes
  3. import classNames from "classnames";
  4. // @material-ui/core components
  5. import { makeStyles } from "@material-ui/core/styles";
  6. // @material-ui/icons
  7. import Dashboard from "@material-ui/icons/Dashboard";
  8. import LocalGroceryStoreIcon from "@material-ui/icons/LocalGroceryStore";
  9. // Component
  10. import GridContainer from "components/Grid/GridContainer.js";
  11. import GridItem from "components/Grid/GridItem.js";
  12. import NavPills from "components/NavPills/NavPills.js";
  13. import Card from "components/Card/Card.js";
  14. import CardBody from "components/Card/CardBody.js";
  15. import CardHeader from "components/Card/CardHeader.js";
  16. import CardFooter from "components/Card/CardFooter.js";
  17. import Button from "components/CustomButtons/Button.js";
  18. import styles from "assets/jss/nextjs-material-kit/pages/profilePage.js";
  19. const useStyles = makeStyles(styles);
  20. export default function ProfilePage(props) {
  21. const classes = useStyles();
  22. const { ...rest } = props;
  23. const imageClasses = classNames(
  24. classes.imgRaised,
  25. classes.imgRoundedCircle,
  26. classes.imgFluid
  27. );
  28. const navImageClasses = classNames(classes.imgRounded, classes.imgGallery);
  29. return (
  30. <Card className={classes.textCenter}>
  31. <div align="center">
  32. <CardHeader color="info">Product</CardHeader>
  33. </div>
  34. <CardBody>
  35. <div align="center">
  36. <h2>Product & Facilities</h2>
  37. </div>
  38. <GridContainer justify="center">
  39. <GridItem>
  40. <NavPills
  41. alignCenter
  42. color="primary"
  43. tabs={[
  44. {
  45. tabButton: "Yamaha",
  46. tabIcon: Dashboard,
  47. tabContent: (
  48. <GridContainer justify="center">
  49. <GridItem xs={12} sm={12} md={4}>
  50. <img
  51. alt="..."
  52. style={{ height: "350px", display: "block" }}
  53. src="https://www.yamaha-motor.co.id/uploads/products/2020020510350637523I93808.png"
  54. className={navImageClasses}
  55. />
  56. <div align="center">
  57. <h2><a href="/product_detail">ALL NEW NMAX STANDART VERSION</a></h2>
  58. <h4>Rp.30.000.000,00 – Rp.37.692.000,00</h4>
  59. <Button color="info" round>
  60. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  61. Buy
  62. </Button>
  63. </div>
  64. </GridItem>
  65. <GridItem xs={12} sm={12} md={4}>
  66. <img
  67. alt="..."
  68. style={{ height: "350px", display: "block" }}
  69. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-Std-Htm.png"
  70. className={navImageClasses}
  71. />
  72. <div align="center">
  73. <h2>AEROX 155 VVA</h2>
  74. <h4>Rp.25.927.000,00</h4>
  75. <Button color="info" round>
  76. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  77. Buy
  78. </Button>
  79. </div>
  80. </GridItem>
  81. <GridItem xs={12} sm={12} md={4}>
  82. <img
  83. alt="..."
  84. style={{
  85. height: "350px",
  86. width: "100%",
  87. display: "block",
  88. }}
  89. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-R-Version.png"
  90. className={navImageClasses}
  91. />
  92. <div align="center">
  93. <h2>AEROX 155 VVA R – VERSION</h2>
  94. <h4>Rp.27.110.000,00</h4>
  95. <Button color="info" round>
  96. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  97. Buy
  98. </Button>
  99. </div>
  100. </GridItem>
  101. <GridItem xs={12} sm={12} md={4}>
  102. <img
  103. alt="..."
  104. style={{
  105. height: "350px",
  106. width: "100%",
  107. display: "block",
  108. }}
  109. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-S-Ver-Red.png"
  110. className={navImageClasses}
  111. />
  112. <div align="center">
  113. <h2>AEROX 155 VVA S – VERSION</h2>
  114. <h4>Rp.29.744.000,00</h4>
  115. <Button color="info" round>
  116. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  117. Buy
  118. </Button>
  119. </div>
  120. </GridItem>
  121. <GridItem xs={12} sm={12} md={4}>
  122. <img
  123. alt="..."
  124. style={{
  125. height: "350px",
  126. width: "100%",
  127. display: "block",
  128. }}
  129. src="https://i0.wp.com/warungasep.net/wp-content/uploads/2020/02/view-1.png"
  130. className={navImageClasses}
  131. />
  132. <div align="center">
  133. <h2>NMAX ABS / NON ABS 155</h2>
  134. <h4>Rp.29.571.000,00 – Rp.33.267.000,00</h4>
  135. <Button color="info" round>
  136. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  137. Buy
  138. </Button>
  139. </div>
  140. </GridItem>
  141. <GridItem xs={12} sm={12} md={4}>
  142. <img
  143. alt="..."
  144. style={{
  145. height: "350px",
  146. width: "100%",
  147. display: "block",
  148. }}
  149. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Fino-Sporty-Blue-768x744.png"
  150. className={navImageClasses}
  151. />
  152. <div align="center">
  153. <h2>FINO 125 SPORTY / PREMIUM</h2>
  154. <h4>Rp.19.335.000,00</h4>
  155. <Button color="info" round>
  156. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  157. Buy
  158. </Button>
  159. </div>
  160. </GridItem>
  161. <GridItem xs={12} sm={12} md={4}>
  162. <img
  163. alt="..."
  164. style={{
  165. height: "350px",
  166. width: "100%",
  167. display: "block",
  168. }}
  169. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Fino-Grande-Blue-768x744.png"
  170. className={navImageClasses}
  171. />
  172. <div align="center">
  173. <h2>FINO GRANDE 125</h2>
  174. <h4>Rp.20.155.000,00</h4>
  175. <Button color="info" round>
  176. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  177. Buy
  178. </Button>
  179. </div>
  180. </GridItem>
  181. <GridItem xs={12} sm={12} md={4}>
  182. <img
  183. alt="..."
  184. style={{
  185. height: "350px",
  186. width: "100%",
  187. display: "block",
  188. }}
  189. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Mio-S-Green-768x703.png"
  190. className={navImageClasses}
  191. />
  192. <div align="center">
  193. <h2>MIO S</h2>
  194. <h4>Rp.18.472.000,00</h4>
  195. <Button color="info" round>
  196. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  197. Buy
  198. </Button>
  199. </div>
  200. </GridItem>
  201. <GridItem xs={12} sm={12} md={4}>
  202. <img
  203. alt="..."
  204. style={{
  205. height: "350px",
  206. width: "100%",
  207. display: "block",
  208. }}
  209. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Mio-M3-CW-Black-768x649.png"
  210. className={navImageClasses}
  211. />
  212. <div align="center">
  213. <h2>NEW MIO M3 125 CW</h2>
  214. <h4>Rp.17.903.000,00</h4>
  215. <Button color="info" round>
  216. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  217. Buy
  218. </Button>
  219. </div>
  220. </GridItem>
  221. <GridItem xs={12} sm={12} md={4}>
  222. <img
  223. alt="..."
  224. style={{ height: "350px", display: "block" }}
  225. src="https://motor.jasasitus.com/wp-content/uploads/2018/11/mio-m3-black.png"
  226. className={navImageClasses}
  227. />
  228. <div align="center">
  229. <h2>NEW MIO M3 AKS SSS</h2>
  230. <h4>Rp. 18.000.000,00</h4>
  231. <Button color="info" round>
  232. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  233. Buy
  234. </Button>
  235. </div>
  236. </GridItem>
  237. <GridItem xs={12} sm={12} md={4}>
  238. <img
  239. alt="..."
  240. style={{ height: "350px", display: "block" }}
  241. src="https://yamaha-berlian-merdeka.com/wp-content/uploads/2018/12/5-1.png"
  242. className={navImageClasses}
  243. />
  244. <div align="center">
  245. <h2>ALL NEW X-RIDE 125</h2>
  246. <h4>Rp. 19.250.000,00</h4>
  247. <Button color="info" round>
  248. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  249. Buy
  250. </Button>
  251. </div>
  252. </GridItem>
  253. <GridItem xs={12} sm={12} md={4}>
  254. <img
  255. alt="..."
  256. style={{
  257. height: "350px",
  258. width: "100%",
  259. display: "block",
  260. }}
  261. src="https://www.yamaha-motor.co.id/uploads/products/HqVh2xkCTQ2NsYoo3O0M.png"
  262. className={navImageClasses}
  263. />
  264. <div align="center">
  265. <h2>MIO Z</h2>
  266. <h4>Rp. 17.570.000,00</h4>
  267. <Button color="info" round>
  268. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  269. Buy
  270. </Button>
  271. </div>
  272. </GridItem>
  273. <GridItem xs={12} sm={12} md={4}>
  274. <img
  275. alt="..."
  276. style={{ height: "350px", display: "block" }}
  277. src="https://image.cermati.com/v1553589176/f2xpfpfmjf2vnpoesrgf.png"
  278. className={navImageClasses}
  279. />
  280. <div align="center">
  281. <h2>MX KING 150</h2>
  282. <h4>Rp. 23.425.000,00</h4>
  283. <Button color="info" round>
  284. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  285. Buy
  286. </Button>
  287. </div>
  288. </GridItem>
  289. <GridItem xs={12} sm={12} md={4}>
  290. <img
  291. alt="..."
  292. style={{ height: "350px", display: "block" }}
  293. src="https://www.yamaha-motor.co.id/uploads/products/ih2AfZY3h4qhAdKQonpJ.png"
  294. className={navImageClasses}
  295. />
  296. <div align="center">
  297. <h2>NEW JUPITER MX 150</h2>
  298. <h4>Rp. 20.825.000,00</h4>
  299. <Button color="info" round>
  300. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  301. Buy
  302. </Button>
  303. </div>
  304. </GridItem>
  305. <GridItem xs={12} sm={12} md={4}>
  306. <img
  307. alt="..."
  308. style={{
  309. height: "350px",
  310. width: "100%",
  311. display: "block",
  312. }}
  313. src="https://d2pa5gi5n2e1an.cloudfront.net/id/images/article/10721_ID/2.jpg"
  314. className={navImageClasses}
  315. />
  316. <div align="center">
  317. <h2>JUPITER Z1</h2>
  318. <h4>Rp. 18.600.000,00</h4>
  319. <Button color="info" round>
  320. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  321. Buy
  322. </Button>
  323. </div>
  324. </GridItem>
  325. <GridItem xs={12} sm={12} md={4}>
  326. <img
  327. alt="..."
  328. style={{
  329. height: "350px",
  330. width: "100%",
  331. display: "block",
  332. }}
  333. src="https://yamaha-deta.co.id/assets/themes/default/extra-images/detailproduk/ENERGETIC_WHITE.png"
  334. className={navImageClasses}
  335. />
  336. <div align="center">
  337. <h2>VEGA FORCE CW</h2>
  338. <h4>Rp. 16.825.000,00</h4>
  339. <Button color="info" round>
  340. <LocalGroceryStoreIcon className={classes.icons} />{" "}
  341. Buy
  342. </Button>
  343. </div>
  344. </GridItem>
  345. <GridItem xs={12} sm={12} md={4}>
  346. <img
  347. alt="..."
  348. style={{ height: "350px", display: "block" }}
  349. src="https://www.yamaha-motor.co.id/uploads/products/2020020510350637523I93808.png"
  350. className={navImageClasses}
  351. />
  352. </GridItem>
  353. <GridItem xs={12} sm={12} md={4}>
  354. <img
  355. alt="..."
  356. style={{ height: "350px", display: "block" }}
  357. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-Std-Htm.png"
  358. className={navImageClasses}
  359. />
  360. </GridItem>
  361. <GridItem xs={12} sm={12} md={4}>
  362. <img
  363. alt="..."
  364. style={{
  365. height: "350px",
  366. width: "100%",
  367. display: "block",
  368. }}
  369. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-R-Version.png"
  370. className={navImageClasses}
  371. />
  372. </GridItem>
  373. <GridItem xs={12} sm={12} md={4}>
  374. <img
  375. alt="..."
  376. style={{
  377. height: "350px",
  378. width: "100%",
  379. display: "block",
  380. }}
  381. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Aerox-S-Ver-Red.png"
  382. className={navImageClasses}
  383. />
  384. </GridItem>
  385. <GridItem xs={12} sm={12} md={4}>
  386. <img
  387. alt="..."
  388. style={{
  389. height: "350px",
  390. width: "100%",
  391. display: "block",
  392. }}
  393. src="https://i0.wp.com/warungasep.net/wp-content/uploads/2020/02/view-1.png"
  394. className={navImageClasses}
  395. />
  396. </GridItem>
  397. <GridItem xs={12} sm={12} md={4}>
  398. <img
  399. alt="..."
  400. style={{
  401. height: "350px",
  402. width: "100%",
  403. display: "block",
  404. }}
  405. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Fino-Sporty-Blue-768x744.png"
  406. className={navImageClasses}
  407. />
  408. </GridItem>
  409. <GridItem xs={12} sm={12} md={4}>
  410. <img
  411. alt="..."
  412. style={{
  413. height: "350px",
  414. width: "100%",
  415. display: "block",
  416. }}
  417. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Fino-Grande-Blue-768x744.png"
  418. className={navImageClasses}
  419. />
  420. </GridItem>
  421. <GridItem xs={12} sm={12} md={4}>
  422. <img
  423. alt="..."
  424. style={{
  425. height: "350px",
  426. width: "100%",
  427. display: "block",
  428. }}
  429. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Mio-S-Green-768x703.png"
  430. className={navImageClasses}
  431. />
  432. </GridItem>
  433. <GridItem xs={12} sm={12} md={4}>
  434. <img
  435. alt="..."
  436. style={{
  437. height: "350px",
  438. width: "100%",
  439. display: "block",
  440. }}
  441. src="http://automotive.thamrin.co.id/wp-content/uploads/2019/07/Mio-M3-CW-Black-768x649.png"
  442. className={navImageClasses}
  443. />
  444. </GridItem>
  445. </GridContainer>
  446. ),
  447. },
  448. {
  449. tabButton: "Suzuki",
  450. tabIcon: Dashboard,
  451. tabContent: (
  452. <GridContainer justify="center">
  453. </GridContainer>
  454. ),
  455. },
  456. {
  457. tabButton: "Honda",
  458. tabIcon: Dashboard,
  459. tabContent: (
  460. <GridContainer justify="center">
  461. </GridContainer>
  462. ),
  463. },
  464. {
  465. tabButton: "Mercedes Benz",
  466. tabIcon: Dashboard,
  467. tabContent: (
  468. <GridContainer justify="center">
  469. </GridContainer>
  470. ),
  471. },
  472. ]}
  473. />
  474. </GridItem>
  475. </GridContainer>
  476. </CardBody>
  477. <CardFooter className={classes.textMuted} textAlign="center">
  478. © 2020 , All Right Reserved by @Thamrin Brother Company
  479. </CardFooter>
  480. </Card>
  481. );
  482. }