<?php
$title = 'DataExport.eu';
$description = 'DataExport.eu';
?>

<?php require_once("./components/header.php"); ?>

<main class="main container" id="about">

  <div class="main-header">
    <div class="title-container">
      <div class="title-block">
        <h1>Professional Data Conversion
          <span>and Transfer for Vehicle Sellers</span>
        </h1>
        <div class="title-description">
          <p>For 10 years we have been expertly solving problems connected with data transfer to advertising websites. We import large amounts of data about your vehicles, convert it to any formats and export to any websites. </p>
          <p>Our customers are dealers of trucks, construction equipment, agricultural machinery, warehouse vehicles and cars.</p>
        </div>
        <a href="#services" class="action-btn">Learn more about our services</a>
      </div>
      <div class="title-img">
        <img src="/assets/images/main_img/main.png" alt="">
      </div>
    </div>
  </div>
  <div class="services-container" id="services">
    <div class="services-text-container">
      <p class="services-subtitle">Services</p>
      <h2 class="services-title"><span>Simple</span> and convenient transfer of your stock <span>to any websites</span></h2>
      <div class="services-description">
        <p>DataExport.eu helps you with high-quality automatic publication of your vehicles on the advertising websites of your interest. </p>
        <p>We will free you from different data formats, stock updates, publication control and manual publication on several different websites of course. You need to keep up only one source – your own website for example – the rest we’ll do for you.</p>
        <p>What we do first - we copy your stock with all possible details. Second, we proficiently convert it to the native data formats used by your advertising partners. Then we upload your stock to the advertisers and synchronize updates using your source.</p>
      </div>

      <a href="#contact" class="action-btn">Contact us to get started <img src="/assets/images/icons/arrow.png" alt=""></a>
    </div>




    <div class="services-item-container">
      <div class="services-item">
        <img src="/assets/images/icons/line.png" alt="">
        <div class="services-item-text">
          <h3>Data export to any websites</h3>
          <p>We have been transferring and converting data for more than 10 years. During these years we have accumulated vast experience, making us highly qualified in this field. We have thoroughly studied problems that vehicle sellers face every day. Our solutions are designed to bring publication of your ads to the new advanced level.</p>
        </div>
        <div class="services-item-icon-container">
          <img src="/assets/images/icons/global.svg" alt="">
        </div>
      </div>
      <div class="services-item">
        <img src="/assets/images/icons/line.png" alt="">
        <div class="services-item-text">
          <h3>Quality of the data transferred</h3>
          <p>We have been working long to make our work invisible. Everything is working reliably, precisely and without your interference, just like a Swiss watch. Your stock will be thoroughly copied from a source and transferred to the chosen advertisers. For you it will look simple and unnoticed.</p>
        </div>

        <div class="services-item-icon-container">
          <img src="/assets/images/icons/medal.svg" alt="">
        </div>
      </div>
      <div class="services-item secondary">
        <img src="/assets/images/icons/line.png" alt="">
        <div class="services-item-text">
          <h3>Time saving</h3>
          <p>DataExport.eu team does its best to save your time. With us you will only have one source to control, for example your corporate website, the rest we’ll do ourselves. You will be freed from updating and controlling your stock on many advertising websites simultaneously.</p>
        </div>

        <div class="services-item-icon-container">
          <img src="/assets/images/icons/clock.svg" alt="">
        </div>
      </div>
      <div class="services-item">
        <img src="/assets/images/icons/line.png" alt="">
        <div class="services-item-text">
          <h3>Personal service</h3>
          <p>We keep up with modern trends, so we are ready to develop individual software just for your needs. You’ve got a new advertising partner? No problem, we’ll solve data conversion and transfer issues ourselves. You want to see your vehicles on Facebook? A corporate watermark on the vehicle photos? Dataexport.eu team is always ready to complete new tasks.</p>
        </div>

        <div class="services-item-icon-container">
          <img src="/assets/images/icons/account.svg" alt="">
        </div>
      </div>
      <div class="services-item">
        <img src="/assets/images/icons/line.png" alt="">
        <div class="services-item-text">
          <h3>Responsible user support</h3>
          <p>Your personal manager is always available to explain, consult, solve any problems in our competence. We practice only individual service, as every our customer is valuable to us. Just get in touch and we’ll support you.</p>
        </div>

        <div class="services-item-icon-container">
          <img src="/assets/images/icons/talk.svg" alt="">
        </div>
      </div>
    </div>
  </div>

  <div class="main-info-container container" id="contact">
    <h2 class="main-info-title">Contact us</h2>
    <div class="main-contact-form">
      <?php require_once("./components/form.php") ?>
    </div>
  </div>
</main>

<?php
require_once("./components/footer.php");
?>