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.
 
 

256 Zeilen
12 KiB

  1. // import React from 'react';
  2. // import * as Icons from 'react-feather';
  3. // import Link from 'next/link';
  4. // const Features = () => {
  5. // return (
  6. // <div className="hosting-features-area pt-80 pb-50 bg-f9f6f6">
  7. // <div className="container">
  8. // <div className="section-title">
  9. // <h2>Thamrin Group Businees Partner</h2>
  10. // <div className="bar"></div>
  11. // </div>
  12. // <div className="row">
  13. // <div className="col-lg-4 col-md-6">
  14. // <div className="single-hosting-features">
  15. // <br/>
  16. // <img src="/images/Home/businees/ThamrinBrothers.png" width="290px" alt="image" />
  17. // <br/><br/><br/>
  18. // <h3>
  19. // <Link href="/feature-details">
  20. // <a>Thamrin Brother's</a>
  21. // </Link>
  22. // </h3>
  23. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  24. // </div>
  25. // </div>
  26. // <div className="col-lg-4 col-md-6">
  27. // <div className="single-hosting-features">
  28. // <img src="/images/Home/businees/Nusa Sarana Citra Bakti.png" width="200px" alt="image" />
  29. // <br/><br/>
  30. // <h3>
  31. // <Link href="/feature-details">
  32. // <a>Nusa Sarana Citra Bakti</a>
  33. // </Link>
  34. // </h3>
  35. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  36. // </div>
  37. // </div>
  38. // <div className="col-lg-4 col-md-6">
  39. // <div className="single-hosting-features">
  40. // <div className="icon">
  41. // <Icons.Bell />
  42. // </div>
  43. // <h3>
  44. // <Link href="/feature-details">
  45. // <a>Best Analytics Audits</a>
  46. // </Link>
  47. // </h3>
  48. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  49. // </div>
  50. // </div>
  51. // <div className="col-lg-4 col-md-6">
  52. // <div className="single-hosting-features">
  53. // <div className="icon bg-c679e3">
  54. // <Icons.Grid />
  55. // </div>
  56. // <h3>
  57. // <Link href="/feature-details">
  58. // <a>Simple Dashboard</a>
  59. // </Link>
  60. // </h3>
  61. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  62. // </div>
  63. // </div>
  64. // <div className="col-lg-4 col-md-6">
  65. // <div className="single-hosting-features">
  66. // <div className="icon">
  67. // <Icons.Mail />
  68. // </div>
  69. // <h3>
  70. // <Link href="/feature-details">
  71. // <a>Email Notifications</a>
  72. // </Link>
  73. // </h3>
  74. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  75. // </div>
  76. // </div>
  77. // <div className="col-lg-4 col-md-6">
  78. // <div className="single-hosting-features">
  79. // <div className="icon bg-c679e3">
  80. // <Icons.HardDrive />
  81. // </div>
  82. // <h3>
  83. // <Link href="/feature-details">
  84. // <a>Deep Technical SEO</a>
  85. // </Link>
  86. // </h3>
  87. // <p>Lorem ipsum dolor amet, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  88. // </div>
  89. // </div>
  90. // </div>
  91. // </div>
  92. // </div>
  93. // );
  94. // }
  95. // export default Features;
  96. import React from 'react';
  97. import Link from 'next/link';
  98. import * as Icon from 'react-feather';
  99. const OurServices = () => {
  100. return (
  101. <div id="business_partner" className="iot-services-area pt-80 pb-50">
  102. <div className="container justify-content-center">
  103. <div className="section-title">
  104. <h2>Thamrin Group Businees Partner</h2>
  105. <div className="bar"></div>
  106. <p>Thamrin Group mempunyai beberapa Businees Partner sebagai Unit Bisnis nya, antar lain</p>
  107. </div>
  108. <div className="row">
  109. <div className="col-lg-4 col-md-6">
  110. <div className="single-repair-services bg1">
  111. <br/>
  112. <img src="/images/Home/businees/ThamrinBrothers.png" width="290px" alt="image" />
  113. <br/><br/><br/>
  114. <h3>Thamrin Brothers <br /> Yamaha</h3>
  115. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  116. <Link href="/yamaha" target="_blank">
  117. <a target="_blank"><Icon.ArrowRight /></a>
  118. </Link>
  119. </div>
  120. </div>
  121. <div className="col-lg-4 col-md-6">
  122. <div className="single-repair-services bg2">
  123. <img src="/images/Home/businees/Nusa Sarana Citra Bakti.png" width="200px" alt="image" />
  124. <br/><br/>
  125. <h3>Nusa Sarana Citra Bakti <br /> Suzuki</h3>
  126. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  127. <Link href="/service-details">
  128. <a><Icon.ArrowRight /></a>
  129. </Link>
  130. </div>
  131. </div>
  132. <div className="col-lg-4 col-md-6">
  133. <div className="single-repair-services bg3">
  134. <img src="/images/Home/businees/CITRA LESTARI MOBILINDO.png" width="95px" alt="image" />
  135. <br/><br/>
  136. <h3>Citra Lestari Mobilindo <br />Hino</h3>
  137. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  138. <Link href="/service-details">
  139. <a><Icon.ArrowRight /></a>
  140. </Link>
  141. </div>
  142. </div>
  143. <div className="col-lg-4 col-md-6">
  144. <div className="single-repair-services bg4">
  145. <img src="/images/Home/businees/Honda.png" width="170px" alt="image" />
  146. <h3>Citra Thamrin Motor <br /> Honda</h3>
  147. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  148. <Link href="/service-details">
  149. <a><Icon.ArrowRight /></a>
  150. </Link>
  151. </div>
  152. </div>
  153. <div className="col-lg-4 col-md-6">
  154. <div className="single-repair-services bg5">
  155. <br/>
  156. <img src="/images/Home/businees/Mbenz.png" width="320px" alt="image" />
  157. <br/><br/>
  158. <h3>Thamrin Citra Abadi <br /> Mercedes Benz</h3>
  159. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  160. <Link href="/service-details">
  161. <a><Icon.ArrowRight /></a>
  162. </Link>
  163. </div>
  164. </div>
  165. <div className="col-lg-4 col-md-6">
  166. <div className="single-repair-services bg6">
  167. <br/>
  168. <img src="/images/Home/businees/PIM.png" width="270px" alt="image" />
  169. <br/><br/>
  170. <h3>Musi Lestari Indo Makmur<br /> Palembang Indah Mall</h3>
  171. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  172. <Link href="/service-details">
  173. <a><Icon.ArrowRight /></a>
  174. </Link>
  175. </div>
  176. </div>
  177. <div className="col-lg-4 col-md-6">
  178. <div className="single-repair-services bg6">
  179. <img src="/images/Home/businees/Emilia.png" width="270px" alt="image" />
  180. <br/><br/>
  181. <h3>Musi Indah Makmur <br /> Emilia Hotel</h3>
  182. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  183. <Link href="/service-details">
  184. <a><Icon.ArrowRight /></a>
  185. </Link>
  186. </div>
  187. </div>
  188. <div className="col-lg-4 col-md-6">
  189. <div className="single-repair-services bg6">
  190. <br/>
  191. <img src="/images/Home/businees/BPR.png" width="350px" alt="image" />
  192. <br/><br/><br/>
  193. <h3>Bank Perkreditan Rakyat <br /> Berkat Sejati</h3>
  194. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  195. <Link href="/service-details">
  196. <a><Icon.ArrowRight /></a>
  197. </Link>
  198. </div>
  199. </div>
  200. <div className="col-lg-4 col-md-6">
  201. <div className="single-repair-services bg6">
  202. <br/>
  203. <img src="/images/Home/businees/Thamrin Homes.png" width="450px" alt="image" />
  204. <br/><br/><br/>
  205. <h3>Thamrin Homes</h3><br/>
  206. <p>Lorem ipsum eiusmod dolor sit amet elit, adipiscing, sed do eiusmod tempor incididunt ut labore dolore magna aliqua.</p>
  207. <Link href="/service-details">
  208. <a><Icon.ArrowRight /></a>
  209. </Link>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215. );
  216. }
  217. export default OurServices;