-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
292 lines (259 loc) · 14 KB
/
contact.html
File metadata and controls
292 lines (259 loc) · 14 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
<!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>Contact Us | Tech Mac - Get in Touch for Packaging Solutions</title>
<meta name="description" content="Have questions or need a quote? Contact Tech Mac for expert assistance on strapping machines and innovative packaging solutions." />
<meta name="keywords" content="Contact Tech Mac, Packaging Machine Inquiry, Strapping Machine Support, Get in Touch Tech Mac, Tech Mac India" />
<meta name="author" content="Tech Mac Automation" />
<!-- Canonical URL -->
<link rel="canonical" href="https://techmac.in/contact" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Contact Us | Tech Mac - Get in Touch for Packaging Solutions" />
<meta property="og:description" content="Reach out to Tech Mac for product inquiries, service support, or partnership opportunities. We're here to help." />
<meta property="og:url" content="https://techmac.in/contact" />
<meta property="og:image" content="https://techmac.in/assets/img/pgs3.jpg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Contact Us | Tech Mac - Get in Touch for Packaging Solutions" />
<meta name="twitter:description" content="Need help? Contact Tech Mac for assistance with packaging machines, support, or custom solutions." />
<meta name="twitter:image" content="https://techmac.in/assets/img/pgs3.jpg" />
<!-- 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 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/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 active" 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>
<div class="contact-us-section bg-light py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="row g-4 shadow rounded-4 overflow-hidden bg-white p-4 p-md-5">
<!-- Section Heading -->
<h2 class="fw-bold mb-5 text-center" data-aos="fade-up">
Get in <span class="text-primary">Touch</span>
</h2>
<!-- Contact Info & Map -->
<div class="col-lg-6 d-flex flex-column justify-content-between">
<div>
<h3 class="fw-semibold mb-4">Our Office</h3>
<p class="mb-3"><i class="bi bi-geo-alt-fill text-primary me-2"></i>Plot 2, Jain Colony Part 3, Uttam Nagar, New Delhi-110059</p>
<p class="mb-3"><i class="bi bi-envelope-fill text-primary me-2"></i>info@techmac.in</p>
<p class="mb-3"><i class="bi bi-telephone-fill text-primary me-2"></i>+91 9958400936, +91 99584400921</p>
</div>
<div class="map-responsive rounded-3 overflow-hidden" style="box-shadow: 0 0 15px rgba(0,0,0,0.1);">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d411.76047394523084!2d77.0535490551968!3d28.610759703841207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d052a55bde029%3A0x2b0ff50de79b667a!2s3%2F3%2C%20Jain%20Colony%2C%20Block%20RZ%2C%20Sanjay%20Enclave%2C%20Palam%2C%20Delhi%2C%20110059!5e1!3m2!1sen!2sin!4v1749060797172!5m2!1sen!2sin" width="500" height="330" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Contact Form -->
<div class="col-lg-6">
<h3 class="fw-semibold mb-4">Send a Message</h3>
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="4d867cd9-6a0a-4632-863e-1f4d067d9643" />
<div class="mb-4">
<label for="name" class="form-label">Your Name</label>
<input type="text" class="form-control form-control-lg rounded-3" id="name" name="name" placeholder="Write your name" required />
</div>
<div class="mb-4">
<label for="email" class="form-label">Email Address</label>
<input type="email" class="form-control form-control-lg rounded-3" id="email" name="email" placeholder="Write your email" required />
</div>
<div class="mb-4">
<label for="message" class="form-label">Your Message</label>
<textarea class="form-control form-control-lg rounded-3" id="message" name="message" rows="5" placeholder="Write your message..." required></textarea>
</div>
<div class="d-grid">
<button type="submit" class="btn btn-primary btn-lg rounded-3 btn-hover">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- WhatsApp Sticky Button -->
<a href="https://wa.me/9958400936" 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>