123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <!DOCTYPE html>
- <html lang="{{site.dist.country}}">
- <head><meta charset="UTF-8">
- <title>{{page.seo_title}}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <meta name="keywords" content="{{ page.seo_keywords}}" />
- <meta name="description" content="{{page.seo_description}}" />
- <link rel="canonical" href="{{site.current_url}}" />
- <meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
- <meta property="og:type" content="website" />
- <meta property="og:title" content="{{ site.dist.seo_title }}" />
- <meta property="og:description" content="{{ site.dist.seo_description | strip_html| strip_newlines }}" />
- <meta property="og:url" content="{{site.current_url}}" />
- <link rel='shortlink' href='{{site.current_url}}' />
- <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
- <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
- <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
- <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
- <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>
- </head>
- <body>
- {% include '_header.liquid' %}
- <section class="page-header">
- <div class="section-wrapper">
- <h1 class="page-title">Contact Us </h1>
- <div class="breadcrumb-wrapper"> {% for breadcrumb in breadcrumbs %}
- <a href="{{ breadcrumb.url }}"> {{ breadcrumb.name }} </a>
- {% if forloop.index != forloop.length %}
- <span>/</span>
- {% endif %}
- {% endfor %}</div>
- </div>
- </section>
- <section class="contact-companies">
- <div class="section-wrapper" mtb_edit="1">
- <h1>Welcome to talk to us</h1>
- <div class="rich-text">We are ready to assist if you have any of the following needs.</div>
- <div class="contact-grid">
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon5.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">Find new suppliers</h3>
- <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>
- </div>
- </div>
-
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon2.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">Competitive products</h3>
- <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>
- </div>
- </div>
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon1.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">Technical support</h3>
- <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>
- </div>
- </div>
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon3.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">OEM service</h3>
- <p class="richtex">
- 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.
- </p>
- </div>
- </div>
-
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon4.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">One-stop service</h3>
- <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>
- </div>
- </div>
- <div class="contact-grid-item">
- <div class="icon"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/contact-icon6.svg"></div>
- <div class="heading-group">
- <h3 class="text-balance">Stable supply chain</h3>
- <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>
- </div>
- </div>
- </div>
- </div><!--section-wrapper-->
- </section>
- {% include '__contact.liquid' %}
- {% include '_footer.liquid' %}
- <script>
- var swiper1=new Swiper(".mySwiper", {
- autoplay:true,
- slidesPerView: 3,
- slidesPerGroup: 3,
- speed:1000,
- loop: true,
- navigation: {
- nextEl: '.pre',
- prevEl: '.next',
- },
- breakpoints: {
- 320: {
- slidesPerView: 1,
- slidesPerGroup: 1,
- },
- 768: {
- slidesPerView: 2,
- slidesPerGroup:2,
- },
- 900: {
- slidesPerView: 3,
- slidesPerGroup:3,
- },
- 1024: {
- slidesPerView: 3,
- slidesPerGroup:3,
- },
- },
- });
- </script>
- </body>
- </html>
|