-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.html
More file actions
374 lines (329 loc) · 17.4 KB
/
product.html
File metadata and controls
374 lines (329 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Basic SEO -->
<title>Our Products | Tech Mac - Innovative Packaging Solutions</title>
<meta name="description" content="Explore Tech Mac's range of advanced strapping machines and innovative packaging solutions tailored for industrial efficiency and reliability." />
<meta name="keywords" content="Strapping Machines, Tech Mac, Packaging Solutions, Semi-Automatic Machines, Automatic Machines, Online Systems, Industrial Packaging" />
<meta name="author" content="Tech Mac Automation" />
<!-- Canonical URL -->
<link rel="canonical" href="https://techmac.in/product" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Our Products | Tech Mac - Innovative Packaging Solutions" />
<meta property="og:description" content="Discover semi-automatic, automatic, and online system strapping machines from Tech Mac for all your packaging needs." />
<meta property="og:url" content="https://techmac.in/product" />
<meta property="og:image" content="https://techmac.in/assets/img/ph.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Our Products | Tech Mac - Innovative Packaging Solutions" />
<meta name="twitter:description" content="Explore high-performance packaging machines and strapping solutions by Tech Mac Automation." />
<meta name="twitter:image" content="https://techmac.in/assets/img/ph.png" />
<!-- Favicon -->
<link rel="icon" href="assets/icons/favicon.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
<!-- Top Bar -->
<div class="top-bar px-3 py-2 text-white">
<div class="container-fluid d-flex justify-content-between align-items-center flex-wrap">
<div class="contact-info d-flex flex-wrap gap-3">
<a href="tel:+1234567890"><i class="fas fa-phone-alt"></i>+91 99584400921</a>
<a href="mailto:info@techmac.in"><i class="fas fa-envelope"></i> info@techmac.in</a>
<a href="#"><i class="fas fa-map-marker-alt"></i>Plot 2, Jain Colony Part 3, Uttam Nagar, New Delhi-110059</a>
</div>
</div>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top px-4 shadow-sm">
<div class="container-fluid">
<a class="navbar-brand fw-bold fs-4" href="https://techmac.in/">Tech <span class="text-primary">Mac</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarContent">
<ul class="navbar-nav mb-2 mb-lg-0 gap-2">
<li class="nav-item"><a class="nav-link" href="index">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about">About</a></li>
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" data-bs-toggle="dropdown">Product</a>
<ul class="dropdown-menu animate__animated animate__fadeIn">
<li><a class="dropdown-item" href="product/strapping_machines">Strapping Machines</a></li>
<li><a class="dropdown-item" href="product/carton_sealing_machines">Carton Sealing Machines</a></li>
<li><a class="dropdown-item" href="product/stretch_wrapping_machines">Stretch Wrapping Machines</a></li>
<li><a class="dropdown-item" href="product/case_erectors">Case Erectors</a></li>
<li><a class="dropdown-item" href="product/online_packaging_systems">Online Packaging Systems</a></li>
<li><a class="dropdown-item" href="product/stretch_wrapping_machines">Strapping Tools</a></li>
<li><a class="dropdown-item" href="product">See all Products</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="video">Video</a></li>
<li class="nav-item"><a class="nav-link" href="contact">Contact</a></li>
</ul>
</div>
<a href="#quote" class="btn btn-primary d-none d-lg-block">Get a Quote</a>
</div>
</nav>
<section id="products" class="py-5" style="background: linear-gradient(135deg, #f8f9fb, #ffffff);">
<div class="container">
<div class="text-center mb-5" data-aos="fade-up">
<h2 class="fw-bold">Our <span class="text-primary">Products</span></h2>
<p class="text-muted mx-auto" style="max-width: 600px;">Explore our high-performance packaging solutions designed for speed, reliability, and sustainability.</p>
<div class="bg-primary mx-auto mt-3" style="height: 3px; width: 60px; border-radius: 2px;"></div>
</div>
<div class="row g-4">
<!-- Product 1 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="100">
<a href="product/strapping_machines" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p1.png" class="card-img-top rounded-top-4" alt="Strapping Machine">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Strapping Machines</h5>
<p class="text-muted">High-speed, durable machines for securing cartons and pallets with precision and consistency.</p>
</div>
</div>
</a>
</div>
<!-- Product 2 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<a href="product/carton_sealing_machines" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p2.png" class="card-img-top rounded-top-4" alt="Carton Sealing Machine">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Carton Sealing Machines</h5>
<p class="text-muted">Automatically seal cartons with tape or glue – perfect for e-commerce & logistics operations.</p>
</div>
</div>
</a>
</div>
<!-- Product 3 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<a href="product/stretch_wrapping_machines" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p3.png" class="card-img-top rounded-top-4" alt="Stretch Wrapping Machine">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Stretch Wrapping Machines</h5>
<p class="text-muted">Wrap pallets and bundles securely with stretch film for better protection in transit.</p>
</div>
</div>
</a>
</div>
<!-- Product 4 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="400">
<a href="product/case_erectors" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p4.png" class="card-img-top rounded-top-4" alt="Case Erector">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Case Erectors</h5>
<p class="text-muted">Quickly forms, folds, and seals corrugated boxes for high-efficiency packaging lines.</p>
</div>
</div>
</a>
</div>
<!-- Product 5 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="500">
<a href="product/online_packaging_systems" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p5.png" class="card-img-top rounded-top-4" alt="Online Packaging System">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Online Packaging Systems</h5>
<p class="text-muted">Integrated solutions that automate the entire packaging process — fast, reliable, and scalable.</p>
</div>
</a>
</div>
</div>
<!-- Product 6 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="600">
<a href="product/strapping_tools" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p6.png" class="card-img-top rounded-top-4" alt="Strapping Tools">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Strapping Tools</h5>
<p class="text-muted">Manual, semi-auto, and battery-powered tools to make strapping quick and efficient.</p>
</div>
</a>
</div>
</div>
<!-- Product 7 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="700">
<a href="product/shrink_wrapping_machines" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p7.png" class="card-img-top rounded-top-4" alt="Shrink Wrapping Machines">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Shrink Wrapping Machines</h5>
<p class="text-muted">Seal and shrink film around products for tamper-proof and visually appealing packaging.</p>
</div>
</div>
</a>
</div>
<!-- Product 8 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="800">
<a href="product/automatic_web_sealers" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p8.png" class="card-img-top rounded-top-4" alt="Automatic Web Sealer">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Automatic Web Sealers</h5>
<p class="text-muted">Ideal for high-speed shrink wrapping and bundling in industrial-scale operations.</p>
</div>
</div>
</a>
</div>
<!-- Product 9 -->
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="900">
<a href="product/packaging_consumables" style="text-decoration: none;">
<div class="card border-0 shadow-sm h-100 rounded-4">
<img src="assets/img/product/p9.png" class="card-img-top rounded-top-4" alt="Packaging Consumables">
<div class="card-body">
<h5 class="fw-bold" style="color: #0d6efd;">Packaging Consumables</h5>
<p class="text-muted">Tapes, films, straps, and other consumables to keep your packaging line running smoothly.</p>
</div>
</div>
</a>
</div>
</div>
<div class="text-center mt-5" data-aos="fade-up">
</div>
</div>
</section>
<!-- WhatsApp Sticky Button -->
<a href="https://wa.me/1234567890" class="whatsapp-float" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Floating Share Button -->
<div class="social-share-wrapper">
<div class="main-share-btn" onclick="toggleShareIcons()">
<i class="fas fa-share-alt"></i>
</div>
<div class="social-icons" id="shareIcons">
<a href="https://www.facebook.com/share/1HTtFoNZLe/" target="_blank" class="icon facebook" title="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/techmac.in/" target="_blank" class="icon instagram" title="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/@techmacautomation" target="_blank" class="icon youtube" style="color: red;" title="Youtube"><i class="fab fa-youtube"></i></a>
</div>
</div>
<footer class="bg-dark text-light py-5" style="background: linear-gradient(90deg, #0d6efd, #6610f2);">
<div class="container">
<div class="row g-4">
<!-- Company Info -->
<div class="col-lg-4 col-md-6">
<h5 class="mb-4"><b>About Us</b></h5>
<p class="mb-4">At Tech Mac, we deliver innovative and sustainable packaging solutions tailored to today’s fast-paced industries. From FMCG to pharma, our solutions ensure quality, speed, and visual appeal..</p>
<div class="social-links">
<a href="#" class="social-icon bg-primary"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon bg-info"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon bg-danger"><i class="fab fa-instagram"></i></a>
<a href="#" class="social-icon bg-primary"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Quick Links -->
<div class="col-lg-2 col-md-6">
<h5 class="mb-4"><b>Quick Links</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="#" class="footer-link">Home</a></li>
<li class="mb-2"><a href="#" class="footer-link">About</a></li>
<li class="mb-2"><a href="#" class="footer-link">Product</a></li>
<li class="mb-2"><a href="#" class="footer-link">Video</a></li>
<li class="mb-2"><a href="#" class="footer-link">Brands</a></li>
<li class="mb-2"><a href="#" class="footer-link">Contact</a></li>
</ul>
</div>
<!-- Services -->
<div class="col-lg-2 col-md-6">
<h5 class="mb-4"><b>Latest Product</b></h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="#" class="footer-link">Strapping Machines</a></li>
<li class="mb-2"><a href="#" class="footer-link">Case Erectors</a></li>
<li class="mb-2"><a href="#" class="footer-link">Carton Sealing Machines</a></li>
<li class="mb-2"><a href="#" class="footer-link">Packaging Consumables</a></li>
<li class="mb-2"><a href="#" class="footer-link">Automatic Web Sealers</a></li>
</ul>
</div>
<!-- Contact Info -->
<div class="col-lg-4 col-md-6">
<h5 class="mb-4"><b>Contact Info</b></h5>
<ul class="list-unstyled">
<li class="mb-3">
<i class="fas fa-map-marker-alt me-2"></i>
Plot 2, Jain Colony Part 3, Uttam Nagar, New Delhi-110059
</li>
<li class="mb-3">
<i class="fas fa-phone me-2"></i>
<a href="tel:+1234567890" class="footer-link">+91 9958400936, +91 99584400921</a>
</li>
<li class="mb-3">
<i class="fas fa-envelope me-2"></i>
<a href="mailto:contact@example.com" class="footer-link">info@techmac.in</a>
</li>
</ul>
</div>
</div>
<!-- Copyright -->
<div class="row mt-5">
<div class="col-12">
<hr class="mb-4">
<div class="text-center">
<p class="mb-0">© 2026 <a href="https://emergexians.com/" style="text-decoration: none; color: #0e0c00;">Emergexians Infotech Pvt. Ltd. </a>All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Font Awesome (for icons, include in <head> or before icons) -->
<script src="https://kit.fontawesome.com/a2e0e9b93f.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- AOS JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script>
// Preloader script
window.addEventListener("load", function () {
document.getElementById("preloader").style.display = "none";
});
</script>
<script>
AOS.init();
</script>
<script>
AOS.init({ duration: 1000, once: true });
const swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
breakpoints: {
768: { slidesPerView: 2 },
992: { slidesPerView: 3 }
}
});
</script>
<script>
function toggleShareIcons() {
const icons = document.querySelector('.social-icons');
icons.classList.toggle('show');
}
</script>
</body>
</html>