Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dealer-automation.html 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>ADM - ARIA Digital Machines</title>
  6. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  7. <meta content="" name="keywords" />
  8. <meta content="" name="description" />
  9. <!-- Google Web Fonts -->
  10. <link rel="preconnect" href="https://fonts.googleapis.com" />
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  12. <link
  13. href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
  14. rel="stylesheet">
  15. <!-- Icon Font Stylesheet -->
  16. <link
  17. rel="stylesheet"
  18. href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" />
  19. <link
  20. href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
  21. rel="stylesheet" />
  22. <link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css">
  23. <!-- Libraries Stylesheet -->
  24. <link rel="stylesheet" href="lib/animate/animate.min.css" />
  25. <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
  26. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
  27. <!-- Customized Bootstrap Stylesheet -->
  28. <link href="css/bootstrap.min.css" rel="stylesheet" />
  29. <!-- Template Stylesheet -->
  30. <link href="css/style.css" rel="stylesheet" />
  31. <!-- <link href="css/navbar.css" rel="stylesheet" /> -->
  32. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  33. <link href="assets/css/main.css" rel="stylesheet">
  34. </head>
  35. <body>
  36. <!-- Spinner Start -->
  37. <!-- -->
  38. <!-- Spinner End -->
  39. <header class="header d-flex align-items-center fixed-top" id="header"></header>
  40. <!-- Header Start -->
  41. <!-- <div class="container-fluid bg-breadcrumb">
  42. <div class="container text-center py-5" style="max-width: 900px;">
  43. <h4 class="text-white display-4 mb-4 wow fadeInDown" data-wow-delay="0.1s">Our Features</h4>
  44. <ol class="breadcrumb d-flex justify-content-center mb-0 wow fadeInDown" data-wow-delay="0.3s">
  45. <li class="breadcrumb-item"><a href="index.html">Home</a></li>
  46. <li class="breadcrumb-item"><a href="#">Pages</a></li>
  47. <li class="breadcrumb-item active text-primary">Feature</li>
  48. </ol>
  49. </div>
  50. </div> -->
  51. <!-- Header End -->
  52. <!-- Feature Start -->
  53. <div class="container-fluid feature bg-light py-5 mt-5">
  54. <div class="container mt-5">
  55. <div
  56. class="text-center mx-auto pb-5 wow"
  57. style="max-width: 800px">
  58. <!-- <h4 class="text-primary">Our Features</h4> -->
  59. <h1 class="display-4 mb-4">Dealer Automation </h1>
  60. <h1 class="text-dark">Dealer Automation for Streamlined Supply Chains</h1>
  61. <p class="mb-0">
  62. ADM Technologies Dealer Automation Solutions revolutionized the way businesses interact with their dealer networks. By automating processes like order management, inventory tracking, and communication, we reduced manual errors.
  63. </p>
  64. </div>
  65. </div>
  66. </div>
  67. <!-- Feature End -->
  68. <!-- Software develppment Start -->
  69. <div class="container-fluid faq-section bg-light">
  70. <div class="container py-5">
  71. <div class="row g-5 align-items-center">
  72. <div class="col-xl-6 wow ">
  73. <div class="h-100">
  74. <div class="mb-5">
  75. <h1>Why Choose ADM’s Dealer Automation Solutions?</h1>
  76. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  77. <strong>Real-Time Connectivity :</strong>
  78. Establish seamless communication between manufacturers, distributors, and dealers.
  79. </p>
  80. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  81. <strong>Order Simplification:</strong>
  82. Automate order processing and approvals to eliminate delays and manual bottlenecks.
  83. </p>
  84. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  85. <strong>Data Transparency :</strong>
  86. Provide dealers with real-time insights into inventory levels, product availability, and pricing
  87. </p>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="col-xl-6 wow ">
  92. <img
  93. src="img/software-development.png"
  94. class="img-fluid w-100"
  95. alt="" />
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. <!-- Software develppment End -->
  101. <!-- Video analytics Start -->
  102. <div class="container-fluid faq-section bg-light py-5">
  103. <div class="container py-5">
  104. <div class="row g-5 align-items-center">
  105. <div class="col-xl-6 wow ">
  106. <img src="img/video-analytics.png" class="img-fluid w-100" alt="" />
  107. </div>
  108. <div class="col-xl-6 wow ">
  109. <div class="h-100">
  110. <div class="mb-5">
  111. <h1>Key Features of Dealer Automation</h1>
  112. <h4 class="text-primary">
  113. 1. Centralized Order Management
  114. </h4>
  115. <p>
  116. Simplify order placement, tracking, and fulfilment on a unified digital platform, accessible anytime.
  117. </p>
  118. <h4 class="text-primary">
  119. 2. Automated Inventory Sync
  120. </h4>
  121. <p>
  122. Ensure dealers have up-to-date information on stock levels, reducing stockouts and overstocking.
  123. </p>
  124. <h4 class="text-primary">
  125. 3. Performance Dashboards
  126. </h4>
  127. <p>
  128. Monitor dealer performance metrics, including sales volumes and growth opportunities, with intuitive dashboards.
  129. </p>
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. <!-- Video analytics End -->
  137. <!-- Software develppment Start -->
  138. <div class="container-fluid faq-section bg-light">
  139. <div class="container py-5">
  140. <div class="row g-5 align-items-center">
  141. <div class="col-xl-6 wow ">
  142. <div class="h-100">
  143. <div class="mb-5">
  144. <h1>Benefits of ADM’s Dealer Automation</h1>
  145. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  146. <strong>Efficiency :</strong>Streamline workflows, freeing up time for dealers to focus on sales and customer engagement.
  147. </p>
  148. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  149. <strong>Faster Turnarounds :</strong> Accelerate order fulfilment and reduce delivery delays with automated processes.
  150. </p>
  151. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  152. <strong>Stronger Relationships :</strong>Build trust with dealers by providing transparent data and efficient support.
  153. </p>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="col-xl-6 wow">
  158. <img
  159. src="img/software-development.png"
  160. class="img-fluid w-100"
  161. alt="" />
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <!-- Software develppment End -->
  167. <!-- Video analytics Start -->
  168. <div class="container-fluid faq-section bg-light py-5">
  169. <div class="container py-5">
  170. <div class="row g-5 align-items-center">
  171. <div class="col-xl-6 wow ">
  172. <img src="img/video-analytics.png" class="img-fluid w-100" alt="" />
  173. </div>
  174. <div class="col-xl-6 wow">
  175. <div class="h-100">
  176. <div class="mb-5">
  177. <h1>Applications of Dealer Automation</h1>
  178. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  179. <strong>Automotive Sector :</strong>Manage multi-tier dealer networks with automated sales and inventory tracking.
  180. </p>
  181. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  182. <strong>Consumer Goods :</strong> Enable faster restocking and improved dealer satisfaction in competitive markets.
  183. </p>
  184. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  185. <strong>Machinery and Equipment:</strong>Simplify bulk orders and ensure consistent supply to dealers across regions.
  186. </p>
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. <!-- Video analytics End -->
  194. <!-- Video analytics Start -->
  195. <div class="container-fluid faq-section bg-light py-5">
  196. <div class="container py-5">
  197. <div class="row g-5 align-items-left">
  198. <div class="col-xl-12 wow ">
  199. <h1>Transform Dealer Management with ADM</h1>
  200. <p class="mb-0">
  201. ADM Technologies’ Dealer Automation Solutions empowers businesses to simplify dealer interactions, improve operational transparency, and drive growth. Experience a smarter way to manage your dealer networks with our improved technology.
  202. </p>
  203. </div>
  204. </div>
  205. </div>
  206. </div>
  207. <!-- Video analytics End -->
  208. <!-- Footer Start -->
  209. <footer id="footer" class="footer">
  210. <div class="container-fluid footer py-5 wow ">
  211. <div class="container py-5">
  212. <div class="row g-5">
  213. <div class="col-xl-9">
  214. <div
  215. class="pt-5"
  216. style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
  217. <div class="row g-0">
  218. <div class="col-12">
  219. <div class="row g-4">
  220. <div class="col-lg-6 col-xl-4">
  221. <div class="d-flex">
  222. <div
  223. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  224. <i class="fas fa-map-marker-alt fa-2x"></i>
  225. </div>
  226. <div>
  227. <h4 class="text-white">Address</h4>
  228. <p class="mb-0">
  229. #501,#508-510, Shangrila Plaza , <br />Road No. 2,
  230. Park View Enclave, <br />Banjara Hills , Hyderabad,
  231. <br />Telangana-500034
  232. </p>
  233. </div>
  234. </div>
  235. </div>
  236. <div class="col-lg-6 col-xl-4">
  237. <div class="d-flex">
  238. <div
  239. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  240. <i class="fas fa-envelope fa-2x"></i>
  241. </div>
  242. <div>
  243. <h4 class="text-white">Mail Us</h4>
  244. <p class="mb-0">info@ADM.com</p>
  245. </div>
  246. </div>
  247. </div>
  248. <div class="col-lg-6 col-xl-4">
  249. <div class="d-flex">
  250. <div
  251. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  252. <i class="fa fa-phone-alt fa-2x"></i>
  253. </div>
  254. <div>
  255. <h4 class="text-white">Telephone</h4>
  256. <p class="mb-0">+91 9885888835</p>
  257. <p class="mb-0">+91 9581234499</p>
  258. </div>
  259. </div>
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. </div>
  266. <div class="col-xl-3">
  267. <div class="footer-item">
  268. <h4 class="text-white mb-4">Follow Us</h4>
  269. <a href="">
  270. <i class="fab fa-facebook facebook"> Facebook</i>
  271. </a>
  272. <a href="">
  273. <i class="fab fa-twitter twitter"> Twitter</i>
  274. </a>
  275. <a href="">
  276. <i class="fab fa-instagram instagram"> Instagram</i>
  277. </a>
  278. <a href="">
  279. <i class="fab fa-linkedin linkedin"> Linkedin</i>
  280. </a>
  281. <a href="">
  282. <i class="fab fa-youtube youtube"> Youtube</i>
  283. </a>
  284. <a href="">
  285. <i class="fab fa-pinterest pinterest"> Pinterest</i>
  286. </a>
  287. </div>
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. <!-- Footer End -->
  293. <!-- Copyright Start -->
  294. <div class="container-fluid copyright py-4">
  295. <div class="container">
  296. <div class="row g-4 align-items-center">
  297. <div class="col-md-6 text-center text-md-end mb-md-0">
  298. <span class="text-body">
  299. 2024 © Copy Rights
  300. <a
  301. href="https://ADM.com/"
  302. class="border-bottom text-white">
  303. ADM
  304. </a>
  305. </span>
  306. </div>
  307. <!-- <div class="col-md-6 text-center text-md-start text-body"> -->
  308. <!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
  309. <!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
  310. <!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
  311. <!-- Designed By -->
  312. <!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
  313. <!-- >HTML Codex</a -->
  314. <!-- > -->
  315. <!-- Distributed By -->
  316. <!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
  317. <!-- >ThemeWagon</a -->
  318. <!-- > -->
  319. <!-- </div> -->
  320. </div>
  321. </div>
  322. </div>
  323. <!-- Copyright End -->
  324. </footer>
  325. <!-- Back to Top -->
  326. <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
  327. ><i class="fa fa-arrow-up"></i
  328. ></a>
  329. <!-- JavaScript Libraries -->
  330. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  331. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
  332. <script src="lib/wow/wow.min.js"></script>
  333. <script src="lib/easing/easing.min.js"></script>
  334. <script src="lib/waypoints/waypoints.min.js"></script>
  335. <script src="lib/counterup/counterup.min.js"></script>
  336. <script src="lib/lightbox/js/lightbox.min.js"></script>
  337. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  338. <!-- Template Javascript -->
  339. <script src="js/main.js"></script>
  340. <script src="assets/js/navbar.js"></script>
  341. <script src="assets/js/footer.js"></script>
  342. </body>
  343. <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl489763'},{'dcenter':'sg2'},{'cp_id':'8377108'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>