services.js 486 B

1234567891011121314151617181920212223
  1. const servicesData = {
  2. "services": [
  3. "Web Development",
  4. "Mobile App Development",
  5. "Cloud Solutions",
  6. "Digital Marketing",
  7. "UX/UI Design",
  8. "DevOps & Infrastructure",
  9. "AI & Machine Learning",
  10. "Blockchain Solutions",
  11. "Cybersecurity",
  12. "Data Analytics"
  13. ],
  14. "typewriterConfig": {
  15. "typeSpeed": 100,
  16. "deleteSpeed": 50,
  17. "pauseDuration": 2000,
  18. "deleteDelay": 1000,
  19. "loop": true,
  20. "showCursor": true,
  21. "cursorChar": "|"
  22. }
  23. };