devmgllc commited on
Commit
56efbf0
·
verified ·
1 Parent(s): 209d25c

add marketing and business managment and mentoring services as well as market research campaigns and pr social media management content production

Browse files
Files changed (2) hide show
  1. components/footer.js +5 -1
  2. script.js +2 -3
components/footer.js CHANGED
@@ -114,7 +114,11 @@ class CustomFooter extends HTMLElement {
114
  <a href="#" class="footer-link">AI Solutions</a>
115
  <a href="#" class="footer-link">Software Development</a>
116
  <a href="#" class="footer-link">Fintech & Blockchain</a>
117
- </div>
 
 
 
 
118
  </div>
119
 
120
  <div>
 
114
  <a href="#" class="footer-link">AI Solutions</a>
115
  <a href="#" class="footer-link">Software Development</a>
116
  <a href="#" class="footer-link">Fintech & Blockchain</a>
117
+ <a href="#" class="footer-link">Marketing & PR</a>
118
+ <a href="#" class="footer-link">Market Research</a>
119
+ <a href="#" class="footer-link">Content Production</a>
120
+ <a href="#" class="footer-link">Business Mentoring</a>
121
+ </div>
122
  </div>
123
 
124
  <div>
script.js CHANGED
@@ -25,8 +25,7 @@ document.addEventListener('DOMContentLoaded', function() {
25
  }
26
  });
27
  }, { threshold: 0.1 });
28
-
29
- document.querySelectorAll('.service-card, .testimonial-card').forEach(card => {
30
- animateOnScroll.observe(card);
31
  });
32
  });
 
25
  }
26
  });
27
  }, { threshold: 0.1 });
28
+ document.querySelectorAll('.service-card, .testimonial-card, .feature-card').forEach(card => {
29
+ animateOnScroll.observe(card);
 
30
  });
31
  });