Spaces:
Running
Running
Contact
Browse filesIndia: +91 7994785886
Germany: +49 1628528047
- components/footer.js +3 -3
- index.html +4 -4
components/footer.js
CHANGED
|
@@ -69,9 +69,9 @@ class CustomFooter extends HTMLElement {
|
|
| 69 |
<div class="footer-section">
|
| 70 |
<h4>Contact</h4>
|
| 71 |
<div class="footer-links">
|
| 72 |
-
<span style="color: #6b7280;">India: +91
|
| 73 |
-
<span style="color: #6b7280;">Germany: +49
|
| 74 |
-
|
| 75 |
</div>
|
| 76 |
<div class="footer-bottom">
|
| 77 |
<p>© 2024 NanoMatter Technologies. All rights reserved.</p>
|
|
|
|
| 69 |
<div class="footer-section">
|
| 70 |
<h4>Contact</h4>
|
| 71 |
<div class="footer-links">
|
| 72 |
+
<span style="color: #6b7280;">India: +91 7994785886</span>
|
| 73 |
+
<span style="color: #6b7280;">Germany: +49 1628528047</span>
|
| 74 |
+
</div>
|
| 75 |
</div>
|
| 76 |
<div class="footer-bottom">
|
| 77 |
<p>© 2024 NanoMatter Technologies. All rights reserved.</p>
|
index.html
CHANGED
|
@@ -325,9 +325,9 @@
|
|
| 325 |
</div>
|
| 326 |
<div class="flex items-center gap-2">
|
| 327 |
<i data-feather="phone" class="text-orange-500"></i>
|
| 328 |
-
<span>+91
|
| 329 |
</div>
|
| 330 |
-
|
| 331 |
</div>
|
| 332 |
<div class="bg-white rounded-xl p-6 border border-gray-200 shadow-sm">
|
| 333 |
<h4 class="font-semibold text-gray-900 mb-3">Germany - European Operations</h4>
|
|
@@ -338,9 +338,9 @@
|
|
| 338 |
</div>
|
| 339 |
<div class="flex items-center gap-2">
|
| 340 |
<i data-feather="phone" class="text-orange-500"></i>
|
| 341 |
-
<span>+49
|
| 342 |
</div>
|
| 343 |
-
|
| 344 |
</div>
|
| 345 |
</div>
|
| 346 |
</div>
|
|
|
|
| 325 |
</div>
|
| 326 |
<div class="flex items-center gap-2">
|
| 327 |
<i data-feather="phone" class="text-orange-500"></i>
|
| 328 |
+
<span>+91 7994785886</span>
|
| 329 |
</div>
|
| 330 |
+
</div>
|
| 331 |
</div>
|
| 332 |
<div class="bg-white rounded-xl p-6 border border-gray-200 shadow-sm">
|
| 333 |
<h4 class="font-semibold text-gray-900 mb-3">Germany - European Operations</h4>
|
|
|
|
| 338 |
</div>
|
| 339 |
<div class="flex items-center gap-2">
|
| 340 |
<i data-feather="phone" class="text-orange-500"></i>
|
| 341 |
+
<span>+49 1628528047</span>
|
| 342 |
</div>
|
| 343 |
+
</div>
|
| 344 |
</div>
|
| 345 |
</div>
|
| 346 |
</div>
|