pages_sp_contact.liquid 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <!DOCTYPE html>
  2. <html lang="{{site.dist.country}}">
  3. <head><meta charset="UTF-8">
  4. <title>{{page.seo_title}}</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6. <meta name="keywords" content="{{ page.seo_keywords}}" />
  7. <meta name="description" content="{{page.seo_description}}" />
  8. <link rel="canonical" href="{{site.current_url}}" />
  9. <meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
  10. <meta property="og:type" content="website" />
  11. <meta property="og:title" content="{{ site.dist.seo_title }}" />
  12. <meta property="og:description" content="{{ site.dist.seo_description | strip_html| strip_newlines }}" />
  13. <meta property="og:url" content="{{site.current_url}}" />
  14. <link rel='shortlink' href='{{site.current_url}}' />
  15. <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
  16. <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
  17. <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
  18. <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
  19. <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>
  20. </head>
  21. <body>
  22. {% include '_header.liquid' %}
  23. <section class="page-header">
  24. <div class="section-wrapper">
  25. <h1 class="page-title">Contact Us </h1>
  26. <div class="breadcrumb-wrapper"> {% for breadcrumb in breadcrumbs %}
  27. <a href="{{ breadcrumb.url }}"> {{ breadcrumb.name }} </a>
  28. {% if forloop.index != forloop.length %}
  29. <span>/</span>
  30. {% endif %}
  31. {% endfor %}</div>
  32. </div>
  33. </section>
  34. <section class="contact-companies">
  35. <div class="section-wrapper" mtb_edit="1">
  36. <h1>Welcome to talk to us</h1>
  37. <div class="rich-text">We are ready to assist if you have any of the following needs.</div>
  38. <div class="contact-grid">
  39. <div class="contact-grid-item">
  40. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon5.svg"></div>
  41. <div class="heading-group">
  42. <h3 class="text-balance">Find new suppliers</h3>
  43. <p class="richtex">Looking for a new supplier? Talk to our team and let us know your needs – we’d love to become your trusted business partner.</p>
  44. </div>
  45. </div>
  46. <div class="contact-grid-item">
  47. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon2.svg"></div>
  48. <div class="heading-group">
  49. <h3 class="text-balance">Competitive products</h3>
  50. <p class="richtex">With our robust supply chain integration capabilities, we can provide you with high-quality, cost-effective products, talk to our team now and get a price list.</p>
  51. </div>
  52. </div>
  53. <div class="contact-grid-item">
  54. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon1.svg"></div>
  55. <div class="heading-group">
  56. <h3 class="text-balance">Technical support</h3>
  57. <p class="richtex">Please share your innovative product ideas with us, and we will work closely with you every step of the way to bring them to life.</p>
  58. </div>
  59. </div>
  60. <div class="contact-grid-item">
  61. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon3.svg"></div>
  62. <div class="heading-group">
  63. <h3 class="text-balance">OEM service</h3>
  64. <p class="richtex">
  65. If you have any specific design requirements, such as different sizes, materials, or features, our R&D and design team would be happy to help.
  66. </p>
  67. </div>
  68. </div>
  69. <div class="contact-grid-item">
  70. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon4.svg"></div>
  71. <div class="heading-group">
  72. <h3 class="text-balance">One-stop service</h3>
  73. <p class="richtex">Our dedicated customer support team is available to assist with any order-related inquiries, from various products to shipping status. And ensure complete customer satisfaction.</p>
  74. </div>
  75. </div>
  76. <div class="contact-grid-item">
  77. <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon6.svg"></div>
  78. <div class="heading-group">
  79. <h3 class="text-balance">Stable supply chain</h3>
  80. <p class="richtex">With our own factory and a production facility of over 10,000 square meters, along with ample regular stock, we are able to respond quickly to orders of any size.</p>
  81. </div>
  82. </div>
  83. </div>
  84. </div><!--section-wrapper-->
  85. </section>
  86. {% include '__contact.liquid' %}
  87. {% include '_footer.liquid' %}
  88. <script>
  89. var swiper1=new Swiper(".mySwiper", {
  90. autoplay:true,
  91. slidesPerView: 3,
  92. slidesPerGroup: 3,
  93. speed:1000,
  94. loop: true,
  95. navigation: {
  96. nextEl: '.pre',
  97. prevEl: '.next',
  98. },
  99. breakpoints: {
  100. 320: {
  101. slidesPerView: 1,
  102. slidesPerGroup: 1,
  103. },
  104. 768: {
  105. slidesPerView: 2,
  106. slidesPerGroup:2,
  107. },
  108. 900: {
  109. slidesPerView: 3,
  110. slidesPerGroup:3,
  111. },
  112. 1024: {
  113. slidesPerView: 3,
  114. slidesPerGroup:3,
  115. },
  116. },
  117. });
  118. </script>
  119. </body>
  120. </html>