Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

214 linhas
11 KiB

  1. import React from 'react';
  2. // import Link from 'next/link';
  3. import { Link } from 'react-scroll';
  4. import * as Icon from 'react-feather';
  5. const Footer = () => {
  6. const currentYear = new Date().getFullYear();
  7. return (
  8. <footer className="footer-area bg-f7fafd">
  9. <div className="container">
  10. <div className="row">
  11. <div className="col-lg-3 col-md-6">
  12. <div className="single-footer-widget">
  13. <div className="logo">
  14. <Link offset={100} href="/it-startup">
  15. <a>
  16. <img src="/images/TBG-Home/White.png" width="250px" alt="logo" />
  17. </a>
  18. </Link>
  19. </div>
  20. <p>Thamrin Group adalah perusahaan terkemuka di Sumatera Selatan & Bengkulu dengan fokus bisnis pada sektor otomotif dan properti.</p>
  21. </div>
  22. </div>
  23. <div className="col-lg-3 col-md-6">
  24. <div className="single-footer-widget pl-5">
  25. <h3>Menu</h3>
  26. <ul className="list">
  27. <li>
  28. <Link href="/#" to="home" spy={true} smooth={true}>
  29. <a>Home</a>
  30. </Link>
  31. </li>
  32. <li>
  33. <Link offset={-100} href="/#" to="business_partner" spy={true} smooth={true}>
  34. <a>Businees Partner</a>
  35. </Link>
  36. </li>
  37. <li>
  38. <Link offset={-100} href="/#" to="industri" spy={true} smooth={true}>
  39. <a>Industri</a>
  40. </Link>
  41. </li>
  42. <li>
  43. <Link offset={-100} href="/#" to="gallery" spy={true} smooth={true}>
  44. <a>Gallery</a>
  45. </Link>
  46. </li>
  47. <li>
  48. <Link offset={-100} href="/#" to="subscribe" spy={true} smooth={true}>
  49. <a>Subscribe</a>
  50. </Link>
  51. </li>
  52. {/* <li>
  53. <Link href="/#">
  54. <a onClick={e=>{
  55. e.preventDefault();
  56. window.scroll({
  57. top: document.getElementById('home').getBoundingClientRect().top+window.pageYOffset - 100,
  58. behavior: "smooth"
  59. });
  60. }}>Home</a>
  61. </Link>
  62. </li>
  63. <li>
  64. <Link href="/#" to="business_partner" spy={true} smooth={true}>
  65. <a onClick={e => {
  66. e.preventDefault();
  67. window.scroll({
  68. top: document.getElementById('business_partner').getBoundingClientRect().top+window.pageYOffset - 100,
  69. behavior: "smooth"
  70. });
  71. }}>Businees Partner</a>
  72. </Link>
  73. </li>
  74. <li>
  75. <Link href="/#" to="industri" spy={true} smooth={true}>
  76. <a onClick={e => {
  77. e.preventDefault();
  78. window.scroll({
  79. top: document.getElementById('industri').getBoundingClientRect().top+window.pageYOffset - 100,
  80. behavior: "smooth"
  81. });
  82. }}>Industri</a>
  83. </Link>
  84. </li>
  85. <li>
  86. <Link href="/#" to="gallery" spy={true} smooth={true}>
  87. <a onClick={e => {
  88. e.preventDefault();
  89. window.scroll({
  90. top: document.getElementById('gallery').getBoundingClientRect().top+window.pageYOffset - 100,
  91. behavior: "smooth"
  92. });
  93. }}>Gallery</a>
  94. </Link>
  95. </li>
  96. <li>
  97. <Link href="/#" to="about-us" spy={true} smooth={true}>
  98. <a onClick={e => {
  99. e.preventDefault();
  100. window.scroll({
  101. top: document.getElementById('about-us').getBoundingClientRect().top+window.pageYOffset - 100,
  102. behavior: "smooth"
  103. });
  104. }}>About us</a>
  105. </Link>
  106. </li> */}
  107. </ul>
  108. </div>
  109. </div>
  110. {/* <div className="col-lg-3 col-md-6">
  111. <div className="single-footer-widget">
  112. <h3>Support</h3>
  113. <ul className="list">
  114. <li>
  115. <Link href="/faq">
  116. <a>FAQ's</a>
  117. </Link>
  118. </li>
  119. <li>
  120. <Link href="/privacy-policy">
  121. <a>Privacy Policy</a>
  122. </Link>
  123. </li>
  124. <li>
  125. <Link href="/term-condition">
  126. <a>Terms & Condition</a>
  127. </Link>
  128. </li>
  129. <li>
  130. <Link href="/team">
  131. <a>Team</a>
  132. </Link>
  133. </li>
  134. <li>
  135. <Link href="/contact">
  136. <a>Contact Us</a>
  137. </Link>
  138. </li>
  139. </ul>
  140. </div>
  141. </div> */}
  142. <div className="col-lg-6 col-md-6">
  143. <div className="single-footer-widget">
  144. <h3>Address</h3>
  145. <ul className="footer-contact-info">
  146. <li>
  147. <Icon.MapPin />
  148. JL. KS Tubun, No. 81 A 17 Ilir Kecamatan Ilir Timur I Kota Palembang, Sumatera Selatan 30111, Sumatera Selatan 30113
  149. </li>
  150. <li>
  151. <Icon.Mail />
  152. Email: <a href="mailto:thamrin@gmail.co.id">thamrin@gmail.co.id</a>
  153. </li>
  154. <li>
  155. <Icon.PhoneCall />
  156. Phone: <a href="tel:321984754">+ (321) 984 754</a>
  157. </li>
  158. </ul>
  159. <ul className="social-links">
  160. <li>
  161. <Link href="https://www.facebook.com/thamrin.group">
  162. <a className="facebook" target="_blank"><Icon.Facebook /></a>
  163. </Link>
  164. </li>
  165. <li>
  166. <Link href="https://twitter.com/ThamrinGroup">
  167. <a className="twitter" target="_blank"><Icon.Twitter /></a>
  168. </Link>
  169. </li>
  170. <li>
  171. <Link href="https://www.instagram.com/thamrin.co.id/">
  172. <a className="instagram" target="_blank"><Icon.Instagram /></a>
  173. </Link>
  174. </li>
  175. <li>
  176. <Link href="https://www.youtube.com/channel/UCRUULlhLxKUpXK1Ti4Jrjkw">
  177. <a className="youtube" target="_blank"><Icon.Youtube /></a>
  178. </Link>
  179. </li>
  180. </ul>
  181. </div>
  182. </div>
  183. <div className="col-lg-12 col-md-12">
  184. <div className="copyright-area">
  185. <p>Copyright &copy; {currentYear} All Right Reserved by <a href="https://thamrin.xyz/" target="_blank">@Thamrin Group </a></p>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. <img src="/images/map.png" className="map" alt="map" />
  191. {/* Shape Images */}
  192. <div className="shape1">
  193. <img src="/images/shape1.png" alt="shape" />
  194. </div>
  195. <div className="shape8 rotateme">
  196. <img src="/images/shape2.svg" alt="shape" />
  197. </div>
  198. </footer>
  199. )
  200. }
  201. export default Footer;